From a6250f8f3a25063382a3c7fe28ccaf8f0b264471 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 8 May 2022 18:50:51 +0200 Subject: [PATCH] form's labels now are bold --- src/core/Resources/assets/css/admin.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/core/Resources/assets/css/admin.scss b/src/core/Resources/assets/css/admin.scss index 4a636d1..0d294f8 100644 --- a/src/core/Resources/assets/css/admin.scss +++ b/src/core/Resources/assets/css/admin.scss @@ -412,6 +412,14 @@ th { } } +legend.col-form-label, label { + font-weight: bold; +} + +*[data-collection] label { + font-weight: normal; +} + .custom-file-label::after { content: "Parcourir"; }