tns-template-master-detail-progress-ng
Version:
Master-detail interface to display tables from a Progress backend and inspect and edit selected records.
20 lines • 372 B
CSS
StackLayout {
margin-left: 30;
margin-right: 30;
padding-bottom: 15;
background-color: white;
}
Image {
margin-top: 5;
margin-bottom: 20;
}
Button, TextField {
margin-left: 16;
margin-right: 16;
margin-bottom: 10;
}
.submit-button {
background-color: #CB1D00;
color: white;
margin-top: 20;
}