Files
NativeScript/tests/app/ui/lifecycle/pages/page-two.css
2019-08-22 13:54:47 +03:00

16 lines
119 B
CSS

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