mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
23 lines
No EOL
297 B
CSS
23 lines
No EOL
297 B
CSS
.wait {
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.wait .button {
|
|
padding: 10px;
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.wait .students {
|
|
width: 100%;
|
|
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
|
|
overflow: auto;
|
|
} |