File tree 2 files changed +20
-8
lines changed
2 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
</div >
28
28
</ZeroButton >
29
+ <div class =" year" v-html =" item.year" />
29
30
</div >
30
31
</div >
31
32
@@ -106,8 +107,18 @@ const cta = computed(() => {
106
107
107
108
.heading-wrapper {
108
109
display : flex ;
109
- align-items : center ;
110
+ flex-direction : column ;
111
+ // align-items: center;
110
112
margin-top : toRem (25 );
113
+ .year {
114
+ @include h5 ;
115
+ letter-spacing : 0.48px ;
116
+ margin-top : toRem (6 );
117
+ margin-left : toRem (37 );
118
+ @include mini {
119
+ margin-left : toRem (25 );
120
+ }
121
+ }
111
122
}
112
123
113
124
.heading-button {
@@ -119,26 +130,23 @@ const cta = computed(() => {
119
130
}
120
131
& :hover ,
121
132
& :focus-visible {
122
- transform : scale (1.15 );
133
+ transform : scale (1.15 ) translateX ( toRem ( 18 )) ;
123
134
.icon {
124
135
:deep (path ) {
125
136
fill : $chardonnay ;
126
137
}
127
138
}
128
- .h2 {
129
- color : $chardonnay ;
130
- }
131
139
}
132
140
& :focus-visible {
133
141
@include focusOutline ;
134
142
}
135
143
.heading {
136
144
display : flex ;
137
- align-items : center ;
138
145
}
139
146
.icon {
140
- width : toRem (41 );
141
- height : toRem (41 );
147
+ width : toRem (23 );
148
+ height : toRem (23 );
149
+ margin-top : toRem (3 );
142
150
margin-right : toRem (14 );
143
151
transition : 300ms cubic-bezier (0.33 , 0.2 , 0.41 , 0.99 );
144
152
@include mini {
Original file line number Diff line number Diff line change 420
420
"items" : [
421
421
{
422
422
"heading" : " September" ,
423
+ "year" : " 2023" ,
423
424
"milestones" : [
424
425
{
425
426
"title" : " Milestone 1" ,
433
434
},
434
435
{
435
436
"heading" : " October" ,
437
+ "year" : " 2023" ,
436
438
"milestones" : [
437
439
{
438
440
"title" : " Milestone 3" ,
442
444
},
443
445
{
444
446
"heading" : " November" ,
447
+ "year" : " 2023" ,
445
448
"milestones" : [
446
449
{
447
450
"title" : " Milestone 4" ,
451
454
},
452
455
{
453
456
"heading" : " December" ,
457
+ "year" : " 2023" ,
454
458
"milestones" : [
455
459
{
456
460
"title" : " Milestone 5" ,
You can’t perform that action at this time.
0 commit comments