Commit 7d661c5e authored by coder4life's avatar coder4life
Browse files

Typos bleh.

parent 29d8221a
1 merge request!21957Allow navbar links padding to be configurable.
Showing with 2 additions and 2 deletions
+2 -2
...@@ -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;
} }
} }
......
...@@ -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
......
Supports Markdown
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