mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
21 lines
No EOL
385 B
CSS
21 lines
No EOL
385 B
CSS
.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%;
|
|
} |