aboutsummaryrefslogtreecommitdiff
path: root/static/styles.sass
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.sass')
-rw-r--r--static/styles.sass19
1 files changed, 19 insertions, 0 deletions
diff --git a/static/styles.sass b/static/styles.sass
index 8309ebf7..31d7ecc8 100644
--- a/static/styles.sass
+++ b/static/styles.sass
@@ -284,6 +284,25 @@ header
284 margin-top: 30px 284 margin-top: 30px
285 margin-bottom: 50px 285 margin-bottom: 50px
286 286
287// Notification bar at top of index page
288.alert
289 display: flex;
290 overflow: hidden;
291 background-color: #c4453c;
292 height: 40px;
293 //position: absolute;
294 width: 100%;
295 align-items: center;
296 justify-content: center;
297
298.alert-content
299 //position: absolute;
300 color: #f6f6f6;
301 font: bold 16px/40px sans-serif;
302 text-align: center;
303 text-decoration: none;
304
305
287// Some docs are too long, thus there is a need for a subnav. 306// Some docs are too long, thus there is a need for a subnav.
288// Use "subnav" class for the submenu. 307// Use "subnav" class for the submenu.
289// Use "subnav-anchor" class for the a-tags right before a section title. 308// Use "subnav-anchor" class for the a-tags right before a section title.