Generateurv2/frontend/styles/exos/ExoPrinterForm.module.scss
2022-06-24 13:42:16 +02:00

41 lines
558 B
SCSS

@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;
flex-direction: column;
grid-column: 1/3;
grid-row: 4;
gap: 10%;
justify-content: center;
}
.btn-container{
text-align: center;
grid-row: 5;
}
.consigne{
font-weight: 600;
text-decoration: underline;
}