From 9baec9aec294656fb632123906b4ac6a712267ba Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 18 Feb 2019 00:23:20 -0800 Subject: Add offline cache + improve layout --- app.scss | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'app.scss') diff --git a/app.scss b/app.scss index e420c0e..da6271d 100644 --- a/app.scss +++ b/app.scss @@ -6,7 +6,7 @@ html { height: 100%; } body { font-family: 'Raleway', sans-serif; background-color: #F5F5F5; - height: 100%; + min-height: 100%; h1, h2, h3, h4, h5, h6 { font-family: 'Lato', sans-serif; @@ -109,7 +109,7 @@ body { text-overflow: ellipsis; } - .column { + .container { padding: 1.2rem .75rem; } @@ -136,7 +136,7 @@ body { background-color: $secondary-color; position: absolute; top: 1rem; - right: -0.3rem; + right: -0.2rem; width: 3px; overflow: hidden; transition: all 0.2s ease-out; @@ -213,4 +213,21 @@ body { } } + .offline-message { + text-align: center; + margin: 35px 0; + + i { + font-size: 2rem; + } + + i.fa-redo-alt { + font-size: 1.3rem; + line-height: 1rem; + vertical-align: middle; + cursor: pointer; + color: #3273dc; + } + } + } -- cgit v1.2.3