This commit is contained in:
mgabdev
2019-09-16 19:31:30 -04:00
parent 293c6502da
commit deb9ed29bd
43 changed files with 1285 additions and 7786 deletions

View File

@@ -32,14 +32,11 @@
&__num,
&__text {
text-align: center;
font-weight: 500;
font-size: 24px;
line-height: 21px;
color: $primary-text-color;
font-family: $font-display, sans-serif;
margin-bottom: 20px;
line-height: 30px;
@include text-sizing(24px, 500, 30px, center);
}
&__text {
@@ -47,10 +44,9 @@
}
&__label {
font-size: 14px;
color: $gab-secondary-text;
text-align: center;
font-weight: 500;
@include text-sizing(14px, 500, 1, center);
}
}