14 lines
204 B
Plaintext
14 lines
204 B
Plaintext
|
transform {
|
||
|
child: container {
|
||
|
border {
|
||
|
outline: 5 5 50 50;
|
||
|
}
|
||
|
color {
|
||
|
color: rgba(0, 0, 0, 0);
|
||
|
bounds: 0 0 110 110;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
transform: translate(110, 0) scale(3,3);
|
||
|
}
|