luna-one 3.1.540 → 3.1.541
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -396,6 +396,10 @@
|
|
|
396
396
|
background-color: $blue-10 !important;
|
|
397
397
|
border: 2px solid $blue-10 !important;
|
|
398
398
|
color: $white !important;
|
|
399
|
+
transition: all .3s ease;
|
|
400
|
+
line-height: 24px;
|
|
401
|
+
padding: 12px;
|
|
402
|
+
justify-content: space-between;
|
|
399
403
|
|
|
400
404
|
.arrow {
|
|
401
405
|
fill: $white;
|
|
@@ -412,6 +416,31 @@
|
|
|
412
416
|
background-color: transparent;
|
|
413
417
|
border: 2px solid $blue-10;
|
|
414
418
|
color: $blue-10;
|
|
419
|
+
transition: all .3s ease;
|
|
420
|
+
line-height: 24px;
|
|
421
|
+
padding: 12px;
|
|
422
|
+
justify-content: space-between;
|
|
423
|
+
|
|
424
|
+
@media screen and (max-width: $breakpoint-xs) {
|
|
425
|
+
padding-left: 40px;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
.arrow {
|
|
429
|
+
fill: $blue-10;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
&:hover,
|
|
433
|
+
&:focus,
|
|
434
|
+
&:active {
|
|
435
|
+
background-color: $trimble-blue;
|
|
436
|
+
color: $white;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
&:hover .arrow,
|
|
440
|
+
&:focus .arrow,
|
|
441
|
+
&:active .arrow {
|
|
442
|
+
fill: $white;
|
|
443
|
+
}
|
|
415
444
|
}
|
|
416
445
|
}
|
|
417
446
|
}
|