mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
16 lines
119 B
CSS
16 lines
119 B
CSS
Button {
|
|
color: orange;
|
|
}
|
|
|
|
.red {
|
|
color: red;
|
|
}
|
|
|
|
.blue {
|
|
color: blue;
|
|
}
|
|
|
|
.nocolor {
|
|
background: red;
|
|
}
|