Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ui): add new section #2048

Merged
merged 2 commits into from
Dec 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@ exports[`<About /> should render 1`] = `

.c20 {
padding: 2rem 0;
background-color: transparent;
color: #3e486e;
}

@@ -557,8 +558,6 @@ exports[`<About /> should render 1`] = `
}

.c34 {
padding: 2rem 0;
color: #3e486e;
position: relative;
padding-bottom: 4rem;
text-align: center;
@@ -587,8 +586,6 @@ exports[`<About /> should render 1`] = `
}

.c41 {
padding: 2rem 0;
color: #3e486e;
padding: 4rem 0;
background-color: #e4e8ef;
}
@@ -1334,7 +1331,7 @@ exports[`<About /> should render 1`] = `
class="c33"
>
<div
class="c34"
class="c20 c34"
>
<div
class="c35"
@@ -1374,7 +1371,7 @@ exports[`<About /> should render 1`] = `
</div>
</div>
<div
class="c41"
class="c20 c41"
>
<nav>
<div
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ exports[`<CodeDuTravail /> should render 1`] = `

.c24 {
padding: 2rem 0;
background-color: transparent;
color: #3e486e;
}

@@ -556,8 +557,6 @@ exports[`<CodeDuTravail /> should render 1`] = `
}

.c34 {
padding: 2rem 0;
color: #3e486e;
position: relative;
padding-bottom: 4rem;
text-align: center;
@@ -586,8 +585,6 @@ exports[`<CodeDuTravail /> should render 1`] = `
}

.c40 {
padding: 2rem 0;
color: #3e486e;
padding: 4rem 0;
background-color: #e4e8ef;
}
@@ -1176,7 +1173,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
class="c33"
>
<div
class="c34"
class="c24 c34"
>
<div
class="c25"
@@ -1216,7 +1213,7 @@ exports[`<CodeDuTravail /> should render 1`] = `
</div>
</div>
<div
class="c40"
class="c24 c40"
>
<nav>
<div
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ exports[`<FicheContribution /> should render with external content 1`] = `

.c29 {
padding: 2rem 0;
background-color: transparent;
color: #3e486e;
}

@@ -594,8 +595,6 @@ exports[`<FicheContribution /> should render with external content 1`] = `
}

.c38 {
padding: 2rem 0;
color: #3e486e;
position: relative;
padding-bottom: 4rem;
text-align: center;
@@ -624,8 +623,6 @@ exports[`<FicheContribution /> should render with external content 1`] = `
}

.c44 {
padding: 2rem 0;
color: #3e486e;
padding: 4rem 0;
background-color: #e4e8ef;
}
@@ -1266,7 +1263,7 @@ exports[`<FicheContribution /> should render with external content 1`] = `
class="c37"
>
<div
class="c38"
class="c29 c38"
>
<div
class="c22"
@@ -1306,7 +1303,7 @@ exports[`<FicheContribution /> should render with external content 1`] = `
</div>
</div>
<div
class="c44"
class="c29 c44"
>
<nav>
<div
@@ -1486,6 +1483,7 @@ exports[`<FicheContribution /> should render without external content 1`] = `

.c29 {
padding: 2rem 0;
background-color: transparent;
color: #3e486e;
}

@@ -2063,8 +2061,6 @@ exports[`<FicheContribution /> should render without external content 1`] = `
}

.c38 {
padding: 2rem 0;
color: #3e486e;
position: relative;
padding-bottom: 4rem;
text-align: center;
@@ -2093,8 +2089,6 @@ exports[`<FicheContribution /> should render without external content 1`] = `
}

.c44 {
padding: 2rem 0;
color: #3e486e;
padding: 4rem 0;
background-color: #e4e8ef;
}
@@ -2735,7 +2729,7 @@ exports[`<FicheContribution /> should render without external content 1`] = `
class="c37"
>
<div
class="c38"
class="c29 c38"
>
<div
class="c22"
@@ -2775,7 +2769,7 @@ exports[`<FicheContribution /> should render without external content 1`] = `
</div>
</div>
<div
class="c44"
class="c29 c44"
>
<nav>
<div
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ exports[`<ConventionCollective /> should render 1`] = `

.c4 {
padding: 2rem 0;
background-color: transparent;
color: #3e486e;
}

Loading