diff --git a/front/src/components/forms/PasswordInput.vue b/front/src/components/forms/PasswordInput.vue index 5cac90f21..99661971c 100644 --- a/front/src/components/forms/PasswordInput.vue +++ b/front/src/components/forms/PasswordInput.vue @@ -7,10 +7,10 @@ @input="$emit('input', $event.target.value)" :id="fieldId" :value="value"> - - diff --git a/front/src/style/_vars.scss b/front/src/style/_vars.scss index 749a9bbef..1683ca9f3 100644 --- a/front/src/style/_vars.scss +++ b/front/src/style/_vars.scss @@ -10,7 +10,7 @@ $vibrant-focus-color: var(--vibrant-hover-color) !default; $success-color: #206b00 !default; $success-hover-color: #3a9104 !default; $success-active-color: #198f35 !default; -$success-focus-color: var(--$success-hover-color) !default; +$success-focus-color: var(--success-hover-color) !default; $primary-color: #0050C6 !default; $primary-hover-color: #1678c2 !default; diff --git a/front/src/style/globals/_typography.scss b/front/src/style/globals/_typography.scss index a13759423..3b7e3abd6 100644 --- a/front/src/style/globals/_typography.scss +++ b/front/src/style/globals/_typography.scss @@ -13,6 +13,4 @@ body { } } -.ui.inverted.menu .item .header { - color: var(--inverted-menu-item-header-color); -} +