1 changed files with
15 additions and
6 deletions
|
|
@ -80,6 +80,20 @@
|
|
|
|
&.feeds {
|
|
|
|
&.feeds {
|
|
|
|
.news {
|
|
|
|
.news {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
|
|
|
margin-top: .5rem;
|
|
|
|
|
|
|
|
margin-bottom: .5rem;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
|
|
|
align-self: flex-start;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
li > * + * {
|
|
|
|
|
|
|
|
margin-left: .35rem;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
line-height: 1.2;
|
|
|
|
line-height: 1.2;
|
|
|
|
|
|
|
|
|
|
|
|
> .ui.grid {
|
|
|
|
> .ui.grid {
|
|
|
@ -100,18 +114,13 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.push.news .content ul {
|
|
|
|
.push.news .content ul {
|
|
|
|
line-height: initial;
|
|
|
|
line-height: 18px;
|
|
|
|
font-size: 13px;
|
|
|
|
font-size: 13px;
|
|
|
|
list-style: none;
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
|
|
|
|
|
|
|
|
img {
|
|
|
|
|
|
|
|
margin-bottom: -2px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.text.truncate {
|
|
|
|
.text.truncate {
|
|
|
|
width: 80%;
|
|
|
|
width: 80%;
|
|
|
|
margin-bottom: -5px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|