socialnetworknews-web

A open-source Paper.li clone
git clone git://archive.git.mtrnord.blog/SocialNetworkNews/socialnetworknews-web.git
Log | Files | Refs | README | LICENSE

commit 09664ba30606ba2185004c3c9867f0ba5c3ba47e
parent 3101a3d368e5262bc47cc60928e0858ead2a6385
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 15 Mar 2018 13:31:57 +0100

Remove tblue class from ribbon div

Diffstat:
Msrc/app/tweet-list/tweet-list.component.html | 2+-
Msrc/styles.scss | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/tweet-list/tweet-list.component.html b/src/app/tweet-list/tweet-list.component.html @@ -2,7 +2,7 @@ <article *ngFor="let item of data"> <!--<a href="{{item.tweet_link}}">--> <!--Retweet Badge--> - <div class="ribbon ribbon-top-left tblue" *ngIf="item.retweet == true" style="max-width: 22rem"> + <div class="ribbon ribbon-top-left" *ngIf="item.retweet == true" style="max-width: 22rem"> <span> <i class="fa fa-retweet"></i> </span> diff --git a/src/styles.scss b/src/styles.scss @@ -149,7 +149,7 @@ html { overflow:auto; } display: block; width: 225px; padding: 15px 0; - background-color: #3498db; + background-color: #1da1f2; box-shadow: 0 5px 10px rgba(0,0,0,.1); color: #fff; font: 700 18px/1 'Lato', sans-serif;