10 lines
123 B
Text
10 lines
123 B
Text
Screen {
|
|
background: white;
|
|
color: blue;
|
|
}
|
|
|
|
Label {
|
|
padding: 4 8;
|
|
background: blue 20%;
|
|
width: 100%;
|
|
}
|