Files
NativeScript/e2e/appTestTs/app/app.css
Vasil Chimev 9b78a28f37 app
2019-11-20 18:26:45 +02:00

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;
}