1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-24 07:01:48 +00:00
- add error alert(folder editing)
- debug clear button of search input
This commit is contained in:
Rokt33r
2015-11-05 09:50:07 +09:00
parent cc0f2c7c7f
commit 8abdedc11d
10 changed files with 126 additions and 77 deletions

View File

@@ -37,22 +37,17 @@ iptFocusBorderColor = #369DCD
margin 100px auto 25px
&:focus
border-color iptFocusBorderColor
.public
.alert
color infoTextColor
background-color infoBackgroundColor
font-size 14px
padding 15px 15px
width 330px
border-radius 5px
margin 0 auto
text-align center
button
border none
background-color transparent
font-size 18px
color inactiveTextColor
transition 0.1s
button:hover
font-size 22px
button.active
color brandColor
font-size 22px
.divider
margin 0 5px
&.error
color errorTextColor
background-color errorBackgroundColor
.confirmBtn
display block
position absolute