mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
17 lines
286 B
SCSS
17 lines
286 B
SCSS
.project-ds-nav-page {
|
|
.manage-projects-page {
|
|
.nav-item-projects {
|
|
display: initial !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
@include theme('default') {
|
|
#manage-projects-root {
|
|
.website-redesign-navbar,
|
|
.website-redesign .navbar-default {
|
|
@include navbar-dark;
|
|
}
|
|
}
|
|
}
|