aboutsummaryrefslogtreecommitdiff
path: root/blueprint
diff options
context:
space:
mode:
authorADRN <adrien@luxeylab.net>2021-10-17 16:44:51 +0200
committerADRN <adrien@luxeylab.net>2021-10-17 16:44:51 +0200
commit7b871c8224687fad47ee0ace455d9cb7127bdd1d (patch)
tree99a745663a59519e5fed678563237348dc0c1787 /blueprint
parentfb86130656d338034a748264a332561c7358bb4c (diff)
downloaddesign-7b871c8224687fad47ee0ace455d9cb7127bdd1d.tar.gz
design-7b871c8224687fad47ee0ace455d9cb7127bdd1d.zip
added charpente submodule
Diffstat (limited to 'blueprint')
-rw-r--r--blueprint/assets/css/charpente.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/blueprint/assets/css/charpente.css b/blueprint/assets/css/charpente.css
index bcc088d..f464e07 100644
--- a/blueprint/assets/css/charpente.css
+++ b/blueprint/assets/css/charpente.css
@@ -5,6 +5,14 @@
* Contient le CSS structurel, se veut réutilisable.
*/
+
+
+
+/**
+ * Top Bar
+ */
+
+/*
.top-bar {
height: 50px;
width: 100%;
@@ -103,4 +111,5 @@
height: calc(100vh - 50px);
overflow-y: auto;
}
-} \ No newline at end of file
+}
+*/ \ No newline at end of file