Varia: Make normal font size the same as default size

This commit is contained in:
Takashi Irie 2019-08-10 16:52:54 +01:00
parent 0425bdeae8
commit 4024edf585
3 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,7 @@
.has-regular-font-size,
.has-normal-font-size,
.has-medium-font-size {
font-size: #{map-deep-get($config-global, "font", "size", "md")};
font-size: #{map-deep-get($config-global, "font", "size", "base")};
}
.is-large-text,

View file

@ -2069,7 +2069,7 @@ table th,
.has-regular-font-size,
.has-normal-font-size,
.has-medium-font-size {
font-size: 1.2rem;
font-size: 1rem;
}
.is-large-text,

View file

@ -2074,7 +2074,7 @@ table th,
.has-regular-font-size,
.has-normal-font-size,
.has-medium-font-size {
font-size: 1.2rem;
font-size: 1rem;
}
.is-large-text,