@adplenty-tech/adplenty-components-library 1.6.10 → 1.6.11
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
.lib-stats-donut{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#414141;padding:0 30px 18px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Inter;width:100%}.lib-stats-donut h1.type{
|
|
1
|
+
.lib-stats-donut{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#414141;padding:0 30px 18px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Inter;width:100%}.lib-stats-donut h1.type{font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.1px;padding:12px 0 12px 0;margin-bottom:0}.lib-stats-donut .stats-container{-webkit-box-flex:1;-ms-flex:1;flex:1}.lib-stats-donut .stats-container .header-container .header{padding:0;font-weight:400;color:var(--color-neutral-40);font-size:14px;background-color:rgba(0,0,0,0)}.lib-stats-donut .stats-container .stat-kpi{-webkit-transition:.3s ease all;transition:.3s ease all;padding-bottom:16px}.lib-stats-donut .stats-container .stat-kpi.data{-webkit-box-flex:1;-ms-flex:1;flex:1}.lib-stats-donut .stats-container .stat-kpi.data .entry{padding-top:16px}.lib-stats-donut .stats-container .stat-kpi.total{padding-top:16px}.lib-stats-donut .stats-container .stat-kpi.total .label{color:var(--color-neutral-40)}.lib-stats-donut .stats-container .stat-kpi.total .value{font-weight:600}.lib-stats-donut .stats-container .stat-kpi .bullet{-webkit-transition:.3s ease all;transition:.3s ease all;width:12px;height:12px;min-width:12px;min-height:12px;margin-right:10px;border-radius:100%}.lib-stats-donut .stats-container .stat-kpi .label{font-size:14px;letter-spacing:0;line-height:24px;white-space:nowrap}.lib-stats-donut .stats-container .stat-kpi .value{font-size:14px;letter-spacing:0;font-weight:600;line-height:24px;text-align:right}.lib-stats-donut .help{margin-top:10px;margin-bottom:30px;opacity:.5;color:var(--color-neutral-40);font-size:12px;letter-spacing:0;line-height:16px}.lib-stats-donut .separator{width:100%;height:1px;background-color:#dfdfdf}.lib-stats-donut .donut-container{position:relative;margin-bottom:24px}.lib-stats-donut .donut-container .nvd3-pie-chart{position:relative;z-index:1;height:100%;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lib-stats-donut .donut-container .total{text-align:center;position:absolute;top:0;left:0;height:100%;width:100%;color:var(--color-neutral-100);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lib-stats-donut .donut-container .total .title{font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.25px;text-align:center;color:var(--color-neutral-40)}.lib-stats-donut .donut-container .total .amount{font-size:20px;font-style:normal;font-weight:500;line-height:28px;text-align:center}.lib-stats-donut .nv-slice path{stroke:none !important;fill-opacity:1 !important}
|
package/package.json
CHANGED