17 lines
214 B
SCSS
17 lines
214 B
SCSS
.tag {
|
|
display:inline-block;
|
|
padding:0.5rem;
|
|
margin-bottom:0.5rem;
|
|
margin-top:0.5rem;
|
|
margin-right:1rem;
|
|
}
|
|
|
|
:host(tag-input) {
|
|
height: auto ;
|
|
}
|
|
|
|
input {
|
|
margin-bottom: 0.5rem;
|
|
margin-top: 0.5rem;
|
|
}
|