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/SBogers85/dale-int.com/wwwroot/css/base/_base.sass
html, body
  padding: 0
  margin: 0
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale
  text-rendering: optimizeLegibility
  height: 100%
  color: $darkGray
*
  box-sizing: border-box
  +selection
    background: #3289ff

//.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

a
  color: $lightBlue
  transition: color 0.4s ease
  &:hover
    color: $blue

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%