1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-10-31 10:36:53 +00:00
not-gwent-online/client/scss/_backbone.modal.sass

26 lines
346 B
Sass
Raw Normal View History

2015-06-18 13:06:13 +00:00
/* Modal positioning */
.bbm-wrapper
box-sizing: border-box
position: fixed
left: 0
top: 0
width: 100%
height: 100%
z-index: 100
padding: 50px 10px
*
box-sizing: border-box
overflow: auto
.bbm-modal
border-radius: 3px
margin: auto
width: auto
max-width: 550px
.bbm-views
width: 100%
box-sizing: border-box