Studio: add tagInput element

This commit is contained in:
Pieter Vander Vennet 2023-06-22 15:07:14 +02:00
parent 48e976e6b7
commit 2147b8d368
16 changed files with 413 additions and 42 deletions

View file

@ -1589,10 +1589,6 @@ video {
border-width: 2px;
}
.border-8 {
border-width: 8px;
}
.border-x {
border-left-width: 1px;
border-right-width: 1px;
@ -1611,6 +1607,10 @@ video {
border-bottom-width: 2px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-t {
border-top-width: 1px;
}