mirror of
https://github.com/mue/mue.git
synced 2026-07-22 08:17:28 +02:00
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>
14 lines
190 B
SCSS
14 lines
190 B
SCSS
.updateContent {
|
|
width: 400px;
|
|
padding: 5px;
|
|
|
|
.closeModal {
|
|
margin-top: 10px;
|
|
font-size: 45px;
|
|
}
|
|
|
|
img {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
} |