mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 14:46:42 +08:00
* Add name prompt for tables with empty names [SCI-7082] * Move to separate component [SCI-7082]
15 lines
165 B
SCSS
15 lines
165 B
SCSS
.modal-sm {
|
|
width: 370px;
|
|
}
|
|
|
|
.modal-md {
|
|
width: 450px;
|
|
}
|
|
|
|
.modal {
|
|
.modal-absolute-close-button {
|
|
position: absolute;
|
|
right: 1em;
|
|
top: .5em;
|
|
}
|
|
}
|