Switch components - stylelint fix 8 :) - realy last XD

This commit is contained in:
Phreshhh 2019-01-31 21:09:18 +01:00 committed by Rhyne Vlaservich
parent bfdc62055e
commit 4f8f7a9297

View file

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