1
0
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:
Rokt33r
2015-07-09 01:48:49 +09:00
parent 27701bbe1b
commit 472d79cbf2
18 changed files with 415 additions and 24 deletions

View File

@@ -10,6 +10,7 @@
font-weight 600
transition 0.1s
cursor pointer
margin 0 5px
.btn-block
display block

View 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