@dialpad/dialtone-css 8.59.0 → 8.60.0
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.
- package/lib/build/less/components/loader.less +17 -0
- package/lib/build/less/dialtone.less +1 -0
- package/lib/dist/dialtone-default-theme.css +4 -0
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone.css +4 -0
- package/lib/dist/dialtone.min.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
//
|
|
2
|
+
// DIALTONE
|
|
3
|
+
// COMPONENTS: LOADER
|
|
4
|
+
//
|
|
5
|
+
// These are loader classes for Dialpad's design system Dialtone.
|
|
6
|
+
// For further documentation of these and other classes,
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/loader
|
|
8
|
+
//
|
|
9
|
+
// TABLE OF CONTENTS
|
|
10
|
+
// • DEFAULT LOADER
|
|
11
|
+
//
|
|
12
|
+
// ============================================================================
|
|
13
|
+
// $ DEFAULT LOADER
|
|
14
|
+
// ----------------------------------------------------------------------------
|
|
15
|
+
.d-loader-icon {
|
|
16
|
+
animation: d-loading-circle 900ms infinite linear;
|
|
17
|
+
}
|
|
@@ -3268,6 +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-icon {
|
|
3272
|
+
-webkit-animation: d-loading-circle 900ms infinite linear;
|
|
3273
|
+
animation: d-loading-circle 900ms infinite linear;
|
|
3274
|
+
}
|
|
3271
3275
|
.d-modal {
|
|
3272
3276
|
--modal-backdrop-color-background: var(--dt-color-surface-backdrop);
|
|
3273
3277
|
--modal-dialog-padding: var(--dt-space-600);
|