1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 09:52:43 +02:00

Extract $navbar-brand-padding-y variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-16 23:11:25 -08:00
parent 845ad69f93
commit 38c3e6e4d1
2 changed files with 3 additions and 2 deletions

View File

@@ -69,8 +69,8 @@
.navbar-brand {
float: left;
padding-top: .25rem;
padding-bottom: .25rem;
padding-top: $navbar-brand-padding-y;
padding-bottom: $navbar-brand-padding-y;
margin-right: 1rem;
font-size: $font-size-lg;