mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
.loading {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
|
|
.loading-content {
|
|
display: flex;
|
|
flex: 1 1;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|