1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

removed red background on images without meta

This commit is contained in:
Fedor Katurov 2022-12-05 22:42:42 +06:00
parent 15a83b6793
commit 991f829216
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@
top: $gap + 4px;
left: 50%;
font: $font_12_semibold;
background: red;
z-index: 100;
transform: translate(-50%, 0);
padding: 2px 10px;

View file

@ -122,7 +122,6 @@
border-radius: $radius;
transition: box-shadow 1s;
box-shadow: transparentize(black, 0.7) 0 3px 5px;
background-color: red;
:global(.swiper-slide-active) & {
box-shadow: transparentize(black, 0.9) 0 10px 5px 4px,