merge and updated email test snapshot

This commit is contained in:
ronronscelestes 2021-09-14 14:34:27 +02:00
parent f713dbd3b1
commit 1bdb50e918

View File

@ -144,70 +144,6 @@ describe('Email | Pages | Settings', () => {
background: #4945ff;
}
.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-right: 56px;
padding-bottom: 56px;
padding-left: 56px;
}
.c7 {
padding-right: 56px;
padding-left: 56px;
}
.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.c4 {
font-weight: 600;
font-size: 2rem;
line-height: 1.25;
color: #32324d;
}
.c5 {
font-weight: 400;
font-size: 0.875rem;
line-height: 1.43;
color: #666687;
}
.c6 {
font-size: 1rem;
line-height: 1.5;
}
.c8 {
display: -webkit-box;
display: -webkit-flex;
@ -320,6 +256,7 @@ describe('Email | Pages | Settings', () => {
.c22 {
border: none;
border-radius: 4px;
padding-left: 16px;
padding-right: 16px;
color: #32324d;
@ -355,32 +292,18 @@ describe('Email | Pages | Settings', () => {
color: inherit;
}
.c22:focus {
outline: none;
}
.c21 {
border: 1px solid #dcdce4;
border-radius: 4px;
background: #ffffff;
overflow: hidden;
color: #666687;
background: #eaeaef;
}
.c21:focus-within {
border: 1px solid #4945ff;
}
.c35 {
border: 1px solid #dcdce4;
border-radius: 4px;
background: #ffffff;
overflow: hidden;
}
.c35:focus-within {
border: 1px solid #4945ff;
}
.c17 {
@ -410,6 +333,70 @@ describe('Email | Pages | Settings', () => {
outline: none;
}
.c1 {
background: #f6f6f9;
padding-top: 56px;
padding-right: 56px;
padding-bottom: 56px;
padding-left: 56px;
}
.c7 {
padding-right: 56px;
padding-left: 56px;
}
.c2 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.c3 {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.c4 {
font-weight: 600;
font-size: 2rem;
line-height: 1.25;
color: #32324d;
}
.c5 {
font-weight: 400;
font-size: 0.875rem;
line-height: 1.43;
color: #666687;
}
.c6 {
font-size: 1rem;
line-height: 1.5;
}
.c9 {
background: #ffffff;
padding-top: 24px;