File: D:/HostingSpaces/SBogers106/rvt-trainingen.nl/workbench/komma/kms/public/css/_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