mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Update frontend snapshots
This commit is contained in:
commit
55f65c11ce
@ -44,6 +44,9 @@ describe('DocAssetCard', () => {
|
||||
.c0 {
|
||||
background: #ffffff;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #eaeaef;
|
||||
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
||||
}
|
||||
|
||||
|
||||
@ -50,6 +50,9 @@ describe('ImageAssetCard', () => {
|
||||
.c0 {
|
||||
background: #ffffff;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #eaeaef;
|
||||
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
||||
}
|
||||
|
||||
@ -180,6 +183,8 @@ describe('ImageAssetCard', () => {
|
||||
height: 10.25rem;
|
||||
width: 100%;
|
||||
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.c18 {
|
||||
|
||||
@ -184,6 +184,9 @@ describe('MediaLibrary / AssetList', () => {
|
||||
.c1 {
|
||||
background: #ffffff;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #eaeaef;
|
||||
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
||||
}
|
||||
|
||||
@ -311,6 +314,8 @@ describe('MediaLibrary / AssetList', () => {
|
||||
height: 10.25rem;
|
||||
width: 100%;
|
||||
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.c15 {
|
||||
|
||||
@ -702,10 +702,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
}
|
||||
|
||||
.c10 {
|
||||
padding-top: 24px;
|
||||
padding-right: 40px;
|
||||
padding-bottom: 24px;
|
||||
padding-left: 40px;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
|
||||
@ -702,10 +702,7 @@ exports[`<EditAssetDialog /> renders and matches the snapshot 1`] = `
|
||||
}
|
||||
|
||||
.c10 {
|
||||
padding-top: 24px;
|
||||
padding-right: 40px;
|
||||
padding-bottom: 24px;
|
||||
padding-left: 40px;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.c1 {
|
||||
|
||||
@ -22,10 +22,7 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
|
||||
}
|
||||
|
||||
.c6 {
|
||||
padding-top: 24px;
|
||||
padding-right: 40px;
|
||||
padding-bottom: 24px;
|
||||
padding-left: 40px;
|
||||
padding: 32px;
|
||||
}
|
||||
|
||||
.c2 {
|
||||
@ -501,6 +498,9 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
|
||||
.c20 {
|
||||
background: #ffffff;
|
||||
border-radius: 4px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #eaeaef;
|
||||
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
||||
}
|
||||
|
||||
@ -609,6 +609,8 @@ exports[`PendingAssetStep snapshots the component with valid cards 1`] = `
|
||||
height: 5.5rem;
|
||||
width: 100%;
|
||||
background: repeating-conic-gradient(#f6f6f9 0% 25%,transparent 0% 50%) 50% / 20px 20px;
|
||||
border-top-left-radius: 4px;
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
.c29 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user