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