DahmaneYanis 1 year ago
parent 58b425a31e
commit c833e06bd4

@ -1,11 +1,10 @@
#main {
margin-left: 10%;
margin-right: 10%;
border: solid 2px purple;
display: flex;
flex-direction: column;
font-family: Helvetica,;
font-family: Helvetica;
}
.new {
@ -22,14 +21,13 @@
display: flex;
flex-direction: row;
border: solid 10px violet;
margin:0px
margin: 0px;
}
#personal-space {
background-color: orange;
display: flex;
flex-direction: column;
}
#sideMenu {
@ -48,13 +46,12 @@
.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;
@ -83,5 +80,4 @@ td {
td:hover {
background-color: red;
}

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

Loading…
Cancel
Save