File: D:/HostingSpaces/SBogers10/vebon.komma.pro/resources/assets/sass/vebon/base.sass
$backgroundColor: #e7ebee
$mainFontColor: #5b6670
$mainFontSize: 16px
$secondaryColor: #6d9cb0
$mainFontFamily: 'Rubik', sans-serif
$red: #e55e5e
$green: rgba(67,190,53, 0.8)
$orange: #fbad45
$grey: #8a9299
$linkColor: $grey
$blue: $secondaryColor
*
font-family: $mainFontFamily
box-sizing: border-box
body
margin: 0
padding: 0
background: $backgroundColor
color: $mainFontColor
font-size: $mainFontSize
font-weight: normal
line-height: $mainFontSize*1.6
counter-reset: item
//min-width: 1024px
a
text-decoration: none
color: $linkColor
.content-container
margin-top: 150px
.header
text-align: center
h1
color: $mainFontColor
font-size: 25px
font-weight: 500
h3
margin: 0
padding: 0
color: $secondaryColor
font-size: 25px
font-weight: 400
margin-bottom: 30px
.blue
color: $blue