mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
17 lines
250 B
CSS
17 lines
250 B
CSS
@import '~@nativescript/theme/css/core.css';
|
|
@import '~@nativescript/theme/css/default.css';
|
|
|
|
.btn {
|
|
font-size: 18;
|
|
}
|
|
|
|
.home-panel{
|
|
vertical-align: center;
|
|
font-size: 20;
|
|
margin: 15;
|
|
}
|
|
|
|
.description-label{
|
|
margin-bottom: 15;
|
|
}
|