mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-25 13:10:14 +01:00
22 lines
314 B
SCSS
22 lines
314 B
SCSS
.duplicate-upload {
|
|
&__figure {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
img {
|
|
margin: 1rem auto;
|
|
}
|
|
}
|
|
|
|
&__actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 2.5rem;
|
|
|
|
.use-existing-image {
|
|
margin-inline-start: 1rem;
|
|
}
|
|
}
|
|
}
|