2018-10-19 15:17:02 +00:00
|
|
|
%progress-indeterminate {
|
2022-03-15 12:54:14 +00:00
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
--icon-size: icon-700; /* 24px */
|
|
|
|
--icon-name: var(--icon-loading);
|
|
|
|
--icon-color: rgb(var(--tone-gray-500));
|
|
|
|
}
|
|
|
|
%progress-indeterminate::before {
|
|
|
|
content: '';
|
2018-10-19 15:17:02 +00:00
|
|
|
}
|