Шаблон:ElectricPowerDescriptionGenerators/styles.css: различия между версиями
Index (обсуждение | вклад) Новая страница: «.score-container { display: flex; flex-flow: row wrap; justify-content: space-evenly; column-gap: 4px; } .score-item { flex: 1 0 200px; width: 100%; padding: 0.25em 0.5em; border-radius: calc(1rem * 0.25); } #score-plus { background: var(--green-transparent); border: 2px solid var(--green-light); } #score-minus { background: var(--red-transparent); border: 2px solid var(--red-light); }» |
Index (обсуждение | вклад) Нет описания правки |
||
| Строка 10: | Строка 10: | ||
padding: 0.25em 0.5em; | padding: 0.25em 0.5em; | ||
border-radius: calc(1rem * 0.25); | border-radius: calc(1rem * 0.25); | ||
margin: 0.25em 0; | |||
} | } | ||
#score-plus { | #score-plus { | ||
Текущая версия от 12:15, 24 января 2026
.score-container {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
column-gap: 4px;
}
.score-item {
flex: 1 0 200px;
width: 100%;
padding: 0.25em 0.5em;
border-radius: calc(1rem * 0.25);
margin: 0.25em 0;
}
#score-plus {
background: var(--green-transparent);
border: 2px solid var(--green-light);
}
#score-minus {
background: var(--red-transparent);
border: 2px solid var(--red-light);
}