Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d824bdf4
Commit
d824bdf4
authored
7 years ago
by
ysds
Browse files
Options
Download
Email Patches
Plain Diff
Allow to customize vertical margin of `nav-divider` mixin
parent
2b42ef0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/mixins/_nav-divider.scss
+2
-2
scss/mixins/_nav-divider.scss
with
2 additions
and
2 deletions
+2
-2
scss/mixins/_nav-divider.scss
+
2
-
2
View file @
d824bdf4
...
...
@@ -2,9 +2,9 @@
//
// Dividers (basically an hr) within dropdowns and nav lists
@mixin
nav-divider
(
$color
:
#e5e5e5
)
{
@mixin
nav-divider
(
$color
:
#e5e5e5
,
$margin-y
:
(
$spacer
/
2
)
)
{
height
:
0
;
margin
:
(
$spacer
/
2
)
0
;
margin
:
$margin-y
0
;
overflow
:
hidden
;
border-top
:
1px
solid
$color
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets