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

modify: move variables to global file

This commit is contained in:
sota1235
2016-12-22 15:50:33 +09:00
parent 5a01f39dc7
commit fcce1d406d
2 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,3 @@
$ui-white-theme-tag-bg = rgba(0, 0, 0, 0.3)
$ui-dark-theme-tag-bg = rgba(255, 255, 255, 0.3)
.root
display: inline
position relative
@@ -12,7 +9,7 @@ $ui-dark-theme-tag-bg = rgba(255, 255, 255, 0.3)
padding-left 10px
vertical-align middle
height 20px
background-color $ui-white-theme-tag-bg
background-color $ui-tag-backgroundColor
border-radius 20px
overflow hidden
clearfix()
@@ -79,7 +76,7 @@ body[data-theme="dark"]
color $ui-dark-button-color
.tag
background-color $ui-dark-theme-tag-bg
background-color $ui-dark-tag-backgroundColor
.tag-removeButton
border-color $ui-button--focus-borderColor