File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
kubitWireframe/commons/components/accordion
kubit/components/accordion Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,16 @@ export const ACCORDION_STYLES: AccordionStylesType<AccordionVariantType> = {
67
67
align_items : 'center' ,
68
68
width : SPACINGS . spacing_100_percent ,
69
69
} ,
70
+ link : {
71
+ cursor : 'pointer' ,
72
+ display : 'flex' ,
73
+ justify_content : 'flex-start' ,
74
+ margin : SPACINGS . spacing_0 ,
75
+ padding : SPACINGS . spacing_0 ,
76
+ z_index : Z_INDEX . INTERN_1 ,
77
+ align_items : 'center' ,
78
+ width : SPACINGS . spacing_100_percent ,
79
+ } ,
70
80
triggerIconContainer : {
71
81
align_items : 'center' ,
72
82
display : 'flex' ,
Original file line number Diff line number Diff line change @@ -43,6 +43,15 @@ export const getAccordionStyles = (COLORS: {
43
43
width : SPACINGS . spacing_100_percent ,
44
44
gap : SPACINGS . spacing_300 ,
45
45
} ,
46
+ link : {
47
+ cursor : 'pointer' ,
48
+ display : 'flex' ,
49
+ justify_content : 'flex-start' ,
50
+ margin : SPACINGS . spacing_0 ,
51
+ padding : SPACINGS . spacing_0 ,
52
+ width : SPACINGS . spacing_100_percent ,
53
+ gap : SPACINGS . spacing_300 ,
54
+ } ,
46
55
triggerIconContainer : {
47
56
align_items : 'center' ,
48
57
display : 'inline-flex' ,
You can’t perform that action at this time.
0 commit comments