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/SBogers10/straffer.komma.nl/wwwroot/css/base/_base.sass
html, body
  padding: 0
  margin: 0
  -webkit-font-smoothing: antialiased
  -moz-osx-font-smoothing: grayscale
  text-rendering: optimizeLegibility

*
  box-sizing: border-box

*::selection
  background: $yellow

*::-moz-selection
  background: $yellow

p, span, em, a, div, ul, li
  +font-default()
  text-decoration: none
  color: $black


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


.content-container
  width: 90%
  max-width: 1300px
  margin: auto

hr
  border-color: $lightGray
  opacity: 0.4

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
  svg
    display: none !important

  .services-circle>.circle .container
    height: 250px !important

  .projects-home-row
    .first-column, .second-column, .third-column
      width: calc((100% - 62px) /3)