fix(modal.css): explicitly set basic font sizes to prevent inheriting from parent(s); svg property usage updates
This commit is contained in:
parent
29aa3f0c30
commit
0b5240ce2c
5 changed files with 23 additions and 7 deletions
|
@ -290,9 +290,7 @@ a {
|
|||
}
|
||||
|
||||
/* headers */
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
h1, h2, h3 {
|
||||
font-family: var(--font-heading);
|
||||
font-weight: var(--font-weight-bold);
|
||||
line-height: var(--line-height-md);
|
||||
|
|
|
@ -107,7 +107,8 @@
|
|||
--sizing-full: 100%;
|
||||
|
||||
--sizing-svg-sm: 18px;
|
||||
--sizing-svg: 24px;
|
||||
--sizing-svg-base: 24px;
|
||||
--sizing-svg: var(--sizing-svg-base);
|
||||
|
||||
/* spacing */
|
||||
--spacing-xs: var(--sizing-xs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue