From c833e06bd409b82d943d680447f52ed9c3b7e72e Mon Sep 17 00:00:00 2001 From: DahmaneYanis Date: Mon, 8 Jan 2024 16:45:59 +0100 Subject: [PATCH] format --- front/style/home/titre.css | 44 +++++++++++++++----------------- src/Core/Gateway/TeamGateway.php | 1 - 2 files changed, 20 insertions(+), 25 deletions(-) diff --git a/front/style/home/titre.css b/front/style/home/titre.css index e4358ff..176f3ef 100644 --- a/front/style/home/titre.css +++ b/front/style/home/titre.css @@ -1,35 +1,33 @@ - #main { - margin-left : 10%; + margin-left: 10%; margin-right: 10%; - border : solid 2px purple; + border: solid 2px purple; display: flex; flex-direction: column; - font-family: Helvetica,; + font-family: Helvetica; } .new { border-radius: 100%; } -#header { +#header { text-align: center; background-color: green; - margin : 0px; + margin: 0px; } #body { display: flex; flex-direction: row; - border : solid 10px violet; - margin:0px - } + border: solid 10px violet; + margin: 0px; +} #personal-space { background-color: orange; display: flex; flex-direction: column; - } #sideMenu { @@ -42,46 +40,44 @@ #sideMenu h2 { display: inline-block; - margin-right : 5%; + margin-right: 5%; } .titreSideMenu { border-bottom: black solid 2px; width: 95%; - } #sideMenu .title { font-size: 13px; font-weight: bold; - color : #FFFFFF; + color: #ffffff; letter-spacing: 1px; text-transform: uppercase; background-color: black; - padding : 1.5%; + padding: 1.5%; margin-bottom: 0px; } #bodyPersonalSpace { width: 95%; - border : 1px red solid; + border: 1px red solid; align-self: center; } -#bodyPersonalSpace table{ +#bodyPersonalSpace table { width: 100%; - border-collapse : separate; - border-spacing : 1em; + border-collapse: separate; + border-spacing: 1em; } td { - border : 3px solid black; - padding-bottom : 1%; - padding-top : 1%; + border: 3px solid black; + padding-bottom: 1%; + padding-top: 1%; margin: 80px; - text-align: center; + text-align: center; } td:hover { background-color: red; - -} \ No newline at end of file +} diff --git a/src/Core/Gateway/TeamGateway.php b/src/Core/Gateway/TeamGateway.php index a817687..0947d76 100644 --- a/src/Core/Gateway/TeamGateway.php +++ b/src/Core/Gateway/TeamGateway.php @@ -137,5 +137,4 @@ class TeamGateway { ); } - }