Files
NativeScript/apps/ui/app/dialogs/main-page-common.css

15 lines
184 B
CSS

Button.even,
Button.odd {
border-radius: 5;
color: white;
margin: 0 5 5 0;
}
Button.even {
background-color: #0000cc;
}
Button.odd {
background-color: #33cc33;
}