post
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
parent
29c32b2203
commit
f584750aab
@ -0,0 +1,43 @@
|
|||||||
|
|
||||||
|
.modificationDuProfilBackgroud{
|
||||||
|
// background: $color-6;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.modificationDuProfil{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modificationDuProfilText{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
padding-left:5%;
|
||||||
|
width: 88%;
|
||||||
|
font-size: medium;
|
||||||
|
}
|
||||||
|
|
||||||
|
span{
|
||||||
|
margin: 1%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.imageDeProfil{
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.accesDossiersPerso{
|
||||||
|
display: flex;
|
||||||
|
align-items: row;
|
||||||
|
margin-left:10%;
|
||||||
|
width:80% ;
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input{
|
||||||
|
margin-right: 0.5%;
|
||||||
|
}
|
@ -1,17 +1,34 @@
|
|||||||
.ligneVertical{
|
|
||||||
border-right: thick solid $color-1;
|
|
||||||
height:85%;
|
|
||||||
width: 1%;
|
|
||||||
}
|
|
||||||
.boutonDeConfigurations{
|
.boutonDeConfigurations{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
|
button{
|
||||||
|
padding: 1%;
|
||||||
|
margin-bottom: 1%;
|
||||||
|
margin-top: 2%;
|
||||||
|
margin-left: 6%;
|
||||||
|
width: 16%;
|
||||||
|
max-width: 200px;
|
||||||
|
background-color: $color-3;
|
||||||
|
border: 2px solid $color-4;
|
||||||
|
border-radius: 20px;
|
||||||
|
}
|
||||||
|
button:hover {
|
||||||
|
background-color: $color-1;
|
||||||
|
border-color: black;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
width: 20%;
|
|
||||||
|
|
||||||
}
|
|
||||||
.ligneHorizontal{
|
.ligneHorizontal{
|
||||||
border-top: thick solid $color-1;
|
border-bottom: thick solid $color-1;
|
||||||
width: 78%;
|
width: 84%;
|
||||||
height: 1%;
|
height: 1%;
|
||||||
|
margin-bottom: 2%;
|
||||||
|
margin-top: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in new issue