Шаблон:ModernButton: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 10: | Строка 10: | ||
display: flex; | display: flex; | ||
min-width: 45%; | min-width: 45%; | ||
background: #35353f; | |||
border-radius: 8px; | border-radius: 8px; | ||
min-height: 64px; | min-height: 64px; | ||
width: 100%; | width: 100%; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1); | box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1); | ||
} | } | ||
Строка 22: | Строка 21: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
background: #444451; | |||
padding: 4px; | padding: 4px; | ||
box-shadow: inset 20px 0px 20px 0px rgba(0, 0, 0, 0.05); | box-shadow: inset 20px 0px 20px 0px rgba(0, 0, 0, 0.05); | ||
} | } |