From 697e9360e82a6670347017b6725081bb766f3a54 Mon Sep 17 00:00:00 2001
From: Benoit Alessandroni <benoit@happy-dev.fr>
Date: Tue, 13 Oct 2020 22:19:34 +0200
Subject: [PATCH] update: some css fixing and missing variables

---
 src/styles/abstracts/_variables.scss       |  2 ++
 src/styles/layout/resources/resources.scss | 18 +++++++-----------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/src/styles/abstracts/_variables.scss b/src/styles/abstracts/_variables.scss
index 03b17c97..32468c11 100644
--- a/src/styles/abstracts/_variables.scss
+++ b/src/styles/abstracts/_variables.scss
@@ -102,6 +102,8 @@
   --color-select-list: var(--color-secondary);
   --color-select-add-button: var(--color-button-secondary);
   --color-select-add-button-background: var(--color-button-white);
+  --color-add-button-background: var(--color-button-secondary);
+  --color-add-button: var(--color-white);
 
   --color-label-light: var(--color-grey-6);
 
diff --git a/src/styles/layout/resources/resources.scss b/src/styles/layout/resources/resources.scss
index 979d4027..4d7aa434 100644
--- a/src/styles/layout/resources/resources.scss
+++ b/src/styles/layout/resources/resources.scss
@@ -33,23 +33,19 @@
                 position: relative;
             }
             .listresources .lnk-newkeyword {
-                top: 130px;
+                top: 142px;
                 left: 220px;
                 .button.thin-button.mdi {
                     padding: 5px 20px;
                 }
             }
-            .resources {
-                margin-top: -35px;
+            .listresources {
+                .headline h2 {
+                    float: left;
+                    margin-top: 5px;
+                    color: var(--color-secondary);
+                }
                 solid-form {
-                    &::before {
-                        content: "Research a resource";
-                        font-family: "RefrigeratorDelxW01Bold";
-                        color: var(--color-primary);
-                        font-size: 2.4rem;
-                        line-height: 3.8rem;
-                        top: -10px;
-                    }
                     select {
                         width: 150px;
                     }
-- 
GitLab