Шаблон:LinkСard: различия между версиями
Материал из Space Station 14 Вики
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
Строка 28: | Строка 28: | ||
width: 100%; | width: 100%; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
@media (min-width: 800px) { | |||
.link-card:hover { | |||
box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25); | |||
transform: translateY(-4px); | |||
} | |||
} | } | ||
Строка 33: | Строка 40: | ||
.link-card { | .link-card { | ||
display: flex; | display: flex; | ||
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3); | |||
width: 100%; | width: 100%; | ||
text-align: left; | text-align: left; | ||
Строка 50: | Строка 58: | ||
} | } | ||
}}<!-- | }}<!-- | ||
--><div class="customCSS" style="display:none"> | --><div class="customCSS" style="display:none"> | ||
.link-card:hover { | .link-card:hover { | ||
filter: brightness(105%); | |||
} | } | ||
</div> | </div> |