2022-05-18 10:15:54 +02:00
|
|
|
@import '../variables.scss';
|
|
|
|
|
|
|
|
.exo-input-container{
|
|
|
|
grid-column: 1/3;
|
|
|
|
grid-row: 2;
|
|
|
|
|
|
|
|
& ~ h2{
|
|
|
|
font-size: 1.25em;
|
|
|
|
grid-column: 1/3;
|
|
|
|
grid-row: 3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn-disabled{
|
|
|
|
background-color: grey;
|
|
|
|
&:hover{
|
|
|
|
background-color: grey;
|
|
|
|
}
|
|
|
|
color:black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.option--ex{
|
|
|
|
display: flex;
|
2022-06-11 23:39:03 +02:00
|
|
|
flex-direction: column;
|
2022-05-18 10:15:54 +02:00
|
|
|
grid-column: 1/3;
|
|
|
|
grid-row: 4;
|
|
|
|
gap: 10%;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-container{
|
|
|
|
text-align: center;
|
2022-06-11 23:39:03 +02:00
|
|
|
grid-row: 5;
|
2022-05-18 10:15:54 +02:00
|
|
|
}
|
2022-06-24 13:42:16 +02:00
|
|
|
|
|
|
|
|
|
|
|
.consigne{
|
|
|
|
font-weight: 600;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|