Commit e65a7031 authored by Phil Hughes's avatar Phil Hughes

Updating padding in dropdown menu

parent a44988ae
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
margin-bottom: 0; margin-bottom: 0;
font-size: 15px; font-size: 15px;
font-weight: normal; font-weight: normal;
padding: 10px 0; padding: 8px 0;
background-color: $dropdown-bg; background-color: $dropdown-bg;
border: 1px solid $dropdown-border-color; border: 1px solid $dropdown-border-color;
border-radius: $border-radius-base; border-radius: $border-radius-base;
...@@ -103,12 +103,12 @@ ...@@ -103,12 +103,12 @@
li { li {
text-align: left; text-align: left;
list-style: none; list-style: none;
padding: 0 10px; padding: 0 8px;
} }
.divider { .divider {
height: 1px; height: 1px;
margin: 8px 10px; margin: 8px;
padding: 0; padding: 0;
background-color: $dropdown-divider-color; background-color: $dropdown-divider-color;
} }
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
a { a {
display: block; display: block;
position: relative; position: relative;
padding: 5px 10px; padding: 5px 8px;
color: $dropdown-link-color; color: $dropdown-link-color;
line-height: initial; line-height: initial;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment