From 4155a1980045b982fd09043e6ea5d3489f886ca7 Mon Sep 17 00:00:00 2001 From: Etienne LOUPIAS <eloupias@grandlyon.com> Date: Thu, 15 Feb 2024 13:07:55 +0100 Subject: [PATCH] refactor: cleanup unused code --- .../form/form-view/form-view.component.scss | 4 --- .../orientation-form-view.component.scss | 4 --- src/app/profile/edit/edit.component.scss | 5 ---- .../personal-offer-edition.component.scss | 5 ---- src/app/profile/profile.component.scss | 4 --- .../svg-icon/svg-icon.component.scss | 27 ------------------- src/styles.scss | 11 -------- 7 files changed, 60 deletions(-) diff --git a/src/app/form/form-view/form-view.component.scss b/src/app/form/form-view/form-view.component.scss index b7cd4cd4e..9df381923 100644 --- a/src/app/form/form-view/form-view.component.scss +++ b/src/app/form/form-view/form-view.component.scss @@ -83,10 +83,6 @@ .info { @include font-regular-14; } - // V3REMOVE - .backArrow { - cursor: pointer; - } } :host ::ng-deep .form-details { diff --git a/src/app/form/orientation-form-view/orientation-form-view.component.scss b/src/app/form/orientation-form-view/orientation-form-view.component.scss index fe687ad53..18254ef8f 100644 --- a/src/app/form/orientation-form-view/orientation-form-view.component.scss +++ b/src/app/form/orientation-form-view/orientation-form-view.component.scss @@ -55,10 +55,6 @@ @include font-regular-18; color: $grey-3; } - // V3REMOVE - .backArrow { - cursor: pointer; - } } div.titleform { diff --git a/src/app/profile/edit/edit.component.scss b/src/app/profile/edit/edit.component.scss index e7117bd43..2446040e4 100644 --- a/src/app/profile/edit/edit.component.scss +++ b/src/app/profile/edit/edit.component.scss @@ -149,11 +149,6 @@ justify-content: center; flex-wrap: wrap; border-top: 1px solid $grey-5; - - // V3REMOVE - ::ng-deep div svg { - height: 22px; - } } } diff --git a/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss b/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss index 1fec51d62..55d69e995 100644 --- a/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss +++ b/src/app/profile/personal-offer-edition/personal-offer-edition.component.scss @@ -102,11 +102,6 @@ justify-content: center; flex-wrap: wrap; border-top: 1px solid $grey-5; - - // V3REMOVE - ::ng-deep div svg { - height: 22px; - } } } diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss index 5003e5110..98c22cfa6 100644 --- a/src/app/profile/profile.component.scss +++ b/src/app/profile/profile.component.scss @@ -47,10 +47,6 @@ section { h1 { @include font-bold-18; } - // V3REMOVE - .backArrow { - cursor: pointer; - } } .profile { diff --git a/src/app/shared/components/svg-icon/svg-icon.component.scss b/src/app/shared/components/svg-icon/svg-icon.component.scss index 742058e5b..12e3fb223 100644 --- a/src/app/shared/components/svg-icon/svg-icon.component.scss +++ b/src/app/shared/components/svg-icon/svg-icon.component.scss @@ -59,33 +59,6 @@ $sizes: ( opacity: 0.8; } } - // V3REMOVE - &.white { - fill: $white; - stroke: $white; - path { - stroke: $white; - fill: $white; - } - } - &.grey { - fill: $grey-3; - stroke: $grey-3; - } - &.grey-1 { - fill: $grey-1; - stroke: $grey-1; - } - &.green { - fill: $green-1; - stroke: $green-1; - } - // V3REMOVE - &.backArrow { - height: 40px; - width: 40px; - margin-right: 1rem; - } } svg { diff --git a/src/styles.scss b/src/styles.scss index 0e5697a9f..a2faeb1f2 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -350,17 +350,6 @@ button { margin: 0 !important; } -// V3REMOVE -.backLink { - cursor: pointer; - color: $grey-2; - margin-bottom: 40px; - @include font-bold-16; - &:hover { - opacity: 0.4; - } -} - .userList { max-width: 50%; } -- GitLab