Update accform styles to modern style.css
This commit is contained in:
parent
1e9dedc2ae
commit
7d0b3d0001
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user