Switch percentage font-sizes to em and change some font sizes for consistency in docs

This commit is contained in:
Martijn Cuppens 2019-08-22 10:16:52 +02:00 committed by XhmikosR
parent bed2a5edab
commit 12442a68a4
2 changed files with 1 additions and 6 deletions

View File

@ -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;

View File

@ -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);