Files
NativeScript/apps/ui/app/dialogs/main-page-common.css
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

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