1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

add DeleteArticleModal

This commit is contained in:
Rokt33r
2015-12-28 18:14:05 +09:00
parent a0a1c84db1
commit f3fbe38247
5 changed files with 82 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
@import '../mixins/*'
global-reset()
@import '../shared/*'
@import './components/*'
@import './containers/*'
@import './HomeContainer'
@import './modal/*'
DEFAULT_FONTS = 'Lato', helvetica, arial, sans-serif

View File

@@ -0,0 +1,29 @@
.DeleteArticleModal.modal
width 350px
top 100px
user-select none
.title
font-size 24px
margin-bottom 15px
.message
font-size 14px
margin-bottom 15px
.control
text-align right
button
border-radius 5px
height 33px
padding 0 15px
font-size 14px
background-color white
border 1px solid borderColor
border-radius 5px
margin-left 5px
&:hover
background-color darken(white, 10%)
&.danger
border-color #E9432A
background-color #E9432A
color white
&:hover
background-color lighten(#E9432A, 15%)