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/pietvanmierlo/stempelbv.nl/resources/sass/kms/_base.sass
$fontFamily: 'Rubik', sans-serif
//$fontFamily: 'Muli', sans-serif

html
  font-size: 18px

body
  margin: 0
  color: white
  font-family: $fontFamily
  background-color: $darkerBlue

  #main
    position: fixed
    top: 0
    right: 0
    bottom: 0
    left: 230px
    overflow: auto

  input
    font-family: $fontFamily

.text-muted
  color: $light-gray

.text-primary
  color: $brand-primary

.text-success
  color: $brand-success

.text-info
  color: $brand-info

.text-warning
  color: $brand-warning

.text-danger
  color: $brand-danger

.text-light
  color: $light-gray
  font-weight: $font-weight-light

h1, h2, h3, h4
  font-weight: $font-weight-normal

h1
  font-size: 1.8rem

h2
  font-size: 1.6rem

h3
  font-size: 1.4rem

h4
  font-size: 1.2rem

.small-profile

  margin-top: grid-row(1)
  height: grid-row(3)
  margin-bottom: grid-row(1)

  img.small-profile-image
    border-radius: 100%
    float: left
    margin-right: grid-row(1)
    height: grid-row(3)

  p.small-profile-name
    margin-bottom: 10px

  p.small-profile-description
    font-size: $font-size-base
    line-height: 1.5em
    color: $medium-gray

.inline
  display: inline

//selectyearandmonth
#selectYearAndMonthForm .selectize-control
  float: left
  width: 45%
  margin-left: 3.3333%