Шаблон:ModernButton: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
(не показаны 3 промежуточные версии этого же участника) | |||
Строка 10: | Строка 10: | ||
display: flex; | display: flex; | ||
min-width: 45%; | min-width: 45%; | ||
background: # | background: #31313b; | ||
border-radius: 8px; | border-radius: 8px; | ||
min-height: 64px; | min-height: 64px; | ||
width: 100%; | width: 100%; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: | box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2); | ||
} | } | ||
Строка 21: | Строка 21: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
background: # | background: #40404d; | ||
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); | ||
Строка 30: | Строка 30: | ||
flex-direction: column; | flex-direction: column; | ||
justify-content: center; | justify-content: center; | ||
gap: 2px; | |||
width: 100%; | width: 100%; | ||
padding: 8px 10px; | padding: 8px 10px; | ||
} | } | ||
Строка 47: | Строка 47: | ||
--><div class="customCSS" style="display:none"> | --><div class="customCSS" style="display:none"> | ||
.modern-button:hover { | .modern-button:hover { | ||
filter: brightness( | filter: brightness(108%); | ||
} | } | ||
</div> | </div> |