aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authorXiaofeng An <futureweb2020@yandex.com>2019-02-06 05:01:32 -0500
committerXiaofeng An <futureweb2020@yandex.com>2019-02-06 05:01:32 -0500
commitf512ee2c3c30fbdd983dfcf8df5008208037f71e (patch)
tree646abbeb8a7db5705fa5a7f7324f6272ea9c878e /src/App.scss
parente4c0bbddd912c8df50883f5d222a8aff510a2c59 (diff)
move login hint into the main content
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index d3721b32..1eaed6ea 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -719,3 +719,17 @@ nav {
margin-right: 0.8em;
}
}
+
+.login-hint {
+ text-align: center;
+
+ @media all and (min-width: 801px) {
+ display: none;
+ }
+
+ a {
+ display: inline-block;
+ padding: 1em 0px;
+ width: 100%;
+ }
+}