Шаблон:ModernButton: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 10: | Строка 10: | ||
display: flex; | display: flex; | ||
min-width: 45%; | min-width: 45%; | ||
background: # | background: #33333d; | ||
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. | box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.3); | ||
} | } | ||
Строка 21: | Строка 21: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
background: # | background: #42424f; | ||
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); |