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/topswtwmobile.komma.pro/wwwroot/css/partials/_content.sass
// Containing content
#content
  position: relative
  z-index: 5
  min-height: 100%
  background: $body-background
  //+inner-shadow
  +calculate(width, "75% + 32px")

  +respond-to(medium)
    +calculate(width, "75% + 40px")

  body.home &
    width: 100%
    box-shadow: none
    background: none

    .shadow
      display: none

  .shadow
    position: absolute
    top: 0
    left: 0
    width: 8px
    height: 100%
    background: url(/images/structure/shadow.jpg) repeat-y

// Containing all content below the nav-bar
.content-container
  +grid-padding-s($left: 1) 
  +grid-padding($bottom: 2)

  body.home &
    width: 100%
    padding-left: 0

// Content block
.content-block
  background: #fff
  border-radius: $border-radius
  +outer-glow
  @extend %clearfix

.page-title
  +type-large-title
  +grid-margin-s($top: .25, $bottom: 1)
  color: $dark-grey

// Background
.bg-content
  display: block
  position: absolute
  top: 0
  left: -200%
  width: 200%
  height: 100%
  background: #fff