mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
Fix the tag layout of white theme at NoteDetail
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
padding-left 10px
|
padding-left 10px
|
||||||
vertical-align middle
|
vertical-align middle
|
||||||
height 20px
|
height 20px
|
||||||
background-color $ui-tag-backgroundColor
|
background-color alpha($ui-tag-backgroundColor, 10%)
|
||||||
border-radius 20px
|
border-radius 20px
|
||||||
overflow hidden
|
overflow hidden
|
||||||
clearfix()
|
clearfix()
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
.tag-label
|
.tag-label
|
||||||
font-size 11px
|
font-size 11px
|
||||||
font-weight 600
|
font-weight 600
|
||||||
color: #FFFFFF
|
color: alpha($ui-text-color, 80%)
|
||||||
float left
|
float left
|
||||||
height 20px
|
height 20px
|
||||||
line-height 20px
|
line-height 20px
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ $ui-tag-backgroundColor = rgba(0, 0, 0, 0.3)
|
|||||||
|
|
||||||
// UI Button
|
// UI Button
|
||||||
$ui-button-color = #939395
|
$ui-button-color = #939395
|
||||||
$ui-button--hover-backgroundColor = rgba(126, 127, 129, 0.08)
|
$ui-button--hover-backgroundColor = #D4D4D4
|
||||||
$ui-button--active-color = white
|
$ui-button--active-color = white
|
||||||
$ui-button--active-backgroundColor = #D4D4D4
|
$ui-button--active-backgroundColor = #D4D4D4
|
||||||
$ui-button--focus-borderColor = lighten(#369DCD, 25%)
|
$ui-button--focus-borderColor = lighten(#369DCD, 25%)
|
||||||
|
|||||||
Reference in New Issue
Block a user