scinote-web/app/assets/stylesheets/shared_styles/elements/modal.scss
artoscinote e4a7aa3dad
Add name prompt for tables with empty names [SCI-7082] (#4348)
* Add name prompt for tables with empty names [SCI-7082]

* Move to separate component [SCI-7082]
2022-08-12 10:17:45 +02:00

16 lines
165 B
SCSS

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