HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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