Шаблон:Main page/gamebuild/styles.css: различия между версиями
Новая страница: «#home-gamebuild { display: flex; flex-direction: column; justify-content: space-between; } .home-gamebuild-patch__container { display: flex; align-items: center; justify-content: space-between; } .home-gamebuild-patch { display: flex; align-items: center; } .home-gamebuild-patch__name { font-size: 1.2rem; font-weight: 600; } .home-gamebuild-patch__type { padding: 0.1rem 0.6rem; margin-left: 0.4rem; background: hsl(200,15%,20%); border-radiu...» |
(нет различий)
|
Текущая версия от 15:28, 6 марта 2024
#home-gamebuild {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.home-gamebuild-patch__container {
display: flex;
align-items: center;
justify-content: space-between;
}
.home-gamebuild-patch {
display: flex;
align-items: center;
}
.home-gamebuild-patch__name {
font-size: 1.2rem;
font-weight: 600;
}
.home-gamebuild-patch__type {
padding: 0.1rem 0.6rem;
margin-left: 0.4rem;
background: hsl(200,15%,20%);
border-radius: 100px;
font-size: 0.8125rem;
font-weight: 500;
text-transform: uppercase;
}
.home-gamebuild-patch__type--live {
background: rgba(0,175,137,0.1);
color: #14866d;
}
.home-gamebuild-patch__type--evo {
background: rgba(221,51,51,0.1);
color: #dd3333;
}
.home-gamebuild-patch__type--ptu {
background: rgba(255,204,51,0.1);
color: #ac6600;
}