mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-16 06:06:56 +08:00
18 lines
204 B
SCSS
18 lines
204 B
SCSS
|
|
.modal-md {
|
|
width: 450px;
|
|
}
|
|
|
|
.modal {
|
|
.modal-absolute-close-button {
|
|
position: absolute;
|
|
right: 1em;
|
|
top: .5em;
|
|
}
|
|
|
|
.modal-footer {
|
|
form {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|