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:
parent
5a35c4b259
commit
ccd9d6296d
1 changed files with 0 additions and 20 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue