File tree 2 files changed +21
-6
lines changed
2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -216,9 +216,24 @@ const props = defineProps({
216
216
padding : toRem (9 );
217
217
border-radius : 50% ;
218
218
border : 2px solid $sageGreen ;
219
+ background-color : rgba ($sageGreen , 0 );
220
+ @include transitionDefault ;
219
221
.button-content {
220
222
display : flex ;
221
223
}
224
+ :deep (.icon ) {
225
+ path {
226
+ @include transitionDefault;
227
+ }
228
+ }
229
+ & :hover {
230
+ background-color : rgba ($sageGreen , 1 );
231
+ :deep (.icon ) {
232
+ path {
233
+ fill : $codGray ;
234
+ }
235
+ }
236
+ }
222
237
}
223
238
224
239
.theme__big-number {
Original file line number Diff line number Diff line change @@ -283,13 +283,13 @@ const getCtaComponent = (icon) => {
283
283
visibility : visible ;
284
284
transform : scale (1 );
285
285
}
286
- :deep (.navigation ) {
287
- .nav- item {
286
+ // :deep(.navigation) {
287
+ // .nav-item {
288
288
289
- }
290
- .nav-link {
289
+ // }
290
+ // .nav-link {
291
291
292
- }
293
- }
292
+ // }
293
+ // }
294
294
}
295
295
</style >
You can’t perform that action at this time.
0 commit comments