.progress-indicator-wrapper { width: 100%; display: flex; flex-direction: column; &.loading-indicator-content { margin-top: 76px; } .progress-indicator { width: 100%; background-image: url("#{$image-path}/loading-indicator.svg"); background-repeat: no-repeat; background-position: center; } .progress-indicator-description, .progress-indicator-description-default { color: var(--dark-gray-color-45); text-align: center; margin-top: 10px; } .progress-indicator-description-default { display: none; } @media (prefers-reduced-motion) { .progress-indicator { @include icon(before, refresh, $size: 32px); color: var(--color--font-primary); } .progress-indicator-description-default { display: block; } } }