mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
18 lines
240 B
SCSS
18 lines
240 B
SCSS
.media-placeholder {
|
|
width: 600px;
|
|
height: 400px;
|
|
background-color: #ccc;
|
|
padding: 5px;
|
|
|
|
h3,
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
img {
|
|
max-width: 350px;
|
|
max-height: 350px;
|
|
margin: 20px;
|
|
}
|
|
}
|