diff options
Diffstat (limited to 'src/components/Root.css')
| -rw-r--r-- | src/components/Root.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/components/Root.css b/src/components/Root.css index d611a02..3622d57 100644 --- a/src/components/Root.css +++ b/src/components/Root.css @@ -10,6 +10,13 @@ U+FEFF, U+FFFD; } +.relative { + position: relative; +} +/* .absolute { */ +/* position: absolute; */ +/* } */ + .border-left, .border-top, .border-bottom { @@ -113,6 +120,12 @@ body.light { --bg-modal: #fbfbfb; } +.flexCenter { + display: flex; + align-items: center; + justify-content: center; +} + /* TODO remove fabgrp in component css files */ .fabgrp { position: fixed; |
