Refactor
This commit is contained in:
24
styles/tags.scarlet
Normal file
24
styles/tags.scarlet
Normal file
@ -0,0 +1,24 @@
|
||||
.tags
|
||||
horizontal-wrap
|
||||
|
||||
.tag
|
||||
ui-element
|
||||
padding 0.4rem 0.8rem
|
||||
margin 0.4rem
|
||||
|
||||
.tag-input
|
||||
horizontal
|
||||
|
||||
button
|
||||
margin-left 0.8rem
|
||||
|
||||
.tag-remove
|
||||
display inline-block
|
||||
margin-left 0.4rem
|
||||
opacity 0.5
|
||||
|
||||
:hover
|
||||
cursor pointer
|
||||
|
||||
.tag-add
|
||||
margin 0.4rem !important
|
@ -20,7 +20,7 @@
|
||||
margin-bottom 1rem
|
||||
overflow hidden
|
||||
|
||||
.widget-element
|
||||
.widget-ui-element
|
||||
vertical-wrap
|
||||
ui-element
|
||||
transition border transition-speed ease, background transition-speed ease, transform transition-speed ease, transform color ease
|
||||
@ -29,14 +29,14 @@
|
||||
width 100%
|
||||
// max-width 700px
|
||||
|
||||
.widget-element-text
|
||||
.widget-ui-element-text
|
||||
horizontal
|
||||
clip-long-text
|
||||
justify-content flex-start
|
||||
align-items center
|
||||
width 100%
|
||||
|
||||
.widget-input
|
||||
.widget-section
|
||||
vertical
|
||||
width 100%
|
||||
|
||||
|
Reference in New Issue
Block a user