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/partials/_confirm_box.sass
#confirmOverlay
  width: 100%
  height: 100%
  position: fixed
  top: 0
  left: 0
  background: rgba(0,0,0,0.5)
  z-index: 100000

#confirmBox
  background: $white
  width: 370px
  position: fixed
  left: 50%
  top: 50%
  padding: 20px 30px 30px 30px
  margin: -130px 0 0 -230px
  -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset
  -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.6) inset

  h1, p
    margin: 0
    text-align: center

  p
    line-height: 24px

  h1
    color: $brand-primary

#confirmButtons
  padding: 15px 0 0
  text-align: center

  .button
    display: inline-block
    margin-right: 15px
    min-width: 100px
    border-radius: 3px

    &:last-child
      margin-right: 0