Files
NativeScript/e2e/nested-frame-navigation/app/app.ios.css
Manol Donev 463b1fa5f9 [Do Not Merge] chore(e2e): skip specific test suites with known issues on android / ios (#6797)
* Update README.md

* comment flip

* skip specific test suites with known issues

* restore skipped ios tests

* chore: update css for ios

* chore: update android css

* chore: tab-root tests remove suspend for android

* chore: frame-root tested on api23, api27 and ios11

* chore: fix tslint

* chore: frame-tab-root tests api27

* chore: lower font size
2019-03-04 11:35:07 +02:00

22 lines
237 B
CSS

Button{
color: blue;
font-size: 10;
height: 35px;
margin: 0;
}
TextView{
color: green;
font-size: 10;
}
Label{
margin: 0;
padding: 0;
font-size: 10;
}
ActionBar {
margin: 0;
padding: 0;
}