You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
potato-launcher/src/scss/components/_field-tags.scss

37 lines
592 B

/**
* field for tags
*
*
*
*/
.field-tags {
&__list {
list-style: none;
padding: 0;
margin: 0;
}
&__item {
display: inline-block;
margin: 0 0.75em 0.75em 0;
&--active {
.button {
min-height: auto;
vertical-align: middle;
margin: 0 0 0 0.5em;
padding: 0 0.25em;
}
}
&--add {
width: 100%;
margin-right: 0;
.field-text {
margin-top: 0;
}
}
}
}