From 92f9b1354cdb42501911caed1870b8128a21acb3 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 2 Nov 2017 16:08:50 +0100 Subject: [PATCH] indent --- sass/_config/_variables.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sass/_config/_variables.scss b/sass/_config/_variables.scss index f665d7a..614f532 100644 --- a/sass/_config/_variables.scss +++ b/sass/_config/_variables.scss @@ -98,13 +98,13 @@ $spacer-ultra-large : 16rem !default; $spacer-ultra-large-plus : 20rem !default; // z-indexes -$zindex-navigation: 1000 !default; -$zindex-dropdown: 2000 !default; -$zindex-popover: 3000 !default; -$zindex-tooltip: 4000 !default; -$zindex-modal: 5000 !default; -$zindex-notification: 6000 !default; -$zindex-debug: 7000 !default; +$zindex-navigation : 1000 !default; +$zindex-dropdown : 2000 !default; +$zindex-popover : 3000 !default; +$zindex-tooltip : 4000 !default; +$zindex-modal : 5000 !default; +$zindex-notification : 6000 !default; +$zindex-debug : 7000 !default; // ---------- // color zone @@ -129,7 +129,7 @@ $green-500 : #5CB85C !default; $orange-500 : #F0AD4E !default; $red-500 : #D9534F !default; -// semantic color scheme +// semantic colors $color-brand : $green-500; $color-primary : $blue-500; $color-success : $green-500;