Switch components - stylelint fix 7 :) - last

This commit is contained in:
Phreshhh 2019-01-31 21:05:37 +01:00 committed by Rhyne Vlaservich
parent 866e8b3abd
commit bfdc62055e

View file

@ -177,11 +177,11 @@ select {
&::before {
background: $secondary;
content: '';
left: 4px;
border-bottom-left-radius: 15px 255px;
border-bottom-right-radius: 225px 15px;
border-top-left-radius: 255px 15px;
border-top-right-radius: 15px 225px;
left: 4px;
position: absolute;
transition: 0.4s;
}