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