File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
packages/core/components/ui Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import { TrendArrowType , TREND_ARROW_DOWN } from '../../helpers/trendIndicator'
22import TrendArrowIcon from '../../assets/trend-arrow.svg'
3- import './trend-arrow.scss '
3+ import './trend-arrow.css '
44
55type TrendArrowProps = {
66 arrowType : TrendArrowType
Original file line number Diff line number Diff line change 11.cove-trend-arrow__wrap {
2- display : inline-flex ;
32 align-items : baseline;
3+ display : inline-flex;
44}
55
66.cove-trend-arrow {
7- height : 1rem ;
8- width : 1rem ;
9- margin-left : 0.2em ;
107 display : inline-block;
118 flex-shrink : 0 ;
9+ height : 1rem ;
10+ margin-left : 0.2em ;
11+ width : 1rem ;
1212}
1313
1414.cove-trend-arrow__label {
15- margin-left : 0.25em ;
1615 font-size : 1rem ;
16+ margin-left : 0.25em ;
1717}
1818
1919.cove-trend-arrow .is-down {
You can’t perform that action at this time.
0 commit comments