Шаблон:События/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 10: | Строка 10: | ||
padding: 10px; | padding: 10px; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.event-switch-button:first-child { | |||
border-right: 1px solid #3b546c; | |||
} | } | ||
Версия от 06:06, 16 апреля 2022
.event-switch {
display: flex;
flex-flow: row wrap;
background-color: #1d4255;
border: 1px solid #3b546c;
margin: 0 auto 15px auto;
}
.event-switch-button {
padding: 10px;
font-weight: bold;
}
.event-switch-button:first-child {
border-right: 1px solid #3b546c;
}
.invisible {
display: none;
}