summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-02-25 01:37:43 +0200
committerLV-426 <lv-426@taproot.org.il>2015-02-25 01:37:43 +0200
commit833ec97baeeb8a27d420955594699585de1d6437 (patch)
treea00d2f086934817b77948ea4edccd69648e7f1d9
parent24ceebfff7f6712f129a9940d4655949d9f6eab1 (diff)
dropdown-menu.scss: indent using spaces
-rw-r--r--res/client/css/partials/dropdown-menu.scss44
1 files 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