Configurable toolbar top offset.

For facilitate embeding in other apps.
This commit is contained in:
Alberto Valverde
2017-01-26 20:40:53 +01:00
parent 5c286f8d96
commit 32b18e9141
4 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
width: 100%;
z-index: 100;
left: 0;
top: 0;
top: $toolbar-offset;
background-color: $color-black;
}