1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-27 00:22:45 +00:00

Fix the tag layout of white theme at NoteDetail

This commit is contained in:
Kazu Yokomizo
2017-04-07 19:08:34 +09:00
parent 041a51a70f
commit 7a9c4951a2
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
padding-left 10px
vertical-align middle
height 20px
background-color $ui-tag-backgroundColor
background-color alpha($ui-tag-backgroundColor, 10%)
border-radius 20px
overflow hidden
clearfix()
@@ -41,7 +41,7 @@
.tag-label
font-size 11px
font-weight 600
color: #FFFFFF
color: alpha($ui-text-color, 80%)
float left
height 20px
line-height 20px