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

Merge branch 'master' of ssh://vault48.org:22522/opt/deploys/git/vault/staging/frontend

This commit is contained in:
muerwre 2019-12-31 10:36:37 +07:00
commit cf405e874a

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;