1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

removed that annoying badge

This commit is contained in:
Fedor Katurov 2019-12-18 12:12:38 +07:00
parent 5a35c4b259
commit ccd9d6296d

View file

@ -76,19 +76,6 @@
color: $red; color: $red;
} }
&::after {
content: ' ';
margin-left: $spc;
background: white;
width: 4px;
height: $gap;
display: block;
opacity: 0.2;
border-radius: 4px;
position: absolute;
right: -2px;
}
&::before { &::before {
content: ' '; content: ' ';
position: absolute; position: absolute;
@ -103,13 +90,6 @@
transition: transform 0.5s, opacity 0.25s; transition: transform 0.5s, opacity 0.25s;
} }
&.is_active {
&::before {
transform: translate(50%, 0) scaleX(1);
opacity: 1;
}
}
@include tablet { @include tablet {
padding: $gap; padding: $gap;