Torkel Ödegaard 7 лет назад
Родитель
Сommit
6e2f6701ac
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/sass/components/_switch.scss

+ 2 - 2
public/sass/components/_switch.scss

@@ -97,10 +97,10 @@ input:checked + .gf-form-switch__slider::before {
   &--transparent {
   &--transparent {
     background: transparent;
     background: transparent;
     border: none;
     border: none;
-    width: 20px;
+    width: 23px;
     height: auto;
     height: auto;
     position: relative;
     position: relative;
-    padding-left: 7px;
+    padding-left: 8px;
   }
   }
 
 
   &--table-cell {
   &--table-cell {