mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
26 lines
No EOL
272 B
CSS
26 lines
No EOL
272 B
CSS
QWidget {
|
|
font-size: 13px;
|
|
}
|
|
|
|
QSpinBox {
|
|
padding: 2;
|
|
max-width: 8em;
|
|
}
|
|
|
|
QLineEdit {
|
|
padding: 2;
|
|
min-width: 15em;
|
|
}
|
|
|
|
QVBoxLayout {
|
|
min-width: 15em;
|
|
background-color: #201f1f;
|
|
}
|
|
|
|
QComboBox {
|
|
min-width: 8em;
|
|
}
|
|
|
|
#sectionContent {
|
|
background-color: #2E2D2D;
|
|
} |