RVRNEXT-34 add style class for form label

This commit is contained in:
Bence Pőcze 2023-05-02 19:49:43 +02:00
parent 5557f00e57
commit ba5dfdbe4d
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -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;