@extrachill/components 0.4.17 → 0.4.18
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/package.json +1 -1
- package/styles/components.scss +0 -15
package/package.json
CHANGED
package/styles/components.scss
CHANGED
|
@@ -517,7 +517,6 @@
|
|
|
517
517
|
}
|
|
518
518
|
|
|
519
519
|
.ec-panel {
|
|
520
|
-
background: var(--background-color, #fff);
|
|
521
520
|
border-radius: 0;
|
|
522
521
|
border-left: 0;
|
|
523
522
|
border-right: 0;
|
|
@@ -528,20 +527,6 @@
|
|
|
528
527
|
padding-right: var(--spacing-md, 1rem);
|
|
529
528
|
}
|
|
530
529
|
|
|
531
|
-
.ec-panel--depth-0,
|
|
532
|
-
.ec-panel--depth-2,
|
|
533
|
-
.ec-section--depth-0,
|
|
534
|
-
.ec-section--depth-2 {
|
|
535
|
-
background: var(--card-background, #f1f5f9);
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
.ec-panel--depth-1,
|
|
539
|
-
.ec-panel--depth-3,
|
|
540
|
-
.ec-section--depth-1,
|
|
541
|
-
.ec-section--depth-3 {
|
|
542
|
-
background: var(--background-color, #fff);
|
|
543
|
-
}
|
|
544
|
-
|
|
545
530
|
.ec-section {
|
|
546
531
|
border-radius: 0;
|
|
547
532
|
border-left: 0;
|