mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
23 lines
286 B
CSS
23 lines
286 B
CSS
@import url('~/views/what-is-new-common.css');
|
|
|
|
.news-card {
|
|
margin: 12 12 0 12;
|
|
}
|
|
|
|
.title {
|
|
font-size: 14;
|
|
}
|
|
.body {
|
|
font-size: 14;
|
|
}
|
|
.learn-more {
|
|
font-size: 14;
|
|
}
|
|
.date {
|
|
font-size: 12;
|
|
}
|
|
|
|
.empty-placeholder {
|
|
vertical-align: center;
|
|
text-align: center;
|
|
} |