First Commit
This commit is contained in:
commit
feb864dc47
170 changed files with 4671 additions and 0 deletions
14
hackatonApp/scss/feed/feed.variables.scss
Normal file
14
hackatonApp/scss/feed/feed.variables.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
$feed-category-bg: $theme-color-3;
|
||||
$feed-category-color: #FFFFFF;
|
||||
|
||||
//Feed entries
|
||||
$entry-heading-color: $theme-color-3;
|
||||
$entry-title-color: #FFFFFF;
|
||||
|
||||
$entry-excerpt-lines: 5;
|
||||
$entry-font-size: 14px;
|
||||
|
||||
$feed-categories-img-ratio: 1 1;
|
||||
|
||||
// Merge maps
|
||||
$pre-img-ratios: append($pre-img-ratios, $feed-categories-img-ratio);
|
||||
Loading…
Add table
Add a link
Reference in a new issue