feature/RVRNEXT-34-use-text-labels-instead-of-placeholders-in-forms #47

Merged
bence merged 3 commits from feature/RVRNEXT-34-use-text-labels-instead-of-placeholders-in-forms into master 2023-05-02 19:54:08 +02:00
Showing only changes of commit ba5dfdbe4d - Show all commits

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;