diff options
Diffstat (limited to 'src/components/sidebars/Sidebar.sass')
| -rw-r--r-- | src/components/sidebars/Sidebar.sass | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/components/sidebars/Sidebar.sass b/src/components/sidebars/Sidebar.sass new file mode 100644 index 00000000..79ea3c27 --- /dev/null +++ b/src/components/sidebars/Sidebar.sass @@ -0,0 +1,20 @@ +@import ../../style-globals/_variables.sass + +.sidebar + position: absolute + top: 0 + left: 0 + width: 300px + height: 100% + + z-index: 100 + background: white + + border-right: $gray-semi-dark 1px solid + +.sidebar-right + left: auto + right: 0 + + border-left: $gray-semi-dark 1px solid + border-right: none |
