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:
parent
15a83b6793
commit
991f829216
2 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue