Skip to content
Snippets Groups Projects
Commit abba27ab authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

Merge branch 'cleanup-colors-scss' into 'dev'

fix(scss) : remove duplicate color

See merge request !727
parents 95116d1f dbc1730b
No related branches found
No related tags found
3 merge requests!783V3.0.0,!741making onboarding-infos-covid-2 up to date,!727fix(scss) : remove duplicate color
......@@ -47,7 +47,7 @@
.details {
@include font-regular-14;
color: $grey-4-text;
color: $grey-4-5-1;
}
}
}
......@@ -38,7 +38,7 @@ h1 {
flex-direction: column;
gap: 4px;
@include font-regular-14;
color: $grey-4-text;
color: $grey-4-5-1;
}
.informations {
......
......@@ -84,7 +84,7 @@ section {
}
.job {
@include font-regular-15;
color: $grey-4-text;
color: $grey-4-5-1;
}
.contact {
......
@import 'color';
.noInformation {
color: $grey-4-text;
color: $grey-4-5-1;
font-weight: 400;
font-style: italic;
margin: 0;
......
......@@ -33,7 +33,7 @@
color: $red;
}
p {
color: $grey-4-text;
color: $grey-4-5-1;
}
}
......
......@@ -48,7 +48,7 @@ ul.hoursContainer {
}
.openingTime {
@include font-regular-13;
color: $grey-4-text;
color: $grey-4-5-1;
display: flex;
gap: 8px;
}
......
......@@ -60,12 +60,12 @@
}
.structureLocation {
@include font-regular-14;
color: $grey-4-text;
color: $grey-4-5-1;
}
.structureLocationDot {
font-size: 0.3rem;
color: $grey-4-text;
color: $grey-4-5-1;
}
}
......
......@@ -110,7 +110,7 @@ section.actions {
section.informations {
.light {
font-weight: 400;
color: $grey-4-text;
color: $grey-4-5-1;
}
}
......
......@@ -7,7 +7,6 @@ $grey-1: #333333;
$grey-2-v3: #4c4d53;
$grey-3: #696969;
$grey-4: #949494;
$grey-4-text: #767676;
$grey-5: #bdbdbd;
$grey-6: #dedede;
$grey-7: #e9e9e9;
......
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