@deque/cauldron-styles 5.13.0-canary.d71c768d → 5.13.0-canary.e93ae35e
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/dist/index.css +0 -16
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3101,12 +3101,6 @@ button.TooltipTabstop {
|
|
|
3101
3101
|
--loader-overlay-background-color: var(--accent-medium);
|
|
3102
3102
|
}
|
|
3103
3103
|
|
|
3104
|
-
.Loader--large {
|
|
3105
|
-
--loader-ring-size: 192px;
|
|
3106
|
-
--loader-ring-thickness: 16px;
|
|
3107
|
-
--loader-inner-ring-size: calc(var(--loader-ring-thickness) * 0.5);
|
|
3108
|
-
}
|
|
3109
|
-
|
|
3110
3104
|
.Loader {
|
|
3111
3105
|
margin: 50px auto;
|
|
3112
3106
|
position: relative;
|
|
@@ -3177,11 +3171,6 @@ button.TooltipTabstop {
|
|
|
3177
3171
|
margin-bottom: var(--space-small);
|
|
3178
3172
|
}
|
|
3179
3173
|
|
|
3180
|
-
.Loader__overlay--large .Loader__overlay__loader {
|
|
3181
|
-
min-height: 192px;
|
|
3182
|
-
min-width: 192px;
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
3174
|
.Loader__overlay__label {
|
|
3186
3175
|
color: var(--loader-text-color);
|
|
3187
3176
|
font-size: var(--text-size-normal);
|
|
@@ -3203,11 +3192,6 @@ button.TooltipTabstop {
|
|
|
3203
3192
|
width: calc(var(--loader-ring-size) * 0.7);
|
|
3204
3193
|
}
|
|
3205
3194
|
|
|
3206
|
-
.Loader__overlay--large svg {
|
|
3207
|
-
height: 120px;
|
|
3208
|
-
width: 120px;
|
|
3209
|
-
}
|
|
3210
|
-
|
|
3211
3195
|
@keyframes spin {
|
|
3212
3196
|
0% {
|
|
3213
3197
|
transform: rotate(0deg);
|
package/package.json
CHANGED