File: D:/HostingSpaces/SBogers101/cranendonckactief.nl/wwwroot/packages/komma/kms/css/_base.sass
body
+gridlover-body()
color: $text-color
font-family: $font-family-base
line-height: $line-height-base
background-color: $body-background-color
background-image: url('../img/#{$resourceRoutePre}background_home.jpg')
scrollbar-face-color: $brand-default
scrollbar-track-color: rgba(43, 43, 49, 0.2)
::-webkit-scrollbar
width: 7px
height: 7px
::-webkit-scrollbar-thumb
background: $brand-default
border-radius: 5px
::-webkit-scrollbar-track
background: rgba(43, 43, 49, 0.2)
#sidebar
+position(fixed, 0 null 0 0)
+size($sidebar-width 100%)
background-color: $sidebar-background-color
#main
+position(fixed, 0 0 0 $sidebar-width)
overflow: auto
a
color: $dark-gray
.clear
clear: both