mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
184 B
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;
|
|
}
|