Files
NativeScript/apps/ui/app/css/label-background-image-page.css
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07: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;
}