mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
27 lines
493 B
CSS
27 lines
493 B
CSS
Page {
|
|
background-color: white;
|
|
}
|
|
|
|
ScrollView {
|
|
margin: 10;
|
|
}
|
|
|
|
.title {
|
|
horizontal-align: center;
|
|
font-size: 24;
|
|
margin: 6 0;
|
|
}
|
|
/*
|
|
ActionBar, TabView, ActivityIndicator, Label, Button, TextView, TextField, SearchBar, ListPicker, DatePicker, TimePicker {
|
|
color: mediumaquamarine;
|
|
}
|
|
|
|
Switch, Progress, Slider, SegmentedBar {
|
|
color: mediumaquamarine;
|
|
background-color: aquamarine;
|
|
}*/
|
|
|
|
/*
|
|
TextView, TextField, Label, Button {
|
|
text-decoration: underline;
|
|
}*/ |