Шаблон:ModernButton: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 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; | ||
Строка 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); | ||
Строка 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> |