mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
17 lines
209 B
CSS
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;
|
|
} |