Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <git@leipert.io>2018-03-05 12:18:25 +0300
committerLukas Eipert <git@leipert.io>2018-03-05 12:54:18 +0300
commit3004fb3364008a1951ea917ea897869221062212 (patch)
tree72eb186b77c4fee5477d9d455fd609b75ec30b85 /app/assets/stylesheets/framework/dropdowns.scss
parent67feb7cd42e439e754d64fce646d8d9fb99a0ad8 (diff)
Set margins around dropdown dividers to 4px (based on grid)
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r--app/assets/stylesheets/framework/dropdowns.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss
index 1d7b0b602cc..127583626cf 100644
--- a/app/assets/stylesheets/framework/dropdowns.scss
+++ b/app/assets/stylesheets/framework/dropdowns.scss
@@ -272,7 +272,7 @@
.divider {
height: 1px;
- margin: 6px 0;
+ margin: #{$grid-size / 2} 0;
padding: 0;
background-color: $dropdown-divider-color;