Skip to content

Commit

Permalink
test(ui): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
UnbearableBear committed Apr 7, 2020
1 parent 086bc6d commit 5b0b89c
Show file tree
Hide file tree
Showing 30 changed files with 2,317 additions and 2,046 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,55 @@ exports[`<About /> should render 1`] = `
cursor: not-allowed;
}
.c11 {
position: relative;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: 0 1.6rem;
font-weight: normal;
font-size: 1.6rem;
font-family: "Open Sans",sans-serif;
border: none;
}
.c12 {
position: relative;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: 0 1.6rem;
font-weight: normal;
font-size: 1.6rem;
font-family: "Open Sans",sans-serif;
border: none;
-webkit-text-decoration: none;
text-decoration: none;
}
.c9 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
height: 100%;
}
.c9 > div {
height: 100%;
}
.c25 {
position: absolute;
background-color: #7994d4;
Expand Down Expand Up @@ -408,55 +457,6 @@ exports[`<About /> should render 1`] = `
color: #7994d4;
}
.c11 {
position: relative;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: 0 1.6rem;
font-weight: normal;
font-size: 1.6rem;
font-family: "Open Sans",sans-serif;
border: none;
}
.c12 {
position: relative;
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
padding: 0 1.6rem;
font-weight: normal;
font-size: 1.6rem;
font-family: "Open Sans",sans-serif;
border: none;
-webkit-text-decoration: none;
text-decoration: none;
}
.c9 {
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
height: 100%;
}
.c9 > div {
height: 100%;
}
.c2 {
position: -webkit-sticky;
position: sticky;
Expand Down Expand Up @@ -771,6 +771,40 @@ exports[`<About /> should render 1`] = `
}
}
@media (max-width:980px) {
.c11 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 5.4rem;
padding: 0;
font-weight: 600;
font-size: 1.8rem;
}
}
@media (max-width:980px) {
.c12 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 5.4rem;
padding: 0;
font-weight: 600;
font-size: 1.8rem;
}
}
@media (max-width:980px) {
.c9 {
height: auto;
}
}
@media (max-width:600px) {
.c31 {
font-size: 1.6rem;
Expand Down Expand Up @@ -850,40 +884,6 @@ exports[`<About /> should render 1`] = `
}
}
@media (max-width:980px) {
.c11 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 5.4rem;
padding: 0;
font-weight: 600;
font-size: 1.8rem;
}
}
@media (max-width:980px) {
.c12 {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
height: 5.4rem;
padding: 0;
font-weight: 600;
font-size: 1.8rem;
}
}
@media (max-width:980px) {
.c9 {
height: auto;
}
}
@media (max-width:600px) {
.c2 {
height: 6rem;
Expand Down Expand Up @@ -1197,18 +1197,14 @@ exports[`<About /> should render 1`] = `
Accessibilité
</button>
<a
class="c12 bm-item"
class="c12"
href="/outils"
style="display: block;"
tabindex="0"
>
Boîte à outils
</a>
<a
class="c12 bm-item"
class="c12"
href="/themes"
style="display: block;"
tabindex="0"
>
Thèmes
</a>
Expand Down Expand Up @@ -1583,7 +1579,7 @@ exports[`<About /> should render 1`] = `
Code du travail numérique
</h3>
<ul
class="sc-fznMnq c47"
class="sc-fzqMAW c47"
>
<li
class="c48"
Expand Down Expand Up @@ -1656,7 +1652,7 @@ exports[`<About /> should render 1`] = `
Aidez-nous à améliorer cet outil
</h3>
<ul
class="sc-fznMnq c47"
class="sc-fzqMAW c47"
>
<li
class="c48"
Expand Down Expand Up @@ -1702,7 +1698,7 @@ exports[`<About /> should render 1`] = `
En collaboration avec
</h3>
<ul
class="sc-fznMnq c47"
class="sc-fzqMAW c47"
>
<li
class="c48"
Expand Down
Loading

0 comments on commit 5b0b89c

Please sign in to comment.