1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

modify: change background-color for note-detail component

This commit is contained in:
sota1235
2016-12-29 13:56:19 +09:00
parent 095a29972a
commit 5f71b24f8d
4 changed files with 11 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ $info-height = 60px
absolute top left right
height $info-height
border-bottom $ui-border
background-color $ui-backgroundColor
background-color $ui-noteDetail-backgroundColor
.info-left
float left
@@ -49,7 +49,7 @@ $info-height = 60px
body[data-theme="dark"]
.info
border-color $ui-dark-borderColor
background-color $ui-dark-backgroundColor
background-color $ui-dark-noteDetail-backgroundColor
.info-delete
color $ui-dark-text-color