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

6 lines
188 B
CSS

.bg-background {
background-image: url("~/ui-tests-app/resources/images/gravatar.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}