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/ZelfVerkopen/zelfverkopen.nl/resources/assets/sass/kms/blocks/_asperion.sass
#asperion
  @extend #entity

  position: relative
  top: 0
  right: 0
  bottom: 0
  left: 0
  min-height: 100vh
  background-color: white

  border-left-color: rgba($darkerBlue, 0.8)

  .entity-header
    background-color: $darkerBlue

  .entity-attributes
    position: relative
    top: 0

    .button-placeholder
      display: block
      padding: 20px 0 20px 205px

      button
        display: inline-block
        vertical-align: middle
        margin: 0
        padding: 10px 20px
        border-radius: 4px
        border: none
        cursor: pointer
        +appearance(none)
        background-color: $brand-primary
        color: white
        font-size: 0.7rem

        &:focus
          outline: none
          box-shadow: none

        &:hover
          background-color: darken($brand-primary, 5%)