diff --git a/packages/core/email/admin/src/pages/Settings/tests/index.test.js b/packages/core/email/admin/src/pages/Settings/tests/index.test.js index 2504937ecb..17083ed8b7 100644 --- a/packages/core/email/admin/src/pages/Settings/tests/index.test.js +++ b/packages/core/email/admin/src/pages/Settings/tests/index.test.js @@ -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;