mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-28 21:01:02 +08:00
15 lines
346 B
SCSS
15 lines
346 B
SCSS
:root {
|
|
--font-size-nano: 0.8rem;
|
|
--font-size-micro: 1rem;
|
|
--font-size-mini: 1.2rem;
|
|
--font-size-small: 1.4rem;
|
|
--font-size-default: 1.6rem;
|
|
--font-size-medium: 1.8rem;
|
|
--font-size-two: 2rem;
|
|
--font-size-large: 2.2rem;
|
|
--font-size-big: 2.4rem;
|
|
--font-size-bigger: 3rem;
|
|
--font-size-mega: 3.4rem;
|
|
--font-size-giga: 4rem;
|
|
}
|