mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
20 lines
223 B
CSS
20 lines
223 B
CSS
.padding {
|
|
padding: 5;
|
|
}
|
|
|
|
.border {
|
|
border-width: 5;
|
|
}
|
|
|
|
.green {
|
|
background-color: green;
|
|
}
|
|
|
|
.yellow {
|
|
background-color: yellow;
|
|
}
|
|
|
|
Label, TextField, TextView, Button {
|
|
text-align: left;
|
|
margin: 1;
|
|
} |