mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
15 lines
168 B
CSS
15 lines
168 B
CSS
Page {
|
|
background-color: #363940;
|
|
}
|
|
|
|
.detailsTitle {
|
|
color: #FFFFFF;
|
|
font-size: 30;
|
|
margin: 10;
|
|
}
|
|
|
|
ActivityIndicator {
|
|
width: 50;
|
|
height: 50;
|
|
}
|