Files
mozo-backend/app/assets/stylesheets/user/foundation/modal.css.sass
T
2014-03-26 13:17:34 +01:00

17 lines
226 B
Sass

.modal
margin: 10px auto
width: 300px
background-color: #fff
padding: 1em
.overlay
height: 100%
width: 100%
position: fixed
top: 0
left: 0
background-color: rgba(0, 0, 0, 0.2)
.flush--top
margin-top: 0