added charpente submodule
This commit is contained in:
parent
fb86130656
commit
7b871c8224
3 changed files with 14 additions and 1 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "charpente"]
|
||||||
|
path = charpente
|
||||||
|
url = git@git.deuxfleurs.fr:Deuxfleurs/charpente.git
|
|
@ -5,6 +5,14 @@
|
||||||
* Contient le CSS structurel, se veut réutilisable.
|
* Contient le CSS structurel, se veut réutilisable.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Top Bar
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
.top-bar {
|
.top-bar {
|
||||||
height: 50px;
|
height: 50px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -103,4 +111,5 @@
|
||||||
height: calc(100vh - 50px);
|
height: calc(100vh - 50px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
1
charpente
Submodule
1
charpente
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit bb0e008ea29e7d026babcef8e7a2bb708d844469
|
Loading…
Reference in a new issue