scinote-web/app/assets/stylesheets/shared_styles/elements/modal.scss
2023-03-24 13:47:40 +01:00

22 lines
234 B
SCSS

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