aboutsummaryrefslogtreecommitdiff
path: root/scss/_navbar.scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-05-12 21:50:17 -0700
committerMark Otto <[email protected]>2016-05-12 21:50:17 -0700
commit745e37a325daba5837288b4aadcd082635ef1df5 (patch)
tree7d892cb2ae630481b9daceda7813b99600d902f3 /scss/_navbar.scss
parent906357b75ff54c701cf108ba23c1deb0d0e314cd (diff)
downloadbootstrap-745e37a325daba5837288b4aadcd082635ef1df5.tar.xz
bootstrap-745e37a325daba5837288b4aadcd082635ef1df5.zip
correction, -toggler-*
Diffstat (limited to 'scss/_navbar.scss')
-rw-r--r--scss/_navbar.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index face1a7e6..721e7ab00 100644
--- a/scss/_navbar.scss
+++ b/scss/_navbar.scss
@@ -106,11 +106,11 @@
.navbar-toggler {
padding: .5rem .75rem;
- font-size: $navbar-toggle-font-size;
+ font-size: $navbar-toggler-font-size;
line-height: 1;
background: none;
border: $border-width solid transparent;
- @include border-radius($navbar-toggle-border-radius);
+ @include border-radius($navbar-toggler-border-radius);
@include hover-focus {
text-decoration: none;