Files
NativeScript/e2e/ui-tests-app/app/css/label-background-image-page.css
2019-06-20 15:58:36 +03:00

8 lines
204 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;
}