mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
15 lines
184 B
CSS
15 lines
184 B
CSS
@import "reset-to-defaults.css";
|
|
|
|
label:first-child {
|
|
font-size: 20px;
|
|
}
|
|
label {
|
|
font-size: 30px;
|
|
}
|
|
label:last-child {
|
|
font-size: 40px;
|
|
}
|
|
label:only-child {
|
|
font-size: 50px;
|
|
}
|