mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Switch percentage font-size
s to em
and change some font sizes for consistency in docs
This commit is contained in:
parent
bed2a5edab
commit
12442a68a4
@ -23,7 +23,7 @@
|
||||
z-index: 10;
|
||||
display: block;
|
||||
padding: .25rem .5rem;
|
||||
@include font-size(75%);
|
||||
@include font-size(.75em);
|
||||
color: #818a91;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
|
@ -7,11 +7,6 @@
|
||||
opacity: .25;
|
||||
}
|
||||
|
||||
.dropdown-toggle {
|
||||
@include font-size(100%);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
@include font-size(.875rem);
|
||||
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05);
|
||||
|
Loading…
x
Reference in New Issue
Block a user