mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
8 lines
206 B
CSS
8 lines
206 B
CSS
Label {
|
|
background-image: url('~/ui-tests-app/pages/test2.png');
|
|
background-repeat: no-repeat;
|
|
background-position: left;
|
|
background-size: contain;
|
|
margin: 10;
|
|
border-width: 1;
|
|
} |