2017-11-02 05:39:19 +02:00
|
|
|
@import "../app"
|
|
|
|
@import "../reset"
|
2016-12-29 00:49:51 +02:00
|
|
|
|
|
|
|
#wait
|
|
|
|
top auto
|
|
|
|
bottom 15px
|
|
|
|
left 15px
|
2018-02-22 21:01:22 +02:00
|
|
|
|
|
|
|
html
|
|
|
|
height 100%
|
2018-05-19 14:31:13 +03:00
|
|
|
background #ececed !important
|
|
|
|
|
2018-04-27 15:06:28 +03:00
|
|
|
&[data-darkmode]
|
2018-05-19 14:31:13 +03:00
|
|
|
background #191B22 !important
|
2018-02-22 21:01:22 +02:00
|
|
|
|
|
|
|
body
|
|
|
|
display flex
|
|
|
|
flex-direction column
|
|
|
|
min-height 100%
|
2018-09-01 03:16:25 +03:00
|
|
|
|
|
|
|
.modal-backdrop
|
|
|
|
z-index 10000 !important
|
|
|
|
|
|
|
|
.modal-content-wrapper
|
|
|
|
z-index 10001 !important
|
|
|
|
|
|
|
|
.modal-content
|
|
|
|
padding 0 !important
|
|
|
|
background-color transparent !important
|