summaryrefslogtreecommitdiff
path: root/src/sass/_header.sass
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-03-19 16:22:41 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-03-19 16:22:41 +0100
commit0d6bd4aefc4e651be3f2fff15043d598e852df54 (patch)
tree23703efd4a602ef8fe3c9236e84642d6843a4ba9 /src/sass/_header.sass
parentd383bd08f0266406d4b0c9eb68c76e62c9d4a460 (diff)
feat: add loading
Diffstat (limited to 'src/sass/_header.sass')
-rw-r--r--src/sass/_header.sass14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/sass/_header.sass b/src/sass/_header.sass
index e64a031..21f11bb 100644
--- a/src/sass/_header.sass
+++ b/src/sass/_header.sass
@@ -6,6 +6,20 @@ header
padding: 10px 0
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 0px
margin-bottom: 30px
+ &.active
+ z-index: 1044
+ #big-loading
+ top: 0
+ width: 100%
+ height: 100%
+ position: fixed
+ z-index: 1045
+ .b-overlay-wrap
+ height: 100%
+ background-color: rgba(0, 0, 0, .8)
+ .spinner-border
+ border-color: $primary
+ border-right-color: transparent
h1
font-size: 3em
margin: 0