mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
add SnippetEditModal
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
overflow-y auto
|
||||
li
|
||||
.snippetItem
|
||||
user-select none
|
||||
border solid 2px transparent
|
||||
padding 10px
|
||||
cursor pointer
|
||||
@@ -155,7 +156,7 @@
|
||||
absolute right bottom
|
||||
top 65px
|
||||
left 450px
|
||||
.viewer-header
|
||||
&>.viewer-header
|
||||
height 44px
|
||||
line-height 44px
|
||||
padding 0 15px
|
||||
|
||||
@@ -38,7 +38,7 @@ button
|
||||
text-align center
|
||||
|
||||
.form-group
|
||||
margin-bottom 20px
|
||||
margin-bottom 15px
|
||||
&>label
|
||||
display block
|
||||
margin-bottom 5px
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
overflow-y auto
|
||||
overflow-x auto
|
||||
background-color modalBaseColor
|
||||
line-height 100%
|
||||
&.hide
|
||||
display none
|
||||
.modal
|
||||
@@ -14,6 +15,12 @@
|
||||
border-radius 10px
|
||||
padding 15px
|
||||
box-shadow popupShadow
|
||||
.modal-header
|
||||
border-bottom solid 1px borderColor
|
||||
margin-bottom 15px
|
||||
h1
|
||||
padding: 10px 0 15px;
|
||||
font-size: 1.5em;
|
||||
.modal-footer
|
||||
clearfix()
|
||||
border-top solid 1px borderColor
|
||||
@@ -24,6 +31,7 @@
|
||||
.launch-modal
|
||||
.modal-tab
|
||||
text-align center
|
||||
margin-bottom 15px
|
||||
.btn-primary, .btn-default
|
||||
margin 0
|
||||
border-radius 0
|
||||
@@ -37,17 +45,17 @@
|
||||
border-left none
|
||||
border-top-right-radius 10px
|
||||
border-bottom-right-radius 10px
|
||||
textarea.snippetDescription
|
||||
height 75px
|
||||
.Select
|
||||
textarea.snippetDescription
|
||||
height 75px
|
||||
.Select
|
||||
.Select-control
|
||||
border-color borderColor
|
||||
&.is-focused
|
||||
.Select-control
|
||||
border-color borderColor
|
||||
&.is-focused
|
||||
.Select-control
|
||||
border-color brandBorderColor
|
||||
.Select-menu-outer
|
||||
border-color borderColor
|
||||
.ace_editor
|
||||
height 250px
|
||||
border-radius 5px
|
||||
border solid 1px borderColor
|
||||
border-color brandBorderColor
|
||||
.Select-menu-outer
|
||||
border-color borderColor
|
||||
.ace_editor
|
||||
height 250px
|
||||
border-radius 5px
|
||||
border solid 1px borderColor
|
||||
|
||||
Reference in New Issue
Block a user