mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
24 lines
342 B
CSS
24 lines
342 B
CSS
#app {
|
|
background-color: lightyellow;
|
|
}
|
|
|
|
.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;
|
|
}
|