0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/client/scss/components/_media-placeholder.scss
Thibaud Colas af942a27e4
Reformat codebase with Prettier (#7912)
- Automated reformatting
- Manually change code where Prettier reformatting causes issues
- Revert "Disable Prettier formatting in CI for now"
2022-02-04 11:57:55 +00:00

18 lines
206 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;
}
}