File tree Expand file tree Collapse file tree
packages/core/styles/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,25 +79,25 @@ $tp5-dashboard-wrap-breakpoint: 480px !default;
7979
8080.cove-visualization__body.tp5-dashboard-component.tp5-dashboard-component--drop-shadow.tp5-dashboard-component--accent-left
8181 .cdc-callout {
82- padding-left : calc (1rem + 8 px );
82+ padding-left : calc (1rem + 7 px );
8383}
8484
8585.cove-visualization__body.tp5-dashboard-component.tp5-dashboard-component--drop-shadow.tp5-dashboard-component--accent-left
8686 .cdc-callout ::before {
8787 bottom : 0 ;
8888 left : 0 ;
8989 top : 0 ;
90- width : 8 px ;
90+ width : 7 px ;
9191}
9292
9393.cove-visualization__body.tp5-dashboard-component.tp5-dashboard-component--drop-shadow.tp5-dashboard-component--accent-top
9494 .cdc-callout {
95- padding-top : calc (1rem + 8 px );
95+ padding-top : calc (1rem + 7 px );
9696}
9797
9898.cove-visualization__body.tp5-dashboard-component.tp5-dashboard-component--drop-shadow.tp5-dashboard-component--accent-top
9999 .cdc-callout ::before {
100- height : 8 px ;
100+ height : 7 px ;
101101 left : 0 ;
102102 right : 0 ;
103103 top : 0 ;
You can’t perform that action at this time.
0 commit comments