mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
26 lines
346 B
Sass
26 lines
346 B
Sass
|
/* 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
|