Responsive font size implementation (#23816)
This commit is contained in:
parent
d250567ce0
commit
51375abca5
35 changed files with 324 additions and 124 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue