Skip to content

Commit 2afc964

Browse files
committed
Shrink accent to 7px
1 parent 01fd3c8 commit 2afc964

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/core/styles/layout/_tp5-dashboard-component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 + 8px);
82+
padding-left: calc(1rem + 7px);
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: 8px;
90+
width: 7px;
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 + 8px);
95+
padding-top: calc(1rem + 7px);
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: 8px;
100+
height: 7px;
101101
left: 0;
102102
right: 0;
103103
top: 0;

0 commit comments

Comments
 (0)