scinote-web/app/assets/stylesheets/shared_styles/elements/modal.scss

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;
}
}
}