Files
NativeScript/apps/app/ui-tests-app/css/label-background-image.css
SvetoslavTsenov 99611a9979 Include resource folder
Fix tslint error
2017-05-31 17:21:17 +03:00

8 lines
217 B
CSS

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