Varia: Make normal font size the same as default size
This commit is contained in:
parent
0425bdeae8
commit
4024edf585
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue