Explorar o código

fix(sass): fixes sass lint issue

bergquist %!s(int64=9) %!d(string=hai) anos
pai
achega
db15bf23b8
Modificáronse 1 ficheiros con 14 adicións e 12 borrados
  1. 14 12
      public/sass/components/_dropdown.scss

+ 14 - 12
public/sass/components/_dropdown.scss

@@ -67,18 +67,20 @@
   }
   }
 
 
   // Links within the dropdown menu
   // Links within the dropdown menu
-  > li > a {
-    display: block;
-    padding: 3px 20px 3px 15px;
-    clear: both;
-    font-weight: normal;
-    line-height: $line-height-base;
-    color: $dropdownLinkColor;
-    white-space: nowrap;
-
-    i {
-      padding-right: 5px;
-      color: $link-color-disabled;
+  > li {
+      > a {
+      display: block;
+      padding: 3px 20px 3px 15px;
+      clear: both;
+      font-weight: normal;
+      line-height: $line-height-base;
+      color: $dropdownLinkColor;
+      white-space: nowrap;
+
+      i {
+        padding-right: 5px;
+        color: $link-color-disabled;
+      }
     }
     }
   }
   }
 }
 }