Шаблон:Alliance/styles.css: различия между версиями
Нет описания правки |
Нет описания правки |
||
Строка 34: | Строка 34: | ||
.bards { | .bards { | ||
background: #e000ec; | background: #e000ec; | ||
} | |||
.whispers { | |||
background: #34dfff; | |||
} | } |
Версия от 12:06, 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; } .whispers { background: #34dfff; }