Шаблон:Alliance/styles.css: различия между версиями
(Новая страница: «.alliance-block { display: flex; }») |
Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.alliance-block { | .alliance-block { | ||
display: flex; | display: flex; | ||
background: #031e2f; | |||
border: 1px solid #284155; | |||
} | |||
.alliance-cols { | |||
display: flex; | |||
height: 64px; | |||
margin-top: 8px; | |||
} | |||
.alliance-col { | |||
display: flex; | |||
flex-flow: column wrap; | |||
justify-content: space-between; | |||
} | |||
.alliance-cell { | |||
width: 8px; | |||
height: 28px; | |||
border: 1px solid #1c1e2a; | |||
border-radius: 2px; | |||
} | |||
.bards { | |||
background: #e000ec; | |||
} | } | ||
Версия от 12:03, 27 октября 2022
.alliance-block {
display: flex;
background: #031e2f;
border: 1px solid #284155;
}
.alliance-cols {
display: flex;
height: 64px;
margin-top: 8px;
}
.alliance-col {
display: flex;
flex-flow: column wrap;
justify-content: space-between;
}
.alliance-cell {
width: 8px;
height: 28px;
border: 1px solid #1c1e2a;
border-radius: 2px;
}
.bards {
background: #e000ec;
}