8 lines
114 B
SCSS
8 lines
114 B
SCSS
|
/* Weight */
|
||
|
.font-weight-medium {
|
||
|
font-weight: $font-weight-medium;
|
||
|
}
|
||
|
|
||
|
.font-size-20 {
|
||
|
font-size: 1.25rem;
|
||
|
}
|