Update accform styles to modern style.css

This commit is contained in:
Wirlaburla 2023-07-17 02:21:14 -05:00
parent 1e9dedc2ae
commit 7d0b3d0001

View File

@ -749,9 +749,10 @@ body.accform .page-container .formpart .accinput {
body.accform .options .option { display: flex; } body.accform .options .option { display: flex; }
body.accform .options .option .name { body.accform .options .option .name {
font-family: var(--spfont1); font-family: var(--primary-font);
font-size: 12px; font-weight: bold;
flex-shrink: 0; flex-grow: 1; flex-shrink: 0;
flex-grow: 1;
text-align: right; text-align: right;
padding: 2px; padding: 2px;
} }