feat(EditComponent): add max_file_size and content_types to upload buttons inspired by dsfr
This commit is contained in:
parent
3891b57473
commit
4ec61e58ac
23 changed files with 294 additions and 253 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue