@dialpad/dialtone-css 8.64.0 → 8.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
// ============================================================================
|
|
13
13
|
// $ DEFAULT LOADER
|
|
14
14
|
// ----------------------------------------------------------------------------
|
|
15
|
-
.d-loader
|
|
15
|
+
.d-loader {
|
|
16
|
+
display: inline-flex;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.d-loader__icon {
|
|
16
20
|
animation: d-loading-circle 900ms infinite linear;
|
|
17
21
|
}
|
|
@@ -3268,7 +3268,10 @@ legend .d-label--md {
|
|
|
3268
3268
|
.d-list-item__bottom {
|
|
3269
3269
|
margin-top: var(--dt-space-200);
|
|
3270
3270
|
}
|
|
3271
|
-
.d-loader
|
|
3271
|
+
.d-loader {
|
|
3272
|
+
display: inline-flex;
|
|
3273
|
+
}
|
|
3274
|
+
.d-loader__icon {
|
|
3272
3275
|
-webkit-animation: d-loading-circle 900ms infinite linear;
|
|
3273
3276
|
animation: d-loading-circle 900ms infinite linear;
|
|
3274
3277
|
}
|