mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-13 04:10:13 +00:00
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
transform {
|
|
child: container {
|
|
border {
|
|
outline: 5 5 100 100;
|
|
}
|
|
color {
|
|
color: rgba(0, 0, 0, 0);
|
|
bounds: 0 0 110 110;
|
|
}
|
|
}
|
|
|
|
transform: translate(110, 0) rotate(90);
|
|
}
|