EvalueTonSavoir/client/src/pages/Teacher/Share/share.css

21 lines
385 B
CSS
Raw Normal View History

2024-03-29 20:08:34 -04:00
.quizImport .importHeader {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: stretch
}
.quizImport .importHeader .returnButton {
flex-basis: 10%;
display: flex;
justify-content: center;
}
.quizImport .importHeader .title {
flex-basis: auto;
}
.quizImport .importHeader .dumb {
flex-basis: 10%;
}