mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
32 lines
630 B
Stylus
32 lines
630 B
Stylus
.ModalBase
|
|
fixed top left right bottom
|
|
z-index 1000
|
|
overflow-y auto
|
|
overflow-x auto
|
|
background-color modalBaseColor
|
|
&.hide
|
|
display none
|
|
.modal
|
|
width 500px
|
|
margin 25px auto 0
|
|
absolute top left right
|
|
background-color white
|
|
border-radius 10px
|
|
padding 15px
|
|
box-shadow popupShadow
|
|
.modal-body
|
|
.modal-tab
|
|
text-align center
|
|
.modal-footer
|
|
clearfix()
|
|
border-top solid 1px borderColor
|
|
padding-top 15px
|
|
.modal-control
|
|
float right
|
|
|
|
.launch-modal
|
|
.ace_editor
|
|
height 300px
|
|
border-radius 5px
|
|
border solid 1px borderColor
|