2017-03-24 09:47:37 -04:00
|
|
|
@mixin fs-1 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-1 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-28 17:52:15 -04:00
|
|
|
font-size: $font-size-1-sm !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-2 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-2 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-3 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-3 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-3 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-4 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-4 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-4 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-5 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-5 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-5 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-6 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-6 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-6 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-7 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-7 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-7 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-8 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-8 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-8 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-9!important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-9 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-9 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-10 !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@mixin fs-10 {
|
2020-06-26 14:35:58 -04:00
|
|
|
font-size: $font-size-10 !important;
|
2020-05-01 17:32:33 -04:00
|
|
|
line-height: $body-heading-line-height;
|
2017-03-24 09:47:37 -04:00
|
|
|
|
|
|
|
@include mq(sm) {
|
2020-06-28 17:52:15 -04:00
|
|
|
font-size: $font-size-10-sm !important;
|
2017-03-24 09:47:37 -04:00
|
|
|
}
|
|
|
|
}
|