This commit is contained in:
2017-10-09 15:47:40 +02:00
parent be3dede5a9
commit 6e4897f435
21 changed files with 236 additions and 75 deletions

24
styles/tags.scarlet Normal file
View 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

View File

@ -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%