Шаблон:MainMenuBlocks/Item: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 5: | Строка 5: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
border-radius: 0.3em; | border-radius: 0.3em; | ||
list-style-type: none; | list-style-type: none; | ||
text-align: left; | text-align: left; | ||
transition: | transition: all 0.05s ease; | ||
font-size: 14px; | font-size: 14px; | ||
margin-bottom: 4px; | |||
background-color: #32323d; | |||
overflow: hidden; | |||
background-color: # | |||
} | } | ||
.main-menu-frame__image { | .main-menu-frame__image { | ||
background: # | background: #3f3f4f; | ||
margin-right: 6px; | margin-right: 6px; | ||
padding: 4px; | |||
} | |||
}}<!-- | |||
--><div class="customCSS" style="display:none"> | |||
.main-menu-frame:hover { | |||
filter: brightness(110%); | |||
} | } | ||
</div> |