Files
NativeScript/tests/app/ui/lifecycle/pages/page-two.css
2019-09-19 15:40:31 +03:00

16 lines
119 B
CSS

Button {
color: orange;
}
.red {
color: red;
}
.blue {
color: blue;
}
.nocolor {
background: red;
}