mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-10 09:28:37 +08:00
13 lines
179 B
SCSS
13 lines
179 B
SCSS
.repositories-index {
|
|
&.active {
|
|
[data-view-mode="archived"] {
|
|
display: none
|
|
}
|
|
}
|
|
|
|
&.archived {
|
|
[data-view-mode="active"] {
|
|
display: none
|
|
}
|
|
}
|
|
}
|