From 833ec97baeeb8a27d420955594699585de1d6437 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Wed, 25 Feb 2015 01:37:43 +0200 Subject: dropdown-menu.scss: indent using spaces --- res/client/css/partials/dropdown-menu.scss | 44 +++++++++++++++--------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/res/client/css/partials/dropdown-menu.scss b/res/client/css/partials/dropdown-menu.scss index 540c2e58..5f74d472 100644 --- a/res/client/css/partials/dropdown-menu.scss +++ b/res/client/css/partials/dropdown-menu.scss @@ -1,39 +1,39 @@ .dropdown-menu { - border: 1px solid $mid-grey; - color: $dark-grey; - font-size: $h3-size; - list-style-type: none; - z-index: 100; - @include rz-box-shadow(0px, 3px, 6px, 0px, rgba(0,0,0,0.3) ); + border: 1px solid $mid-grey; + color: $dark-grey; + font-size: $h3-size; + list-style-type: none; + z-index: 100; + @include rz-box-shadow(0px, 3px, 6px, 0px, rgba(0,0,0,0.3) ); } .dropdown-item { - padding: 6px 0px 6px 18px; - cursor: pointer; - text-align: left; + padding: 6px 0px 6px 18px; + cursor: pointer; + text-align: left; } .dropdown-item:hover { - padding-left: 16px; - background-color: $light-grey; - border-left: 2px solid $cyan; - @include rz-box-sizing-border; + padding-left: 16px; + background-color: $light-grey; + border-left: 2px solid $cyan; + @include rz-box-sizing-border; } .dropdown-menu-heading { - font-family: $bold-font-family; - background-color: lightgrey; - border-bottom: 1px solid $mid-light-grey; + font-family: $bold-font-family; + background-color: lightgrey; + border-bottom: 1px solid $mid-light-grey; } .dropdown-menu-heading:hover { - padding: 6px 0px 6px 18px; - cursor: default; + padding: 6px 0px 6px 18px; + cursor: default; } #menu__type-filter { - position: relative; - right: 220px; - top: -5px; - width: 200px; + position: relative; + right: 220px; + top: -5px; + width: 200px; } \ No newline at end of file -- cgit v1.3.1