scinote-web/app/assets/stylesheets/shared_styles/elements/modal.scss
2023-08-17 14:01:26 +02:00

18 lines
204 B
SCSS

.modal-md {
width: 450px;
}
.modal {
.modal-absolute-close-button {
position: absolute;
right: 1em;
top: .5em;
}
.modal-footer {
form {
display: inline-block;
}
}
}