Files
NativeScript/e2e/ui-tests-app/app/css/label-background-image-page.css
2019-09-19 15:40:31 +03:00

9 lines
201 B
CSS

Label {
background-image: url('~/resources/images/test2.png');
background-repeat: no-repeat;
background-position: left;
background-size: contain;
margin: 10;
border-width: 1;
}