Bug 30952: Add label style to label class inside fieldset.rows
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 28 Sep 2022 09:10:47 +0000 (11:10 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:15:15 +0000 (16:15 -0300)
Issue #51

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_forms.scss

index bab0823..68befb2 100644 (file)
@@ -35,7 +35,8 @@ fieldset.rows ol {
             margin: 0 $gap-width 0 0;
         }
 
-        label {
+        label,
+        .label {
             font-weight: bold;
 
             &:first-child {