Remove font-size from widgets

This commit is contained in:
Yeison 2020-12-27 12:31:24 -05:00
parent 0231b1b529
commit 0ffb903b53

View File

@ -335,7 +335,6 @@ QGroupBox {
border-radius: 4px;
padding: 15px;
padding-top: 30px;
font-size: 13px;
line-height: 13px;
text-transform: uppercase;
}
@ -356,7 +355,6 @@ QRadioButton,
QCheckBox {
spacing: 10px;
color: {{secondaryTextColor}};
font-size: 14px;
line-height: 14px;
height: 30px;
background-color: transparent;