1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-24 19:22:04 +00:00
TegraRcmGUI/res/QLabel_title01.qss
2020-12-11 12:46:53 +01:00

14 lines
273 B
Text

QFrame
{
border-radius: 10px;
background-color: rgb(0, 150, 136);
border-color: rgb(0, 0, 0);
}
QLabel
{
font: 75 8pt "Rubik";
color: rgb(255, 255, 255);
border-radius: 10px;
background-color: rgb(0, 150, 136);
border-color: rgb(0, 0, 0);
}