summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/dropdowns.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss19
1 files changed, 19 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index d4878b333f9..d2c7cdc3e92 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -100,3 +100,22 @@
font-size: 13px;
line-height: 22px;
}
+
+.dropdown-with-checkmark {
+ li > .legend {
+ font-size: 13px;
+ color: $secondary-text;
+ margin-bottom: 5px;
+ }
+
+ li > a {
+ padding-left: 20px;
+ line-height: 28px;
+
+ i {
+ position: absolute;
+ left: 1px;
+ line-height: 28px;
+ }
+ }
+}