File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
packages/micro-journeys/src Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 17
17
@import ' ./pages/pattern-lab/_patterns/01-visual-styles/15-breakpoints/_breakpoints' ;
18
18
@import ' ./components/pattern-lab-utils/_sassdoc.scss' ;
19
19
@import ' ./pages/pattern-lab/_patterns/04-pages/35-d8-events/_event-sponsors-with-action-block' ;
20
-
Original file line number Diff line number Diff line change @@ -90,9 +90,9 @@ class BoltCharacter extends withLitHtml() {
90
90
${ useIcon
91
91
? html `
92
92
< span
93
- class ="c-bolt-character__slot c-bolt-character__slot--icon "
93
+ class ="c-bolt-character__slot c-bolt-character__slot--icon--wrapper "
94
94
>
95
- < bolt-icon > </ bolt-icon >
95
+ < bolt-icon class =" c-bolt-character__slot--icon " > </ bolt-icon >
96
96
</ span >
97
97
`
98
98
: html `
Original file line number Diff line number Diff line change 8
8
9
9
& --small ,
10
10
& --small & __main-image-wrapper ,
11
- & --small bolt -icon {
11
+ & --small & __slot- -icon {
12
12
width : 60px ;
13
13
height : 60px ;
14
14
}
15
15
& --medium ,
16
16
& --medium & __main-image-wrapper ,
17
- & --medium bolt -icon {
17
+ & --medium & __slot- -icon {
18
18
width : 80px ;
19
19
height : 80px ;
20
20
}
21
21
& --large ,
22
22
& --large & __main-image-wrapper ,
23
- & --large bolt -icon {
23
+ & --large & __slot- -icon {
24
24
width : 120px ;
25
25
height : 120px ;
26
26
}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ $nav-circle-border-size: 2px;
15
15
}
16
16
17
17
@else {
18
+ box-sizing : content-box ;
18
19
content : ' ' ;
19
20
display : inline-block ;
20
21
z-index : 1 ;
@@ -52,8 +53,11 @@ $nav-circle-border-size: 2px;
52
53
padding-bottom : 1.65rem ;
53
54
white-space : nowrap ;
54
55
line-height : $header-text-line-height ;
55
- cursor : pointer ;
56
56
font-size : $header-text-size ;
57
57
transition : color 0.5s ease , transform 0.5s ease ;
58
+
59
+ & :hover {
60
+ cursor : pointer ;
61
+ }
58
62
}
59
63
}
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ $bolt-tooltip-bubble-triangle-width: 8px;
32
32
33
33
& __icon {
34
34
@include bolt-padding-right (small );
35
+ box-sizing : content-box ;
35
36
}
36
37
37
38
& __slot {
You can’t perform that action at this time.
0 commit comments