Files
NativeScript/apps/action-bar-demo/app.css
2015-09-04 13:48:43 +03:00

17 lines
209 B
CSS

Page {
background-color: white;
}
ScrollView {
margin: 10;
}
.title {
horizontal-align: center;
font-size: 24;
margin: 6 0;
}
.custom-action-bar {
background-color: lightcoral;
}