mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 11:17:04 +08:00
35 lines
493 B
CSS
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;
|
|
} |