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
7d661c5e
Commit
7d661c5e
authored
8 years ago
by
coder4life
Browse files
Options
Download
Email Patches
Plain Diff
Typos bleh.
parent
29d8221a
1 merge request
!21957
Allow navbar links padding to be configurable.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_navbar.scss
+1
-1
scss/_navbar.scss
scss/_variables.scss
+1
-1
scss/_variables.scss
with
2 additions
and
2 deletions
+2
-2
scss/_navbar.scss
+
1
-
1
View file @
7d661c5e
...
@@ -153,7 +153,7 @@
...
@@ -153,7 +153,7 @@
flex-direction
:
row
;
flex-direction
:
row
;
.nav-link
{
.nav-link
{
$
navbar-link-padding
;
padding
:
$navbar-link-padding
;
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
1
View file @
7d661c5e
...
@@ -611,7 +611,7 @@ $navbar-light-active-color: rgba($black,.9) !default;
...
@@ -611,7 +611,7 @@ $navbar-light-active-color: rgba($black,.9) !default;
$navbar-light-disabled-color
:
rgba
(
$black
,.
3
)
!
default
;
$navbar-light-disabled-color
:
rgba
(
$black
,.
3
)
!
default
;
$navbar-light-toggler-bg
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='
#{
$navbar-light-color
}
' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$navbar-light-toggler-bg
:
str-replace
(
url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='
#{
$navbar-light-color
}
' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
,
"#"
,
"%23"
)
!
default
;
$navbar-light-toggler-border
:
rgba
(
$black
,.
1
)
!
default
;
$navbar-light-toggler-border
:
rgba
(
$black
,.
1
)
!
default
;
$
navbar-link-padding
;
0
.5em
!
default
;
$navbar-link-padding
:
0
.5em
!
default
;
// Navs
// Navs
...
...
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