mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
14 lines
179 B
SCSS
14 lines
179 B
SCSS
// scss-lint:disable IdSelector
|
|
|
|
@import "constants";
|
|
|
|
#manage-repository-column {
|
|
.modal-footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.delete-footer {
|
|
text-align: right;
|
|
}
|
|
}
|
|
|