platypush/platypush/backend/http/static/css/source/dashboard/widgets/rss-news/index.scss

30 lines
484 B
SCSS

@import 'common/vars';
.widget .rss-news {
height: 100%;
display: flex;
align-items: center;
.article {
width: 100%;
padding: 0 2em;
.source {
font-size: 1.25em;
font-weight: bold;
margin-bottom: .5em;
}
.title {
font-size: 1.25em;
margin-bottom: .5em;
}
.published {
text-align: right;
font-size: .9em;
}
}
}