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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@chrisrebert.com>2016-02-17 08:16:55 +0300
committerChris Rebert <code@chrisrebert.com>2016-02-17 08:16:55 +0300
commit1046e27dd3c90fe60630ff11628f959ea14c6176 (patch)
treebafb871e3642637eb31c0c736576e3681aecf72e /scss/_dropdown.scss
parentee0b3b2faa355b6d054d7e6d9424bfc19ef22ec4 (diff)
Extract $dropdown-item-padding-x variable
[skip sauce] [skip validator]
Diffstat (limited to 'scss/_dropdown.scss')
-rw-r--r--scss/_dropdown.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 07ae2f1f65..7aff06095d 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -67,7 +67,7 @@
.dropdown-item {
display: block;
width: 100%; // For `<button>`s
- padding: 3px 20px;
+ padding: 3px $dropdown-item-padding-x;
clear: both;
font-weight: normal;
color: $dropdown-link-color;
@@ -141,7 +141,7 @@
// Dropdown section headers
.dropdown-header {
display: block;
- padding: 5px 20px;
+ padding: 5px $dropdown-item-padding-x;
font-size: $font-size-sm;
color: $dropdown-header-color;
white-space: nowrap; // as with > li > a