* switch padding fix.

pull/315/head
Megax 2016-04-10 22:25:33 +02:00
parent 139b364be5
commit b2948a02e8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ $suffix: if($variant == "dark", "-dark", "");
@include exports("switch") {
switch {
border-radius: 3px;
padding: 5px;
padding: 1px;
border: none;
outline: none;
transition: all 0.4s linear;