Files
NativeScript/e2e/modal-navigation/app/app.android.css
Svetoslav e53bdd4f47 tests: include e2e test for "Android Back Btn Events" (#6269)
* tests: include e2e test for "Android Back Btn Events"
2018-09-17 15:37:38 +03:00

19 lines
286 B
CSS

#home-page {
font-size: 8;
margin: 0px;
padding: 0px;
}
#action-bar-home-page{
font-size: 10;
margin: 0px;
padding: 0px;
}
#home-page Button {
margin-bottom: 5px;
border-color: gray;
border-width: 2px;
border-radius: 8px;
padding: 0px;
}