mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-13 16:42:56 +08:00
9 lines
161 B
CSS
9 lines
161 B
CSS
QPushButton {{
|
|
color: {QTMATERIAL_SECONDARYCOLOR};
|
|
text-transform: none;
|
|
background-color: {QTMATERIAL_PRIMARYCOLOR};
|
|
}}
|
|
|
|
.big_button {{
|
|
height: 64px;
|
|
}} |