Files
snespatcher/resources/style.css
T

24 lines
284 B
CSS
Raw Normal View History

2026-08-26 21:33:44 -04:00
.main-content {
min-width: 356px;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.title {
font-size: 1.5rem;
font-weight: 700;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.heading {
font-weight: 600;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.selection-row {
min-height: 48px;
padding: 10px 12px;
border-radius: 0;
2021-06-27 16:40:18 -04:00
}
2026-08-26 21:33:44 -04:00
.format-row {
min-height: 48px;
padding: 10px 12px;
2021-07-03 19:56:53 -04:00
}