File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/wwwroot/css/base/_basic.sass
+selection
color: #fff
background: $blue
// Elements
html
height: 100%
font-size: 15px
+grid-static($full-width-1)
+grid-fluid
// Responsivness
+respond-to(medium)
font-size: 16px
+grid-static($full-width-2, $row-height: nth($spacing,2))
+respond-to(large)
font-size: 18px
+grid-static($full-width-3, $row-height: nth($spacing,3))
body
+grid-padding($top: 3)
min-height: 100%
background: $body-background
color: $grey
font-size: 66.666667%
+regular
&.home
background: $body-background
background-image: none
p
+type-basic
margin-top: 0
margin-bottom: 1.333333333em
a
text-decoration: none
color: $blue
strong
+bold
.description ul, .description ol
+type-basic
margin-bottom: 1.333333333em
padding-left: 15px
li
list-style-type: circle
+grid-padding-s($left: .5)
.description ol
list-style-position: inside
padding-left: 0
li
padding-left: 0
list-style-type: decimal
select
font-size: 14px
width: 100%
// Basic classes
.center
margin-right: auto
margin-left: auto
@extend %clearfix
.underline
text-decoration: underline
.clear
clear: both
.inline-block
display: inline-block
.hidden
display: none
.nowrap
white-space: nowrap