You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.1 KiB
57 lines
1.1 KiB
|
|
.ModifucationInformationDuCompte{
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
margin-left: 10%;
|
|
}
|
|
|
|
.ModificationInformationDuCompteText{
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding-left:5%;
|
|
font-size: medium;
|
|
|
|
}
|
|
|
|
.buttonSuppressionCompte{
|
|
display: flex;
|
|
flex-direction:row;
|
|
align-items:center;
|
|
button{
|
|
padding: 1%;
|
|
margin-bottom: 1%;
|
|
margin-top: 2%;
|
|
margin-left: 6%;
|
|
width: 16%;
|
|
max-width: 160px;
|
|
min-width: 120px;
|
|
background-color: $color-3;
|
|
border: 2px solid $color-4;
|
|
border-radius: 20px;
|
|
}
|
|
.buttonSuppressionText{
|
|
margin-left: 2%;
|
|
max-width: 400px;
|
|
min-width: 200px;
|
|
width: 35%;
|
|
font-style: italic;
|
|
color: red;
|
|
opacity: 70%;
|
|
background-color: $color-3;
|
|
height: fit-content;
|
|
padding: 1%;
|
|
|
|
|
|
}
|
|
button:hover {
|
|
background-color: $color-1;
|
|
border-color: black;
|
|
|
|
}
|
|
span{
|
|
padding-left: 40px;
|
|
max-width: 100px;
|
|
}
|
|
}
|