From ba5dfdbe4da6c32360625a32b90cab9e3b9fbeeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=91cze=20Bence?= Date: Tue, 2 May 2023 19:49:43 +0200 Subject: [PATCH] RVRNEXT-34 add style class for form label --- public/static/css/rvr.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/static/css/rvr.css b/public/static/css/rvr.css index b98f310..0da7136 100644 --- a/public/static/css/rvr.css +++ b/public/static/css/rvr.css @@ -528,6 +528,11 @@ p.paginateContainer > *:not(:last-child) { border-right: solid #869ab9 1px; } +p.formLabel { + font-weight: 700; + font-size: 14px; +} + @media screen and (max-width: 424px) { div.gridContainer { grid-template-columns: auto;