Browse Source

style statut de mémoire

Hugo Roy 8 years ago
parent
commit
d9a2c21f3c
2 changed files with 6 additions and 4 deletions
  1. 1 1
      style.css
  2. 5 3
      style.less

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


+ 5 - 3
style.less

@@ -6,9 +6,11 @@
 @brand-primary:  lighten(@violet,5%);
 
 .statut {
-	&.clos {
-		.bg-warning;
-	}	
+    margin-left: -16px;
+    height: 40px;
+    line-height: 40px;
+    padding-left: 1em;
+    &.clos {.bg-warning;}	
 }
 
 nav.projets {