34 lines
376 B
SCSS
34 lines
376 B
SCSS
.category-feeds-view
|
|
{
|
|
background-color: $content-bg !important;
|
|
|
|
.category-feeds
|
|
{
|
|
.item
|
|
{
|
|
padding-left: 60px;
|
|
}
|
|
|
|
.item .thumbnail-outer
|
|
{
|
|
position: absolute;
|
|
left: 10px;
|
|
width: 40px;
|
|
|
|
.thumbnail
|
|
{
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.item .title
|
|
{
|
|
font-weight: 500;
|
|
}
|
|
|
|
.item .description
|
|
{
|
|
color: lighten($content-color, 35%);
|
|
}
|
|
}
|
|
}
|