]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
some scss-lint 8751/head
authorjk <j.koehler@modulingo.de>
Fri, 6 May 2016 21:21:55 +0000 (23:21 +0200)
committerjk <j.koehler@modulingo.de>
Fri, 6 May 2016 21:21:55 +0000 (23:21 +0200)
scss/components/_accordion.scss
scss/components/_button-group.scss
scss/components/_button.scss
scss/components/_media-object.scss
scss/components/_menu.scss

index faa59738d84bd4749804a623a50c7eb280f0d546..fed5c30e8a3d5ff3e9b9ada3d7db9f5c4568203f 100644 (file)
@@ -54,6 +54,7 @@ $accordion-content-padding: 1rem !default;
   &:first-child > :first-child {
     border-radius: $global-radius $global-radius 0 0;
   }
+
   &:last-child > :last-child {
     border-radius: 0 0 $global-radius $global-radius;
   }
@@ -69,6 +70,7 @@ $accordion-content-padding: 1rem !default;
   position: relative;
   border: $accordion-content-border;
   border-bottom: 0;
+
   :last-child:not(.is-active) > & {
     border-radius: 0 0 $global-radius $global-radius;
     border-bottom: $accordion-content-border;
@@ -102,6 +104,7 @@ $accordion-content-padding: 1rem !default;
   border-bottom: 0;
   background-color: $accordion-content-background;
   color: $accordion-content-color;
+
   :last-child > &:last-child {
     border-bottom: $accordion-content-border;
   }
index 8d14b67e18b0401332e44285fc51fd289c1d7653..4fa4047f9a7aef62fa8fd25669a36abe116e5ae8 100644 (file)
@@ -82,6 +82,7 @@ $buttongroup-expand-max: 6 !default;
             display: inline-block;
             width: calc(#{percentage(1 / $i)} - #{$buttongroup-spacing});
             margin-#{$global-right}: $buttongroup-spacing;
+
             &:last-child {
               margin-#{$global-right}: $buttongroup-spacing * -$buttongroup-expand-max;
             }
@@ -108,6 +109,7 @@ $buttongroup-expand-max: 6 !default;
     @else {
       width: 100%;
     }
+
     &:last-child {
       margin-bottom: 0;
     }
index 8e6b741e0e9a48004034780305ce551bce620b6a..9860dd304f5d51d1b9523ba3fc7f22659f427aff 100644 (file)
@@ -139,6 +139,7 @@ $button-opacity-disabled: 0.25 !default;
 @mixin button-disabled {
   opacity: $button-opacity-disabled;
   cursor: not-allowed;
+
   &:hover, &:focus {
     background-color: $button-background;
     color: $button-color;
index ccbb1fc0a039d62ba74935f43a6203045a688dad..a7c74c8e7e76bd775d24f885b5978691187773d4 100644 (file)
@@ -47,7 +47,7 @@ $mediaobject-image-width-stacked: 100% !default;
     padding-#{$global-left}: $padding;
   }
 
-  > :last-child {
+  > :last-child {
     margin-bottom: 0;
   }
 }
index 4c23be017c92b8d30c41660fb86dd503f1db0a88..566cef122176ccbfd174dc223c61a0d8fb5de89d 100644 (file)
@@ -162,7 +162,8 @@ $menu-icon-spacing: 0.25rem !default;
         i,
         svg {
           vertical-align: middle;
-          & + span {
+
+          + span {
             vertical-align: middle;
           }
         }