scinote-web/app/assets/stylesheets/repository/index.scss
2020-06-04 18:41:45 +02:00

13 lines
179 B
SCSS

.repositories-index {
&.active {
[data-view-mode="archived"] {
display: none
}
}
&.archived {
[data-view-mode="active"] {
display: none
}
}
}