mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
15 lines
291 B
CSS
15 lines
291 B
CSS
/*.bg-main-page{
|
|
background-image: url('~/ui-tests-app/image-view/gravatar.png');
|
|
}*/
|
|
|
|
/*.image {
|
|
width:100;
|
|
height:100;
|
|
background-image: url('~/ui-tests-app/image-view/gravatar.png');
|
|
clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
|
|
}*/
|
|
|
|
|
|
.info {
|
|
font-size: 20;
|
|
} |