Шаблон:Alliance/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
| Строка 22: | Строка 22: | ||
border: 1px solid #1c1e2a; | border: 1px solid #1c1e2a; | ||
border-radius: 2px; | border-radius: 2px; | ||
} | |||
.alliance-description { | |||
display: flex; | |||
margin-left: 10px; | |||
align-items: center; | |||
width: 250px; | |||
font-weight: 600; | |||
} | } | ||
Версия от 12:04, 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;
}
.alliance-description {
display: flex;
margin-left: 10px;
align-items: center;
width: 250px;
font-weight: 600;
}
.bards {
background: #e000ec;
}