Files
NativeScript/apps/app/ui-tests-app/issues/issue-ng-repo-1599.css
2018-11-15 13:07:15 +00:00

35 lines
493 B
CSS

.page {
padding: 20;
}
.title {
font-weight: bold;
}
.list-items {
border-radius: 10;
background-repeat: no-repeat;
background-size: cover;
background-position: center top;
background-color: black;
margin-top: 20;
}
.item-title {
color: white;
vertical-align: bottom;
font-size: 30;
padding: 180 20 20;
font-weight: 600;
}
.list-item__row {
padding-left: 20;
}
.list-item {
border-radius: 4;
background-color: white;
margin: 0 10 20 0;
padding: 5 10;
}