Responsive font size implementation (#23816)

This commit is contained in:
Martijn Cuppens 2019-02-07 23:32:05 +01:00 committed by GitHub
parent d250567ce0
commit 51375abca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 324 additions and 124 deletions

View file

@ -6,7 +6,7 @@
.badge {
display: inline-block;
padding: $badge-padding-y $badge-padding-x;
font-size: $badge-font-size;
@include font-size($badge-font-size);
font-weight: $badge-font-weight;
line-height: 1;
text-align: center;