Skip to content
Snippets Groups Projects
Commit 4155a198 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

refactor: cleanup unused code

parent abba27ab
No related branches found
No related tags found
2 merge requests!783V3.0.0,!741making onboarding-infos-covid-2 up to date
...@@ -83,10 +83,6 @@ ...@@ -83,10 +83,6 @@
.info { .info {
@include font-regular-14; @include font-regular-14;
} }
// V3REMOVE
.backArrow {
cursor: pointer;
}
} }
:host ::ng-deep .form-details { :host ::ng-deep .form-details {
......
...@@ -55,10 +55,6 @@ ...@@ -55,10 +55,6 @@
@include font-regular-18; @include font-regular-18;
color: $grey-3; color: $grey-3;
} }
// V3REMOVE
.backArrow {
cursor: pointer;
}
} }
div.titleform { div.titleform {
......
...@@ -149,11 +149,6 @@ ...@@ -149,11 +149,6 @@
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
border-top: 1px solid $grey-5; border-top: 1px solid $grey-5;
// V3REMOVE
::ng-deep div svg {
height: 22px;
}
} }
} }
......
...@@ -102,11 +102,6 @@ ...@@ -102,11 +102,6 @@
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
border-top: 1px solid $grey-5; border-top: 1px solid $grey-5;
// V3REMOVE
::ng-deep div svg {
height: 22px;
}
} }
} }
......
...@@ -47,10 +47,6 @@ section { ...@@ -47,10 +47,6 @@ section {
h1 { h1 {
@include font-bold-18; @include font-bold-18;
} }
// V3REMOVE
.backArrow {
cursor: pointer;
}
} }
.profile { .profile {
......
...@@ -59,33 +59,6 @@ $sizes: ( ...@@ -59,33 +59,6 @@ $sizes: (
opacity: 0.8; 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 { svg {
......
...@@ -350,17 +350,6 @@ button { ...@@ -350,17 +350,6 @@ button {
margin: 0 !important; margin: 0 !important;
} }
// V3REMOVE
.backLink {
cursor: pointer;
color: $grey-2;
margin-bottom: 40px;
@include font-bold-16;
&:hover {
opacity: 0.4;
}
}
.userList { .userList {
max-width: 50%; max-width: 50%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment