Files
NativeScript/apps/gallery-app/app.css
Vladimir Enchev 45394f9672 initial commit
2015-11-05 16:00:10 +02:00

26 lines
488 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;
}