diff --git a/front/style/home.css b/front/style/home.css index 1194514..642c9c3 100644 --- a/front/style/home.css +++ b/front/style/home.css @@ -36,7 +36,9 @@ #sideMenu { background-color: grey; - + display: flex; + flex-direction: column; + align-items: center; overflow: hidden; } @@ -49,9 +51,14 @@ margin-right : 5%; } +#sideMenuContent { + width: 90%; +} .titreSideMenu { border-bottom: black solid 2px; - width: 95%; + width: 100%; + margin-bottom: 3%; + } @@ -62,8 +69,10 @@ letter-spacing: 1px; text-transform: uppercase; background-color: black; - padding : 1.5%; + padding : 1.5%; margin-bottom: 0px; + margin-right: 3%; + } #bodyPersonalSpace { @@ -89,10 +98,41 @@ } .dataTactic { border : 2px solid black; - /* border-radius: 10%; */ + border-radius: 0.75cap; } .dataTactic:hover { background-color: red; cursor : pointer; -} \ No newline at end of file +} + +.listTactic { + border: 2px solid green; + display: block; +} + +ul { + border : pink solid 1px; +} + +#SetButtonTactic { + border: 0px solid brown; + width: 80%; + margin-left : 5%; + margin-top : 5%; +} + + +.ButtonLastTactic { + border : black solid 1px; + border-radius :0.5cap; + width :fit-content; + padding: 2%; + margin-top: 3%; + overflow: hidden; +} + +.ButtonLastTactic:hover { + background-color: red; + cursor : pointer; +} diff --git a/front/views/Home.tsx b/front/views/Home.tsx index 6bebef3..ff33df6 100644 --- a/front/views/Home.tsx +++ b/front/views/Home.tsx @@ -51,8 +51,10 @@ export function SideMenu({ width, lastTactics, teams } : { width : number, lastT