From d81592ec970d207d4e37beb6c275ad6b77979e39 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 20 Dec 2019 17:45:05 +0800 Subject: feat: support proxy provider --- src/components/Root.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/components/Root.css') 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; -- cgit v1.3.1