From d22324148cb278ef8d1065dfeeb6d0442bccb230 Mon Sep 17 00:00:00 2001 From: RitaOak Date: Sun, 7 Jun 2020 23:33:32 +0100 Subject: [PATCH 1/4] fix: style library --- style/library-table-entries.scss | 3 +-- style/tag-menu.scss | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/style/library-table-entries.scss b/style/library-table-entries.scss index dc2eb83..676d197 100644 --- a/style/library-table-entries.scss +++ b/style/library-table-entries.scss @@ -23,7 +23,7 @@ tr:nth-child(even) { .library-section tr { &:hover { - background: #deecff; + background: #EDEDF0; } } @@ -50,7 +50,6 @@ tr:nth-child(even) { .table p { font-size: 0.9em; - text-transform: uppercase; } p.library-checkbox-label-top { diff --git a/style/tag-menu.scss b/style/tag-menu.scss index 0479d42..e44f5ea 100644 --- a/style/tag-menu.scss +++ b/style/tag-menu.scss @@ -2,9 +2,7 @@ .tag-menu-label { color: #212121; - text-transform: uppercase; - font-weight: 500; - font-size: 0.9em; + font-size: 1em; } .add-menu-label { From 4c0b57c4b07850ec8ec6673f29e7408a4897c5dd Mon Sep 17 00:00:00 2001 From: RitaOak Date: Wed, 9 Dec 2020 15:31:51 +0000 Subject: [PATCH 2/4] test: testing grounds for new sidebar --- src/actions/app.js | 3 + src/components/dashboard.js | 10 +-- src/components/my-app.js | 1 + src/components/sidebar.js | 75 ++++++++++--------- src/components/testing-ground.js | 51 +++++++++++++ style/app.scss | 54 ++++++++++---- style/homepage-v2.scss | 9 +++ style/testing-styles.scss | 123 +++++++++++++++++++++++++++++++ 8 files changed, 267 insertions(+), 59 deletions(-) create mode 100644 src/components/testing-ground.js create mode 100644 style/testing-styles.scss diff --git a/src/actions/app.js b/src/actions/app.js index 050bf71..76480ff 100644 --- a/src/actions/app.js +++ b/src/actions/app.js @@ -46,6 +46,9 @@ const loadPage = page => dispatch => { case 'groups': import('../components/groups.js'); break; + case 'testing': + import('../components/testing-ground.js'); + break; default: import('../components/homepage.js'); } diff --git a/src/components/dashboard.js b/src/components/dashboard.js index ec45159..13ab72c 100644 --- a/src/components/dashboard.js +++ b/src/components/dashboard.js @@ -20,22 +20,18 @@ class OAEDashboard extends PageViewElement { render() { return html`
- -
- -
- +
-