Fix multiselect of resources

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-11-03 16:26:50 +01:00
parent 29de9b346a
commit e03ad73c7f
2 changed files with 42 additions and 38 deletions

View File

@@ -36,6 +36,9 @@ body {
.btn-size-large {
@apply text-2xl py-6;
}
.btn-size-small {
@apply text-sm py-1 px-2;
}
.btn-disabled {
@apply opacity-50 cursor-not-allowed;
}