First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
34
hackatonApp/scss/feed/category-feeds.styles.scss
Normal file
34
hackatonApp/scss/feed/category-feeds.styles.scss
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
.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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue