Merge branch 'feature/grid' of https://git.ninolbt.com/Nono/Projet_48h into feature/grid

This commit is contained in:
Sysy's
2026-03-31 13:12:34 +02:00
2 changed files with 39 additions and 1 deletions

View File

@@ -152,6 +152,14 @@ main {
transform: rotate(180deg);
}
.captor-turn {
background-color: #DADEEF;
background-image: url("../img/tiles/Capteur-2.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.cable {
background-color: #DADEEF;
background-image: url("../img/tiles/CableV.svg");
@@ -161,6 +169,14 @@ main {
transform: rotate(90deg);
}
.cable-vertical {
background-color: #DADEEF;
background-image: url("../img/tiles/CableV.svg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;
}
.door {
background-color: #DADEEF;
background-image: url("../img/tiles/WoodenDoor.svg");