mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
17 lines
222 B
CSS
17 lines
222 B
CSS
.title {
|
|
font-size: 30;
|
|
horizontal-align: center;
|
|
margin:20;
|
|
}
|
|
|
|
button {
|
|
font-size: 42;
|
|
horizontal-align: center;
|
|
}
|
|
|
|
.message {
|
|
font-size: 20;
|
|
color: #284848;
|
|
horizontal-align: center;
|
|
}
|