diff options
| author | Haishan <[email protected]> | 2019-12-20 17:45:05 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-20 17:45:05 +0800 |
| commit | d81592ec970d207d4e37beb6c275ad6b77979e39 (patch) | |
| tree | 33aac796297864d95307f21d6a9aa790e3c33c09 /src/components/Root.css | |
| parent | 040c5de04a75415490f9c478d931b7707bfa2486 (diff) | |
feat: support proxy provider
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; |
