Browse Source

ajout style statut de projet

root 8 years ago
parent
commit
e7f3ad52e6
3 changed files with 8 additions and 2 deletions
  1. 1 1
      intveld/index.html
  2. 1 1
      replique-premierministre-csi.html
  3. 6 0
      style.less

+ 1 - 1
intveld/index.html

@@ -8,7 +8,7 @@
 
     <!-- Bootstrap -->
     <!-- <link href="../bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
-    <link href="../style.css" rel="stylesheet">
+    <link href="/style.css" rel="stylesheet">
 
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

+ 1 - 1
replique-premierministre-csi.html

@@ -8,7 +8,7 @@
 
     <!-- Bootstrap -->
     <!-- <link href="bootstrap3/css/bootstrap.min.css" rel="stylesheet"> -->
-    <link href="style.css" rel="stylesheet">
+    <link href="/style.css" rel="stylesheet">
 
     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->

+ 6 - 0
style.less

@@ -5,6 +5,12 @@
 @violet: #6f5499;
 @brand-primary:  lighten(@violet,5%);
 
+.statut {
+	.clos {
+		.bg-warning;
+	}	
+}
+
 nav.projets {
     width: 100%;
     height: 100%;