Files
mue/src/scss/modules/modals/_update.scss
David Ralph caf4a07473 Add new modal (WIP)
Currently broken: marketplace, addons, resizing the modal, gradient settings
Not implemented: apply button, reset button, import/export buttons

Co-authored-by: Alex Sparkes <turbomarshmello@gmail.com>
2021-02-27 13:48:57 +00:00

14 lines
190 B
SCSS

.updateContent {
width: 400px;
padding: 5px;
.closeModal {
margin-top: 10px;
font-size: 45px;
}
img {
width: 100%;
height: auto;
}
}