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

new folder modalにcolor select追加

This commit is contained in:
Rokt33r
2015-11-15 20:32:02 +09:00
parent da9d7a4336
commit 26a08fac06
5 changed files with 71 additions and 18 deletions

View File

@@ -150,7 +150,7 @@ articleCount = #999
&:hover
background-color transparentify(white, 5%)
&.active, &:active
background-color brandColor
background-color transparentify(lighten(brandColor, 25%), 70%)
.articleCount
color articleCount
font-size 12px

View File

@@ -34,9 +34,29 @@ iptFocusBorderColor = #369DCD
border-radius 5px
border solid 1px borderColor
outline none
margin 100px auto 25px
margin 100px auto 15px
&:focus
border-color iptFocusBorderColor
.colorSelect
text-align center
.option
cursor pointer
.FolderMark
padding 5px
font-size 22px
height 33px
width 33px
overflow hidden
line-height 33px
transition 0.1s
border 1px solid transparent
border-radius 5px
margin 0 2px
&:hover
border-color borderColor
&.active
font-size 28px
border-color iptFocusBorderColor
.alert
color infoTextColor
background-color infoBackgroundColor
@@ -44,7 +64,7 @@ iptFocusBorderColor = #369DCD
padding 15px 15px
width 330px
border-radius 5px
margin 0 auto
margin 15px auto 0
&.error
color errorTextColor
background-color errorBackgroundColor