Шаблон:PageGasFrame/styles.css: различия между версиями
Index (обсуждение | вклад) Отмена версии 12556, сделанной Index (обсуждение) Метка: отмена |
Index (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
. | .gas-card { | ||
background: var(--tmp-25); | |||
border-radius: 10px; | |||
border: 2px solid var(--tmp-25); | |||
box-shadow: 0 4px 12px var(--tmp-25); | |||
padding: 1.25rem; | |||
display: flex; | |||
flex-direction: column; | |||
gap: 0.75rem; | |||
} | } | ||
. | .gas-card__images { | ||
display: flex; | |||
justify-content: center; | |||
gap: 0.75rem; | |||
} | } | ||
. | .gas-card__name { | ||
font-size: 1.2rem; | |||
margin: 0; | |||
text-align: center; | |||
} | } | ||
. | .gas-card__params { | ||
list-style: none; | |||
padding: 0; | |||
margin: 0px 0px 0px 0px !important; | |||
} | |||
.gas-card__params li { | |||
display: flex; | |||
justify-content: space-between; | |||
} | |||
.gas-card__params span { | |||
font-weight: bold; | |||
} | } | ||
Версия от 10:20, 14 мая 2026
.gas-card {
background: var(--tmp-25);
border-radius: 10px;
border: 2px solid var(--tmp-25);
box-shadow: 0 4px 12px var(--tmp-25);
padding: 1.25rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.gas-card__images {
display: flex;
justify-content: center;
gap: 0.75rem;
}
.gas-card__name {
font-size: 1.2rem;
margin: 0;
text-align: center;
}
.gas-card__params {
list-style: none;
padding: 0;
margin: 0px 0px 0px 0px !important;
}
.gas-card__params li {
display: flex;
justify-content: space-between;
}
.gas-card__params span {
font-weight: bold;
}