diff --git a/src/styles/abstracts/_variables.scss b/src/styles/abstracts/_variables.scss index 03b17c9..32468c1 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 979d402..4d7aa43 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; }