19 lines
261 B
Sass
19 lines
261 B
Sass
.modal
|
|
margin: 10px auto
|
|
width: 600px
|
|
background-color: #fff
|
|
padding: 1em
|
|
.modal-alert
|
|
color: $alert-color
|
|
|
|
.overlay
|
|
height: 100%
|
|
width: 100%
|
|
position: fixed
|
|
top: 0
|
|
left: 0
|
|
background-color: rgba(0, 0, 0, 0.5)
|
|
|
|
.flush--top
|
|
margin-top: 0
|