Switch components - stylelint fix 7 :) - last

This commit is contained in:
Phreshhh 2019-01-31 21:05:37 +01:00
parent 2e22ed491e
commit aab82aa3c4

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;
}