File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 16
16
display : flex
17
17
padding : $cs-xs
18
18
gap : $cs .m
19
- transition : background-color $ad .m ease-in-out
19
+ transition : background-color $ad .s ease-in-out
20
20
border-radius : $br .xl
21
21
padding : $cs .xs
22
22
23
23
& :hover
24
- background-color : var (-- c-bg-neutral-min-hover )
24
+ background-color : var (-- c-bg-brand-extralight )
25
25
26
26
.image
27
27
border-radius : $br .l
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const Panel = ({
40
40
divider,
41
41
} ) => (
42
42
< div className = { classnames ( styles . panel , className ) } >
43
- < div className = "d-flex j-between mb-cs-m" >
43
+ < div className = "d-flex j-between al-center mb-cs-m" >
44
44
< div className = "d-flex gap-cs-xs al-center" >
45
45
{ icon && < Icon icon = { icon } className = { styles . panelHeaderIcon } /> }
46
46
< Message content = { title } className = { styles . panelHeaderTitle } />
Original file line number Diff line number Diff line change 26
26
font-size : $fsv2 .l
27
27
line-height : 1
28
28
29
- .button
29
+ a .button
30
30
font-weight : $fwv2 .semibold
31
- text-decoration : none
32
- transition : text - decoration 0.2 s ease-in-out
31
+ text-decoration : none transparent
32
+ transition : text - decoration $ad . s ease-in-out
33
33
34
34
& :hover
35
35
color : var (-- c-text-brand-normal )
36
36
text-decoration : underline
37
37
text-decoration-thickness : 2px
38
38
text-underline-offset : .4rem
39
+ text-decoration-color : var (-- c-text-brand-normal )
39
40
40
41
& -divider
41
42
border-bottom : 1px solid var (-- c-border-neutral-light )
45
46
46
47
span .panel-header-icon
47
48
font-size : 1.5rem
49
+ font-variation-settings : 'FILL' 1
50
+ background-color : var (-- c-bg-brand-extralight )
51
+ padding : $cs .xs
52
+ border-radius : $br .l
53
+ color : var (-- c-bg-brand-normal )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ $tokens = {
37
37
38
38
// Brand
39
39
40
- 'bg-brand-extralight' : $c .tts-025 // Background for navigation elements background.
40
+ 'bg-brand-extralight' : $c .tts-050 // Background for navigation elements background.
41
41
'bg-brand-light' : $c .tts-100 // ?
42
42
'bg-brand-normal' : $c .tts-500 // Background for highlight elements.
43
43
'bg-brand-normal-hover' : $c .tts-600 // Background for highlight elements on hover.
You can’t perform that action at this time.
0 commit comments