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

wip : new styles

parent 1eae361d
No related branches found
No related tags found
1 merge request!936Resolve "[modification fiche structure] - Offre structure vs. Offre accompagnant numérique + ordre des blocs"
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
h3 { h3 {
@include font-bold-18; @include font-bold-20;
} }
} }
.content-text { .content-text {
...@@ -82,15 +82,19 @@ ...@@ -82,15 +82,19 @@
flex-direction: column; flex-direction: column;
gap: 24px; gap: 24px;
.titleCollapse { > div {
padding: 8px 12px; display: flex;
user-select: none; flex-direction: column;
gap: 16px;
}
.title {
@include font-bold-16; @include font-bold-16;
} }
ul { ul {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 0;
gap: 8px; gap: 8px;
} }
} }
...@@ -106,6 +110,41 @@ ...@@ -106,6 +110,41 @@
gap: 32px; gap: 32px;
flex-wrap: wrap; flex-wrap: wrap;
} }
.innerSection {
border-color: $grey-1;
border-radius: 4px;
box-shadow: $box-shadow;
padding: 0;
gap: 0px;
section {
border: 0;
border-radius: 0;
padding: 24px;
border-bottom: 1px solid $grey-7;
&.generalHeader {
padding: 12px 24px;
}
h3 {
@include font-bold-18;
}
.offerHeader {
display: flex;
flex-direction: row;
gap: 24px;
.offerTitle {
display: flex;
flex-direction: column;
gap: 8px;
}
}
.wrapper {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
}
}
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment