Use toRem fn
This commit is contained in:
parent
c4943c8975
commit
7685fb7599
|
|
@ -82,7 +82,7 @@ input, textarea, select, button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.tiny {
|
.tiny {
|
||||||
font-size: 0.6875rem; //11px
|
font-size: toRem(11px);
|
||||||
font-family: $sans-serif-font-family;
|
font-family: $sans-serif-font-family;
|
||||||
font-weight: $font-weight-regular;
|
font-weight: $font-weight-regular;
|
||||||
color: $color-silver-dark;
|
color: $color-silver-dark;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue