Browse Source

style barre des projets

Hugo Roy 7 years ago
parent
commit
312ee4a08b
2 changed files with 3 additions and 3 deletions
  1. 1 1
      style.css
  2. 2 2
      style.less

File diff suppressed because it is too large
+ 1 - 1
style.css


+ 2 - 2
style.less

@@ -30,13 +30,13 @@ nav.projets.sidebar {
 	&.selectionné, &.selected {
 	    background: @violet + #111;
 	}
+    }
     a.projet {
     display: none;
     }
     a.projet:nth-last-child(1), a.projet:nth-last-child(2), a.projet:nth-last-child(3), a.projet:nth-last-child(4), a.projet:nth-last-child(5) {
     display: block;
     }
-    }
     .heading {
 	color: #ccc;
     }
@@ -99,7 +99,7 @@ nav.dossiers {
     body {
 	margin-left: 350px;
     }
-    nav.projets {
+    nav.projets.sidebar {
 	position: absolute;
 	left: 0;
 	top: 0;