Reuse Spinner styles for InlineSpinner
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
@@ -23,19 +23,6 @@ limitations under the License.
|
||||
vertical-align: -3px;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotateZ(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotateZ(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.mx_InlineSpinner_icon {
|
||||
display: inline-block;
|
||||
background-color: $primary-fg-color;
|
||||
mask: url('$(res)/img/spinner.svg');
|
||||
mask-size: contain;
|
||||
animation: 1.1s steps(12, end) infinite spin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user