DahmaneYanis 1 year ago
parent 58b425a31e
commit c833e06bd4

@ -1,11 +1,10 @@
#main { #main {
margin-left: 10%; margin-left: 10%;
margin-right: 10%; margin-right: 10%;
border: solid 2px purple; border: solid 2px purple;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-family: Helvetica,; font-family: Helvetica;
} }
.new { .new {
@ -22,14 +21,13 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
border: solid 10px violet; border: solid 10px violet;
margin:0px margin: 0px;
} }
#personal-space { #personal-space {
background-color: orange; background-color: orange;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }
#sideMenu { #sideMenu {
@ -48,13 +46,12 @@
.titreSideMenu { .titreSideMenu {
border-bottom: black solid 2px; border-bottom: black solid 2px;
width: 95%; width: 95%;
} }
#sideMenu .title { #sideMenu .title {
font-size: 13px; font-size: 13px;
font-weight: bold; font-weight: bold;
color : #FFFFFF; color: #ffffff;
letter-spacing: 1px; letter-spacing: 1px;
text-transform: uppercase; text-transform: uppercase;
background-color: black; background-color: black;
@ -83,5 +80,4 @@ td {
td:hover { td:hover {
background-color: red; background-color: red;
} }

@ -137,5 +137,4 @@ class TeamGateway {
); );
} }
} }

Loading…
Cancel
Save