diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:21:39 -0800 |
| commit | 823344c19094680e80e2b56449a243e183db8b06 (patch) | |
| tree | 92277700547ea671331828caa258ace7aaaa46d5 /semantic/src/themes/default/elements/text.variables | |
| parent | repo: angular (diff) | |
| download | me-823344c19094680e80e2b56449a243e183db8b06.tar.xz me-823344c19094680e80e2b56449a243e183db8b06.zip | |
:star:
Diffstat (limited to 'semantic/src/themes/default/elements/text.variables')
| -rw-r--r-- | semantic/src/themes/default/elements/text.variables | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/semantic/src/themes/default/elements/text.variables b/semantic/src/themes/default/elements/text.variables new file mode 100644 index 0000000..7995cfd --- /dev/null +++ b/semantic/src/themes/default/elements/text.variables @@ -0,0 +1,18 @@ +/******************************* + Text +*******************************/ + +/*------------------- + Element +--------------------*/ +@lineHeight: 1; + +@mini: 0.4em; +@tiny: 0.5em; +@small: 0.75em; +@medium: 1em; +@large: 1.5em; +@big: 2em; +@huge: 4em; +@massive: 8em; + |