mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
23 lines
339 B
CSS
23 lines
339 B
CSS
#app {
|
|
background-color: lightblue;
|
|
}
|
|
|
|
.ui-tests-app-issue-1639-red {
|
|
color: red;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.ui-tests-app-issue-1639-green {
|
|
color: green;
|
|
margin-left: 10;
|
|
}
|
|
|
|
.ui-tests-app-issue-1639-blue {
|
|
color: blue;
|
|
margin-left: 20;
|
|
}
|
|
|
|
.ui-tests-app-issue-1639-yellow {
|
|
color: yellow;
|
|
margin-left: 30;
|
|
} |