mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-28 09:01:47 +00:00
add ModalBase, LaunchModal & install Reflux
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
font-weight 600
|
||||
transition 0.1s
|
||||
cursor pointer
|
||||
margin 0 5px
|
||||
|
||||
.btn-block
|
||||
display block
|
||||
|
||||
30
browser/styles/shared/modal.styl
Normal file
30
browser/styles/shared/modal.styl
Normal file
@@ -0,0 +1,30 @@
|
||||
.ModalBase
|
||||
fixed top left right bottom
|
||||
z-index 1000
|
||||
overflow-y auto
|
||||
overflow-x auto
|
||||
background-color transparentify(black, 35%)
|
||||
&.hide
|
||||
display none
|
||||
.modal
|
||||
width 500px
|
||||
margin 25px auto 0
|
||||
absolute top left right
|
||||
background-color white
|
||||
border-radius 10px
|
||||
padding 15px
|
||||
.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
|
||||
Reference in New Issue
Block a user