mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:51:36 +08:00
17 lines
298 B
SCSS
17 lines
298 B
SCSS
.conditional-loading-section {
|
|
&.is-loading {
|
|
padding: 2em;
|
|
margin: 1em;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: $primary-very-low;
|
|
flex-direction: column;
|
|
|
|
.title {
|
|
font-size: $font-up-1;
|
|
font-weight: 700;
|
|
}
|
|
}
|
|
}
|