aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-05-01 09:28:34 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-05-01 09:58:37 +0800
commitffda954add95fc17049cd0f5386952dabfc4168b (patch)
tree01d10afc74b16872f7b189d7c3177714564ad47b /ui/app/css/itcss
parent21349dd612f1eed0e4f97e4ebf27bed05d5b8992 (diff)
downloadtangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.gz
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.bz2
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.lz
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.xz
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.tar.zst
tangerine-wallet-browser-ffda954add95fc17049cd0f5386952dabfc4168b.zip
Fix styling of the app spinner
Diffstat (limited to 'ui/app/css/itcss')
-rw-r--r--ui/app/css/itcss/components/loading-overlay.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/loading-overlay.scss b/ui/app/css/itcss/components/loading-overlay.scss
index a92fffec5..c18b7fa59 100644
--- a/ui/app/css/itcss/components/loading-overlay.scss
+++ b/ui/app/css/itcss/components/loading-overlay.scss
@@ -26,4 +26,25 @@
width: 100vw;
margin-top: 0;
}
+
+ &__container {
+ position: absolute;
+ top: 33%;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ }
+
+ &__message {
+ margin-top: 32px;
+ font-weight: 400;
+ font-size: 20px;
+ color: $manatee;
+ }
+}
+
+.spinner {
+ height: 58px;
+ width: 58px;
}