mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Semibold dat .navbar .brand
This commit is contained in:
parent
ac3c907799
commit
5075f4973b
2 changed files with 2 additions and 2 deletions
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
@ -2977,7 +2977,7 @@ button.close {
|
|||
display: inline-block;
|
||||
padding: 7px 15px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
line-height: 20px;
|
||||
color: #777777;
|
||||
}
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
display: inline-block;
|
||||
padding: 7px 15px;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
line-height: @line-height-base;
|
||||
color: @navbar-brand-color;
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in a new issue