From 3a20f8c64e0e6c688116168f29eaedb79463981b Mon Sep 17 00:00:00 2001 From: RitaOak Date: Tue, 17 Dec 2019 03:36:39 +0000 Subject: [PATCH] feat: dashbaord followers --- src/components/info-card.js | 30 ++++++++++++++++++++---------- style/app.scss | 17 +++++------------ style/info-box.scss | 21 ++++++++++++++++++--- style/news-feed.scss | 1 + 4 files changed, 44 insertions(+), 25 deletions(-) diff --git a/src/components/info-card.js b/src/components/info-card.js index d2c35d9..5685bb9 100644 --- a/src/components/info-card.js +++ b/src/components/info-card.js @@ -12,16 +12,26 @@ class infoCard extends LitElement { return html`
-

- USER DASHBOARD -

-

- Welcome to your dashboard. From here, you can access different sections of the OAE. -

- - - Open Link - +
`; diff --git a/style/app.scss b/style/app.scss index cccf927..706de95 100644 --- a/style/app.scss +++ b/style/app.scss @@ -93,17 +93,10 @@ body { font-size: 1em; } -h2 { - color: green; - text-decoration-style: dotted; - text-decoration: underline; - font-size: 3rem; -} - .hero-body { margin: 0; padding: 0; - background-color: #FAFAFA; + background-color: #fafafa; } .container.is-fluid { @@ -135,7 +128,7 @@ h2 { .column.is-narrow { background-color: white; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); + box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); z-index: 1; width: 210px; padding: 0; @@ -263,9 +256,9 @@ a.network { } .activity-dashboard h3 { - color: black; - font-weight: bold; - font-size: 14px; + color: #212121; + font-weight: 600; + font-size: 16px; } .main-left { diff --git a/style/info-box.scss b/style/info-box.scss index a1c5001..2f94be1 100644 --- a/style/info-box.scss +++ b/style/info-box.scss @@ -1,8 +1,23 @@ // Cards .box { - margin: 0; + margin: 0; } -.info-card p { - margin-top: 10px; +* { + font-size: 13px; +} + +.avatar-news-feed img { + height: 100%; + object-fit: cover; +} + +.avatar-news-feed { + width: 50px; + height: 50px; + margin-right: 15px; +} + +.info-box p { + color: #BDBDBD; } diff --git a/style/news-feed.scss b/style/news-feed.scss index 2516a9b..c3657bb 100644 --- a/style/news-feed.scss +++ b/style/news-feed.scss @@ -115,6 +115,7 @@ .icon-feed { color: #0060df; + margin-left: 5px; } .news-pin {