mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
29 lines
376 B
CSS
29 lines
376 B
CSS
.title {
|
|
font-size: 20;
|
|
margin: 3;
|
|
}
|
|
|
|
.author {
|
|
font-size: 14;
|
|
horizontal-align: left;
|
|
vertical-align: bottom;
|
|
margin: 3;
|
|
}
|
|
|
|
.comments {
|
|
color: #10C2B0;
|
|
font-size: 14;
|
|
vertical-align: bottom;
|
|
margin: 3;
|
|
}
|
|
|
|
.thumbnail {
|
|
width: 72;
|
|
height: 72;
|
|
margin: 3;
|
|
vertical-align: top;
|
|
}
|
|
|
|
TabView {
|
|
background-color: white;
|
|
} |