Шаблон:События/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 14: | Строка 14: | ||
.event-switch-button:first-child { | .event-switch-button:first-child { | ||
border-right: 1px solid #3b546c; | border-right: 1px solid #3b546c; | ||
} | |||
.event-switch-button:hover { | |||
background-color: #22556f; | |||
} | } | ||
Версия от 06:07, 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;
}
.event-switch-button:hover {
background-color: #22556f;
}
.invisible {
display: none;
}