mirror of
https://github.com/strapi/strapi.git
synced 2025-08-30 03:33:37 +00:00
update snapshots
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
This commit is contained in:
parent
7e5a0fb665
commit
8e1fe9cfe5
@ -2,7 +2,63 @@
|
|||||||
|
|
||||||
exports[`Admin | containers | EditView should match the snapshot 1`] = `
|
exports[`Admin | containers | EditView should match the snapshot 1`] = `
|
||||||
<DocumentFragment>
|
<DocumentFragment>
|
||||||
.c5 {
|
.c1 {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
height: 6rem;
|
||||||
|
width: 6.5rem;
|
||||||
|
line-height: 6rem;
|
||||||
|
z-index: 1050;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #ffffff;
|
||||||
|
color: #81848a;
|
||||||
|
border-top: 1px solid #f3f4f4;
|
||||||
|
border-right: 1px solid #f3f4f4;
|
||||||
|
border-left: 1px solid #f3f4f4;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c1:before {
|
||||||
|
content: '\\f053';
|
||||||
|
font-family: 'FontAwesome';
|
||||||
|
font-size: 1.8rem;
|
||||||
|
font-weight: bolder;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c1:hover {
|
||||||
|
background-color: #f3f4f4;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c15 {
|
||||||
|
display: -webkit-box;
|
||||||
|
display: -webkit-flex;
|
||||||
|
display: -ms-flexbox;
|
||||||
|
display: flex;
|
||||||
|
-webkit-box-pack: center;
|
||||||
|
-webkit-justify-content: center;
|
||||||
|
-ms-flex-pack: center;
|
||||||
|
justify-content: center;
|
||||||
|
height: 20px;
|
||||||
|
width: 20px;
|
||||||
|
margin: 8px 5px 0px 0px;
|
||||||
|
border-radius: 50%;
|
||||||
|
border: 1px solid #e3e9f3;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c15:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c15:after {
|
||||||
|
content: '\\f068';
|
||||||
|
font-family: FontAwesome;
|
||||||
|
font-size: 9px;
|
||||||
|
line-height: 18px;
|
||||||
|
color: #007eff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c5 {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -402,62 +458,6 @@ exports[`Admin | containers | EditView should match the snapshot 1`] = `
|
|||||||
font-size: 0.94em;
|
font-size: 0.94em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c1 {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
height: 6rem;
|
|
||||||
width: 6.5rem;
|
|
||||||
line-height: 6rem;
|
|
||||||
z-index: 1050;
|
|
||||||
text-align: center;
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #81848a;
|
|
||||||
border-top: 1px solid #f3f4f4;
|
|
||||||
border-right: 1px solid #f3f4f4;
|
|
||||||
border-left: 1px solid #f3f4f4;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c1:before {
|
|
||||||
content: '\\f053';
|
|
||||||
font-family: 'FontAwesome';
|
|
||||||
font-size: 1.8rem;
|
|
||||||
font-weight: bolder;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c1:hover {
|
|
||||||
background-color: #f3f4f4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c15 {
|
|
||||||
display: -webkit-box;
|
|
||||||
display: -webkit-flex;
|
|
||||||
display: -ms-flexbox;
|
|
||||||
display: flex;
|
|
||||||
-webkit-box-pack: center;
|
|
||||||
-webkit-justify-content: center;
|
|
||||||
-ms-flex-pack: center;
|
|
||||||
justify-content: center;
|
|
||||||
height: 20px;
|
|
||||||
width: 20px;
|
|
||||||
margin: 8px 5px 0px 0px;
|
|
||||||
border-radius: 50%;
|
|
||||||
border: 1px solid #e3e9f3;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c15:focus {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c15:after {
|
|
||||||
content: '\\f068';
|
|
||||||
font-family: FontAwesome;
|
|
||||||
font-size: 9px;
|
|
||||||
line-height: 18px;
|
|
||||||
color: #007eff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c9 {
|
.c9 {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 23px;
|
padding-bottom: 23px;
|
||||||
|
@ -2,7 +2,38 @@
|
|||||||
|
|
||||||
exports[`Admin | containers | ListView should match the snapshot 1`] = `
|
exports[`Admin | containers | ListView should match the snapshot 1`] = `
|
||||||
<DocumentFragment>
|
<DocumentFragment>
|
||||||
.c4 {
|
.c6 button {
|
||||||
|
width: 100%;
|
||||||
|
height: 54px;
|
||||||
|
border-top: 1px solid #aed4fb;
|
||||||
|
color: #007eff;
|
||||||
|
font-weight: 500;
|
||||||
|
text-transform: uppercase;
|
||||||
|
background-color: #e6f0fb;
|
||||||
|
border-top-left-radius: 0;
|
||||||
|
border-top-right-radius: 0;
|
||||||
|
border-bottom-left-radius: 2px;
|
||||||
|
border-bottom-right-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c6 button svg {
|
||||||
|
vertical-align: initial;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c6 button:hover {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c6 button:focus {
|
||||||
|
outline: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c8 {
|
||||||
|
width: 37.5rem !important;
|
||||||
|
-webkit-font-smoothing: antialiased !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.c4 {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -157,37 +188,6 @@ exports[`Admin | containers | ListView should match the snapshot 1`] = `
|
|||||||
font-size: 0.94em;
|
font-size: 0.94em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.c6 button {
|
|
||||||
width: 100%;
|
|
||||||
height: 54px;
|
|
||||||
border-top: 1px solid #aed4fb;
|
|
||||||
color: #007eff;
|
|
||||||
font-weight: 500;
|
|
||||||
text-transform: uppercase;
|
|
||||||
background-color: #e6f0fb;
|
|
||||||
border-top-left-radius: 0;
|
|
||||||
border-top-right-radius: 0;
|
|
||||||
border-bottom-left-radius: 2px;
|
|
||||||
border-bottom-right-radius: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c6 button svg {
|
|
||||||
vertical-align: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c6 button:hover {
|
|
||||||
box-shadow: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c6 button:focus {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c8 {
|
|
||||||
width: 41.6rem !important;
|
|
||||||
-webkit-font-smoothing: antialiased !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.c5 {
|
.c5 {
|
||||||
padding: 54px 30px 30px;
|
padding: 54px 30px 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user