mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
23 lines
241 B
CSS
23 lines
241 B
CSS
Button {
|
|
color: blue;
|
|
font-size: 10;
|
|
height: 35px;
|
|
margin: 0;
|
|
}
|
|
|
|
TextView {
|
|
color: green;
|
|
font-size: 10;
|
|
}
|
|
|
|
Label {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 10;
|
|
}
|
|
|
|
ActionBar {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|