Files
NativeScript/e2e/ui-tests-app/app/issues/issue-2911-page.css
2019-09-19 15:40:31 +03:00

19 lines
347 B
CSS

Button {
background-color: red;
background-image: url('~/resources/images/gravatar2.png');
background-position: center;
background-size: 50% 50%;
background-repeat: no-repeat;
width: 100;
height: 100;
margin-bottom: 100;
}
.scale-up {
transform: scale(2, 2);
}
.scale-down {
transform: scale(0.5, 0.5);
}