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 @@
justify-content: space-between;
align-items: center;
h3 {
@include font-bold-18;
@include font-bold-20;
}
}
.content-text {
......@@ -82,15 +82,19 @@
flex-direction: column;
gap: 24px;
.titleCollapse {
padding: 8px 12px;
user-select: none;
> div {
display: flex;
flex-direction: column;
gap: 16px;
}
.title {
@include font-bold-16;
}
ul {
display: flex;
flex-direction: column;
margin: 0;
gap: 8px;
}
}
......@@ -106,6 +110,41 @@
gap: 32px;
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.
Finish editing this message first!
Please register or to comment