mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
11 lines
134 B
SCSS
11 lines
134 B
SCSS
.modal-sm {
|
|
width: 370px;
|
|
}
|
|
|
|
.modal {
|
|
.modal-absolute-close-button {
|
|
position: absolute;
|
|
right: 1em;
|
|
top: .5em;
|
|
}
|
|
}
|