mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +00:00
13 lines
150 B
CSS
13 lines
150 B
CSS
|
label:first-child {
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
label {
|
||
|
font-size: 30px;
|
||
|
}
|
||
|
label:last-child {
|
||
|
font-size: 40px;
|
||
|
}
|
||
|
label:only-child {
|
||
|
font-size: 50px;
|
||
|
}
|