luna-one 3.1.455 → 3.1.456
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.
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
margin: 0;
|
|
54
54
|
|
|
55
55
|
&:not(:last-child) {
|
|
56
|
-
margin-bottom:
|
|
56
|
+
margin-bottom: 12px;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.eyebrow {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
text-transform: uppercase;
|
|
65
65
|
|
|
66
66
|
&:not(:last-child) {
|
|
67
|
-
margin-bottom:
|
|
67
|
+
margin-bottom: 6px;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
@media only screen and (max-width: $breakpoint-xs) {
|
|
@@ -77,26 +77,26 @@
|
|
|
77
77
|
margin: 0;
|
|
78
78
|
font-family: $very-bold-font-family;
|
|
79
79
|
font-size: $heading-3-size;
|
|
80
|
-
line-height:
|
|
80
|
+
line-height: 38px;
|
|
81
81
|
|
|
82
82
|
&:not(:last-child) {
|
|
83
|
-
margin-bottom:
|
|
83
|
+
margin-bottom: 12px;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
@media only screen and (max-width: $breakpoint-xs) {
|
|
87
|
-
line-height:
|
|
87
|
+
line-height: 32px;
|
|
88
88
|
font-size: $heading-3-size-mobile;
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
.subheading {
|
|
93
93
|
margin: 0;
|
|
94
|
+
font-family: $regular-font-family;
|
|
94
95
|
font-size: $subheading-size;
|
|
95
|
-
line-height:
|
|
96
|
+
line-height: 25px;
|
|
96
97
|
|
|
97
98
|
@media only screen and (max-width: $breakpoint-xs) {
|
|
98
99
|
font-size: $subheading-size-mobile;
|
|
99
|
-
line-height: 26px;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
}
|
|
@@ -609,4 +609,25 @@
|
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
611
|
}
|
|
612
|
+
.cta-container {
|
|
613
|
+
.header {
|
|
614
|
+
.eyebrow {
|
|
615
|
+
margin-bottom: 6px;
|
|
616
|
+
}
|
|
617
|
+
.heading {
|
|
618
|
+
margin-bottom: 12px;
|
|
619
|
+
line-height: 38px;
|
|
620
|
+
@media screen and (max-width: $breakpoint-sm){
|
|
621
|
+
line-height: 32px;
|
|
622
|
+
}
|
|
623
|
+
}
|
|
624
|
+
.subheading {
|
|
625
|
+
font-family: $regular-font-family;
|
|
626
|
+
line-height: 25px;
|
|
627
|
+
}
|
|
628
|
+
&:not(:last-child){
|
|
629
|
+
margin-bottom: 12px;
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
612
633
|
}
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
&__eyebrow {
|
|
323
323
|
font-size: $eyebrow-font-size;
|
|
324
324
|
text-transform: uppercase;
|
|
325
|
-
|
|
325
|
+
margin-bottom: 6px;
|
|
326
326
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
327
327
|
font-size: $eyebrow-font-size-mobile;
|
|
328
328
|
}
|
|
@@ -334,11 +334,15 @@
|
|
|
334
334
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
335
335
|
font-size: $heading-3-size;
|
|
336
336
|
}
|
|
337
|
+
&:not(:last-child){
|
|
338
|
+
margin-bottom: 12px;
|
|
339
|
+
}
|
|
337
340
|
}
|
|
338
341
|
|
|
339
342
|
&__subHeader {
|
|
340
343
|
font-size: $subheading-size;
|
|
341
|
-
|
|
344
|
+
font-family: $regular-font-family;
|
|
345
|
+
line-height: 25px;
|
|
342
346
|
@media screen and (max-width: $breakpoint-xxs) {
|
|
343
347
|
font-size: $subheading-size-mobile;
|
|
344
348
|
}
|