feat(EditComponent): add max_file_size and content_types to upload buttons inspired by dsfr

This commit is contained in:
Martin 2022-06-16 15:51:45 +02:00 committed by mfo
parent 3891b57473
commit 4ec61e58ac
23 changed files with 294 additions and 253 deletions

View file

@ -29,15 +29,19 @@
}
.text-sm {
font-size: 14px;
font-size: 14px !important;
}
.text-lg {
font-size: 18px;
}
.bold {
font-weight: bold;
.bold-weight-bold {
font-weight: bold !important;
}
.font-weight-normal {
font-weight: normal !important;
}
.numbers-delimiter {