File: D:/HostingSpaces/SBogers10/jacques-hein.komma.pro/wwwroot/css/base/_base.sass
.icon
opacity: 0
.footer-icon
opacity: 0
// Seperators
.seperator-10
height: 10px
.seperator-25
height: 25px
.seperator-50
height: 50px
html, body
padding: 0
margin: 0
-webkit-font-smoothing: antialiased
-moz-osx-font-smoothing: grayscale
text-rendering: optimizeLegibility
height: 100%
*
box-sizing: border-box
::selection
background: $primaryColor
color: white
hr
opacity: 0.3
.page-content
min-height: 100%
margin-bottom: -1 * $footerSize
&:after
content: ''
display: block
height: $footerSize
img
border: none
display: block
h1, h2, h3, h4, h5
margin: 0
p, span, em, a, div, ul, li
+font-default()
text-decoration: none
//color: $textOnLight
a
color: $linkColor
transition: color 0.4s ease
&:hover
color: $linkHoverColor
img
border: none
//GRID
.column
position: relative
float: left
&.padding
padding: 0 2%
.right
float: right
.row
clear: both
&:after
content: ""
display: block
clear: both
.clear
clear: both
.grid1
@extend .column
width: ($contentGrid)
.grid2
@extend .column
width: $contentGrid*2
.grid3
@extend .column
width: $contentGrid*3
.grid4
@extend .column
width: $contentGrid*4
.grid5
@extend .column
width: $contentGrid*5
.grid6
@extend .column
width: $contentGrid*6
.grid7
@extend .column
width: $contentGrid*7
.grid8
@extend .column
width: $contentGrid*8
.grid9
@extend .column
width: $contentGrid*9
.grid10
@extend .column
width: $contentGrid*10
.grid11
@extend .column
width: $contentGrid*11
.grid12
@extend .column
width: $contentGrid*12
.offset-1
margin-left: $contentGrid
.offset-2
margin-left: $contentGrid*2
.offset-3
margin-left: $contentGrid*3
.offset-4
margin-left: $contentGrid*4
input, textarea
+placeholder
opacity: 1
+translate3d(0, 0, 0)
transition: all 0.3s
input:focus, textarea:focus
+placeholder
opacity: 0
+translate3d(20px, 0, 0)
input::-moz-placeholder, textarea::-moz-placeholder
opacity: 0.5
.content-container
width: 95%
max-width: 1440px
margin: auto
+media-query(600px)
.content-container
width: 90%