luna-one 3.1.589 → 3.1.590

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. package/README.md +2315 -2315
  2. package/dist/application/assets/images/carat-down.svg +3 -3
  3. package/dist/application/assets/images/carat-up.svg +3 -3
  4. package/dist/application/assets/images/close-blue.svg +4 -4
  5. package/dist/application/assets/images/close.svg +3 -3
  6. package/dist/application/assets/images/ellipses.svg +6 -6
  7. package/dist/application/assets/images/facebook.svg +13 -13
  8. package/dist/application/assets/images/instagram.svg +19 -19
  9. package/dist/application/assets/images/linkedin.svg +15 -15
  10. package/dist/application/assets/images/twitter.svg +17 -17
  11. package/dist/application/assets/images/youtube.svg +14 -14
  12. package/dist/application/components/Loading/Loading.scss +10 -10
  13. package/dist/global-styles/content/typography.scss +140 -140
  14. package/dist/global-styles/fonts/benton.scss +113 -113
  15. package/dist/global-styles/global-terra.scss +10 -10
  16. package/dist/global-styles/global-vars.scss +599 -599
  17. package/dist/global-styles/layout/_css-grid.scss +20 -20
  18. package/dist/global-styles/layout/_media-queries.scss +35 -35
  19. package/dist/global-styles/layout/_normalize.scss +340 -340
  20. package/dist/global-styles/layout/_reset.scss +13 -13
  21. package/dist/global-styles/mixins/_box-shadow.scss +6 -6
  22. package/dist/global-styles/mixins/_mixins.scss +5 -5
  23. package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
  24. package/dist/global-styles/mixins/_typography.scss +102 -102
  25. package/dist/global-styles/mixins/_yiq.scss +50 -50
  26. package/dist/global-styles/mixins/_z-index.scss +3 -3
  27. package/dist/global-styles/terra.scss +15 -15
  28. package/dist/global-styles/utilities/_box-shadow.scss +8 -8
  29. package/dist/global-styles/utilities/_display.scss +48 -48
  30. package/dist/global-styles/utilities/_font-family.scss +15 -15
  31. package/dist/global-styles/utilities/_parallax.scss +23 -23
  32. package/dist/global-styles/utilities/_text-align.scss +24 -24
  33. package/dist/luna/components/2x2/2x2.scss +915 -915
  34. package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
  35. package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
  36. package/dist/luna/components/BlockListItems/BlockListItems.scss +285 -285
  37. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  38. package/dist/luna/components/CTAButtons/CTAButtons.js +1 -1
  39. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  40. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +331 -331
  41. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +324 -324
  42. package/dist/luna/components/DataPoint/DataPoint.scss +170 -170
  43. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  44. package/dist/luna/components/FilterSection/FilterSection.scss +143 -143
  45. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +51 -51
  46. package/dist/luna/components/Header/Header.scss +36 -36
  47. package/dist/luna/components/ImageGallery/ImageGallery.scss +442 -442
  48. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +122 -122
  49. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  50. package/dist/luna/components/LinkList/LinkList.scss +59 -59
  51. package/dist/luna/components/LinkList/LinkListMethods.js +3 -0
  52. package/dist/luna/components/LoadingSpinner/LoadingSpinner.scss +34 -34
  53. package/dist/luna/components/Login/Login.scss +180 -180
  54. package/dist/luna/components/MegaMenu/MegaMenu.js +2 -2
  55. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  56. package/dist/luna/components/MegaMenu/menu-generators/AllSections.js +6 -6
  57. package/dist/luna/components/MegaMenu/menu-generators/FeatureSection.js +5 -4
  58. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +4 -4
  59. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +4 -4
  60. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +15 -15
  61. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +3 -3
  62. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +14 -14
  63. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedSubMenu.js +7 -7
  64. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
  65. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  66. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.js +8 -8
  67. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +289 -289
  68. package/dist/luna/components/MobileMegaMenu/MobileMegaMenuCategory.js +9 -9
  69. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  70. package/dist/luna/components/MobileNav/MobileNav.scss +286 -286
  71. package/dist/luna/components/NavBarTop/NavBarTop.scss +403 -403
  72. package/dist/luna/components/NavSearch/NavSearch.scss +130 -130
  73. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +339 -339
  74. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +247 -247
  75. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  76. package/dist/luna/components/ProductSummary/ProductSummary.scss +273 -273
  77. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  78. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  79. package/dist/luna/components/ResourceGrid/ResourceGrid.scss +34 -34
  80. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  81. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  82. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  83. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  84. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  85. package/dist/luna/components/Tabs/Tabs.scss +871 -871
  86. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  87. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  88. package/dist/luna/components/TrialForm/TrialComponents/TrialSpecifics.scss +44 -44
  89. package/dist/luna/components/TrialForm/TrialComponents/TrialSummary.scss +57 -57
  90. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.scss +28 -28
  91. package/dist/luna/components/TrialForm/images/check.svg +3 -3
  92. package/dist/luna/components/TrialForm/images/form-border-bottom-dark.svg +4 -4
  93. package/dist/luna/components/TrialForm/images/form-border-bottom-light.svg +4 -4
  94. package/dist/luna/components/TrialForm/images/form-border-top-dark.svg +4 -4
  95. package/dist/luna/components/TrialForm/images/form-border-top-light.svg +4 -4
  96. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +108 -108
  97. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  98. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  99. package/dist/luna/components/Video/Video.scss +209 -209
  100. package/dist/luna/components/VidyardModal/VidyardModal.scss +34 -34
  101. package/dist/luna/components/WaffleMenu/WaffleMenu.scss +73 -73
  102. package/dist/luna/featurettes/Accordion/Accordion.scss +154 -154
  103. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
  104. package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
  105. package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
  106. package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
  107. package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
  108. package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
  109. package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
  110. package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
  111. package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
  112. package/dist/luna/featurettes/IconTextList/IconTextList.scss +124 -124
  113. package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +194 -194
  114. package/dist/luna/featurettes/PullQuote/PullQuote.scss +400 -400
  115. package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
  116. package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
  117. package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
  118. package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +722 -722
  119. package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
  120. package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
  121. package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
  122. package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
  123. package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
  124. package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
  125. package/dist/luna/heroes/SuperHero/SuperHero.scss +804 -804
  126. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  127. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  128. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  129. package/dist/luna/images/bulletpoint.svg +3 -3
  130. package/dist/luna/images/callout-icon.svg +3 -3
  131. package/dist/luna/images/check-blue.svg +4 -4
  132. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  133. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  134. package/dist/luna/images/circle-arrow.svg +3 -3
  135. package/dist/luna/images/close-button.svg +42 -42
  136. package/dist/luna/images/close-dark-navy.svg +3 -3
  137. package/dist/luna/images/close-icon.svg +3 -3
  138. package/dist/luna/images/collapse-close-blue.svg +5 -5
  139. package/dist/luna/images/collapse-close-gold.svg +5 -5
  140. package/dist/luna/images/collapse-open-blue.svg +4 -4
  141. package/dist/luna/images/collapse-open-gold.svg +4 -4
  142. package/dist/luna/images/cross-medium-blue.svg +4 -4
  143. package/dist/luna/images/cross-medium-white.svg +5 -5
  144. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  145. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  146. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  147. package/dist/luna/images/downArrow.svg +36 -36
  148. package/dist/luna/images/external-arrow-blue.svg +11 -11
  149. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  150. package/dist/luna/images/external-arrow.svg +12 -12
  151. package/dist/luna/images/form-border-top-light.svg +4 -4
  152. package/dist/luna/images/frame-intersection.svg +3 -3
  153. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  154. package/dist/luna/images/green-tick.svg +3 -3
  155. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  156. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  157. package/dist/luna/images/internal-arrow.svg +15 -15
  158. package/dist/luna/images/logo-icon.svg +17 -17
  159. package/dist/luna/images/pdf-doc.svg +9 -9
  160. package/dist/luna/images/play.svg +17 -17
  161. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  162. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  163. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  164. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  165. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  166. package/dist/luna/images/search.svg +9 -9
  167. package/dist/luna/images/skipicon.svg +154 -154
  168. package/dist/luna/images/text-doc.svg +9 -9
  169. package/dist/luna/images/text-lines.svg +22 -22
  170. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  171. package/dist/luna/images/tooltip-icon.svg +3 -3
  172. package/dist/luna/images/up-arrow.svg +36 -36
  173. package/dist/luna/images/up-right-arrow.svg +9 -9
  174. package/dist/luna/images/user-profile.svg +37 -37
  175. package/dist/luna/images/user.svg +4 -4
  176. package/dist/luna/images/waffle.svg +11 -11
  177. package/dist/luna/images/worldwide.svg +19 -19
  178. package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
  179. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
  180. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
  181. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
  182. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
  183. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
  184. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
  185. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
  186. package/dist/luna/other-organisms/Carousel/Carousel.scss +155 -155
  187. package/dist/luna/other-organisms/Flyout/Flyout.scss +367 -367
  188. package/dist/luna/other-organisms/Footer/Footer.scss +484 -484
  189. package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +318 -318
  190. package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
  191. package/dist/luna/other-organisms/NavBar/NavBar.scss +628 -628
  192. package/dist/luna/other-organisms/SubNav/SubNav.scss +274 -274
  193. package/dist/luna/utils/generateLinks.js +3 -3
  194. package/package.json +91 -91
@@ -1,51 +1,51 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .sum-trainer-card {
4
- display: flex;
5
- flex-direction: column;
6
- background: $concrete-gray;
7
- width: 300px;
8
- padding: 24px;
9
-
10
- &__content {
11
- flex: 1 1 auto;
12
- }
13
-
14
- &__header,
15
- &__name,
16
- &__country,
17
- &__region {
18
- margin: 0;
19
- padding: 0;
20
- }
21
-
22
- &__header {
23
- @include benton-very-bold();
24
- line-height: 30px;
25
- font-size: $large-subheading-size;
26
- }
27
-
28
- &__name {
29
- padding-top: 8px;
30
- font-size: $subheading-size-mobile;
31
- line-height: 24px;
32
- }
33
-
34
- &__country {
35
- padding-top: 12px;
36
- line-height: 20px;
37
- font-size: $large-body-font-size;
38
- }
39
-
40
- &__region {
41
- line-height: 20px;
42
- font-size: $large-body-font-size;
43
- }
44
-
45
- .ter-button {
46
- height: 32px;
47
- line-height: 32px;
48
- display: block;
49
- margin-top: 24px;
50
- }
51
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .sum-trainer-card {
4
+ display: flex;
5
+ flex-direction: column;
6
+ background: $concrete-gray;
7
+ width: 300px;
8
+ padding: 24px;
9
+
10
+ &__content {
11
+ flex: 1 1 auto;
12
+ }
13
+
14
+ &__header,
15
+ &__name,
16
+ &__country,
17
+ &__region {
18
+ margin: 0;
19
+ padding: 0;
20
+ }
21
+
22
+ &__header {
23
+ @include benton-very-bold();
24
+ line-height: 30px;
25
+ font-size: $large-subheading-size;
26
+ }
27
+
28
+ &__name {
29
+ padding-top: 8px;
30
+ font-size: $subheading-size-mobile;
31
+ line-height: 24px;
32
+ }
33
+
34
+ &__country {
35
+ padding-top: 12px;
36
+ line-height: 20px;
37
+ font-size: $large-body-font-size;
38
+ }
39
+
40
+ &__region {
41
+ line-height: 20px;
42
+ font-size: $large-body-font-size;
43
+ }
44
+
45
+ .ter-button {
46
+ height: 32px;
47
+ line-height: 32px;
48
+ display: block;
49
+ margin-top: 24px;
50
+ }
51
+ }
@@ -1,44 +1,44 @@
1
- @import "../../../../global-styles/terra.scss";
2
-
3
- .trial-specifics {
4
- &--top {
5
- padding: 40px 40px 14px 40px;
6
- background-image: url("../images/form-border-top-dark.svg");
7
- background-repeat: no-repeat;
8
- background-position: top;
9
- background-size: 100%;
10
-
11
- &--header {
12
- @include header-standard-size;
13
- line-height: 42px;
14
- color: $trimble-dark-gray;
15
- margin-bottom: 16px;
16
- }
17
-
18
- &--text {
19
- @include subheader-standard-size;
20
- font-weight: 350;
21
- color: $trimble-dark-gray;
22
- margin-bottom: 30px;
23
- }
24
- }
25
- &--bottom {
26
- padding: 0 40px 40px 40px;
27
- background-image: url("../images/form-border-bottom-dark.svg");
28
- background-repeat: no-repeat;
29
- background-position: bottom;
30
- background-size: 100%;
31
-
32
- &--text {
33
- @include subheader-standard-size;
34
- font-weight: 700;
35
- line-height: 24px;
36
- color: $trimble-dark-gray;
37
- margin-bottom: 24px;
38
- }
39
-
40
- .ter-button {
41
- width: 215px;
42
- }
43
- }
44
- }
1
+ @import "../../../../global-styles/terra.scss";
2
+
3
+ .trial-specifics {
4
+ &--top {
5
+ padding: 40px 40px 14px 40px;
6
+ background-image: url("../images/form-border-top-dark.svg");
7
+ background-repeat: no-repeat;
8
+ background-position: top;
9
+ background-size: 100%;
10
+
11
+ &--header {
12
+ @include header-standard-size;
13
+ line-height: 42px;
14
+ color: $trimble-dark-gray;
15
+ margin-bottom: 16px;
16
+ }
17
+
18
+ &--text {
19
+ @include subheader-standard-size;
20
+ font-weight: 350;
21
+ color: $trimble-dark-gray;
22
+ margin-bottom: 30px;
23
+ }
24
+ }
25
+ &--bottom {
26
+ padding: 0 40px 40px 40px;
27
+ background-image: url("../images/form-border-bottom-dark.svg");
28
+ background-repeat: no-repeat;
29
+ background-position: bottom;
30
+ background-size: 100%;
31
+
32
+ &--text {
33
+ @include subheader-standard-size;
34
+ font-weight: 700;
35
+ line-height: 24px;
36
+ color: $trimble-dark-gray;
37
+ margin-bottom: 24px;
38
+ }
39
+
40
+ .ter-button {
41
+ width: 215px;
42
+ }
43
+ }
44
+ }
@@ -1,57 +1,57 @@
1
- @import "../../../../global-styles/terra.scss";
2
-
3
- .trial-summary {
4
- &--eyebrow {
5
- color: $trimble-blue;
6
- @include h1-standard-size;
7
- text-transform: uppercase;
8
- font-weight: 700;
9
- }
10
-
11
- &--product {
12
- display: flex;
13
- flex-direction: row;
14
- height: 30px;
15
- margin-bottom: 9px;
16
-
17
- &--img {
18
- height: 30px;
19
- }
20
-
21
- &--name {
22
- margin: 2px 0 0 10px;
23
- @include subheader-standard-size;
24
- font-weight: 700;
25
- line-height: 30px;
26
- color: $trimble-dark-gray;
27
- }
28
- }
29
-
30
- &--text {
31
- font-size: $body-font-size;
32
- color: $trimble-dark-gray;
33
- font-weight: 400;
34
- line-height: 22px;
35
- padding: 0 !important;
36
- margin: 0 !important;
37
- }
38
-
39
- &--spec-text {
40
- font-size: $body-font-size;
41
- line-height: 24px;
42
- font-weight: 400;
43
- }
44
-
45
- &--bullets {
46
- list-style-image: url("../images/check.svg");
47
- padding-left: 20px;
48
- margin: 17px 0 33px 0;
49
-
50
- &--point {
51
- font-size: $body-font-size;
52
- font-weight: 700;
53
- line-height: 22px;
54
- padding: 12px 0 0 16px;
55
- }
56
- }
57
- }
1
+ @import "../../../../global-styles/terra.scss";
2
+
3
+ .trial-summary {
4
+ &--eyebrow {
5
+ color: $trimble-blue;
6
+ @include h1-standard-size;
7
+ text-transform: uppercase;
8
+ font-weight: 700;
9
+ }
10
+
11
+ &--product {
12
+ display: flex;
13
+ flex-direction: row;
14
+ height: 30px;
15
+ margin-bottom: 9px;
16
+
17
+ &--img {
18
+ height: 30px;
19
+ }
20
+
21
+ &--name {
22
+ margin: 2px 0 0 10px;
23
+ @include subheader-standard-size;
24
+ font-weight: 700;
25
+ line-height: 30px;
26
+ color: $trimble-dark-gray;
27
+ }
28
+ }
29
+
30
+ &--text {
31
+ font-size: $body-font-size;
32
+ color: $trimble-dark-gray;
33
+ font-weight: 400;
34
+ line-height: 22px;
35
+ padding: 0 !important;
36
+ margin: 0 !important;
37
+ }
38
+
39
+ &--spec-text {
40
+ font-size: $body-font-size;
41
+ line-height: 24px;
42
+ font-weight: 400;
43
+ }
44
+
45
+ &--bullets {
46
+ list-style-image: url("../images/check.svg");
47
+ padding-left: 20px;
48
+ margin: 17px 0 33px 0;
49
+
50
+ &--point {
51
+ font-size: $body-font-size;
52
+ font-weight: 700;
53
+ line-height: 22px;
54
+ padding: 12px 0 0 16px;
55
+ }
56
+ }
57
+ }
@@ -1,28 +1,28 @@
1
- @import "../../../../global-styles/terra.scss";
2
-
3
- .trial-form-start {
4
- background-color: $concrete-gray-1;
5
- display: grid;
6
- grid-template-columns: repeat(9, 1fr);
7
- @media screen and (max-width: $breakpoint-xs) {
8
- grid-template-rows: 1fr 45px 1fr;
9
- }
10
-
11
- &__left {
12
- grid-column: 1 / span 4;
13
-
14
- @media screen and (max-width: $breakpoint-xs) {
15
- grid-column: 1 / span 9;
16
- grid-row: 1 / span 1;
17
- }
18
- }
19
-
20
- &__right {
21
- grid-column: 6 / span 4;
22
-
23
- @media screen and (max-width: $breakpoint-xs) {
24
- grid-column: 1 / span 9;
25
- grid-row: 3 / span 1;
26
- }
27
- }
28
- }
1
+ @import "../../../../global-styles/terra.scss";
2
+
3
+ .trial-form-start {
4
+ background-color: $concrete-gray-1;
5
+ display: grid;
6
+ grid-template-columns: repeat(9, 1fr);
7
+ @media screen and (max-width: $breakpoint-xs) {
8
+ grid-template-rows: 1fr 45px 1fr;
9
+ }
10
+
11
+ &__left {
12
+ grid-column: 1 / span 4;
13
+
14
+ @media screen and (max-width: $breakpoint-xs) {
15
+ grid-column: 1 / span 9;
16
+ grid-row: 1 / span 1;
17
+ }
18
+ }
19
+
20
+ &__right {
21
+ grid-column: 6 / span 4;
22
+
23
+ @media screen and (max-width: $breakpoint-xs) {
24
+ grid-column: 1 / span 9;
25
+ grid-row: 3 / span 1;
26
+ }
27
+ }
28
+ }
@@ -1,3 +1,3 @@
1
- <svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.67442 12.3171C5.33877 12.3171 5.00312 12.182 4.7468 11.9107L0.383772 7.29274C-0.127924 6.75066 -0.127924 5.87168 0.383772 5.3296C0.895937 4.78751 1.72686 4.788 2.23855 5.3296L5.67442 8.96572L13.7616 0.406567C14.2733 -0.135522 15.1032 -0.135522 15.6159 0.406567C16.128 0.948657 16.128 1.82763 15.6159 2.36972L6.60205 11.9107C6.34573 12.182 6.01008 12.3171 5.67442 12.3171" fill="#005F9E"/>
3
- </svg>
1
+ <svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.67442 12.3171C5.33877 12.3171 5.00312 12.182 4.7468 11.9107L0.383772 7.29274C-0.127924 6.75066 -0.127924 5.87168 0.383772 5.3296C0.895937 4.78751 1.72686 4.788 2.23855 5.3296L5.67442 8.96572L13.7616 0.406567C14.2733 -0.135522 15.1032 -0.135522 15.6159 0.406567C16.128 0.948657 16.128 1.82763 15.6159 2.36972L6.60205 11.9107C6.34573 12.182 6.01008 12.3171 5.67442 12.3171" fill="#005F9E"/>
3
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="531" height="26" viewBox="0 0 531 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25 24H1V1" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
3
- <path d="M506 25H530V0.999938" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="531" height="26" viewBox="0 0 531 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25 24H1V1" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
3
+ <path d="M506 25H530V0.999938" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="774" height="26" viewBox="0 0 774 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M25 24H1V1" stroke="#0063A3" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
3
- <path d="M749 25H773V0.999938" stroke="#0063A3" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="774" height="26" viewBox="0 0 774 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25 24H1V1" stroke="#0063A3" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
3
+ <path d="M749 25H773V0.999938" stroke="#0063A3" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="530" height="26" viewBox="0 0 530 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M505 1H529V25" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
3
- <path d="M25 1H1V25.0001" stroke="#0063A3" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="530" height="26" viewBox="0 0 530 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M505 1H529V25" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
3
+ <path d="M25 1H1V25.0001" stroke="#0063A3" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,4 +1,4 @@
1
- <svg width="771" height="26" viewBox="0 0 771 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M746 1H770V25" stroke="#0063A3" stroke-width="2" stroke-linecap="square"/>
3
- <path d="M25 1H1V25.0001" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
- </svg>
1
+ <svg width="771" height="26" viewBox="0 0 771 26" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M746 1H770V25" stroke="#0063A3" stroke-width="2" stroke-linecap="square"/>
3
+ <path d="M25 1H1V25.0001" stroke="#FBAD26" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/>
4
+ </svg>
@@ -1,108 +1,108 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .ter-unbounded-card {
4
- box-shadow: none;
5
- background-color: transparent;
6
- &__header {
7
- font-size: $large-body-font-size;
8
- line-height: 1.5;
9
- }
10
- &__text {
11
- flex-grow: 0;
12
- }
13
- &__body {
14
- padding: 32px;
15
- }
16
- &__image--with-modal {
17
- position: relative;
18
- &:hover .ter-unbounded-card__play-button {
19
- transform: translateX(-50%) translateY(-50%) scale(1.2);
20
- -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
21
- }
22
- & > .ter-focused-image-container,
23
- & > .lf-player-container,
24
- & > .ter-lottie-animation--wrapper {
25
- cursor: pointer;
26
- }
27
- }
28
- &__image--lottie {
29
- display: block;
30
- }
31
- &__play-button {
32
- position: absolute;
33
- top: 50%;
34
- left: 50%;
35
- transform: translateX(-50%) translateY(-50%);
36
- width: 60px;
37
- }
38
- &-modal {
39
- position: fixed;
40
- top: 0;
41
- bottom: 0;
42
- right: 0;
43
- left: 0;
44
- z-index: 100;
45
- transition: 0.3s;
46
- animation: fade-in 0.5s linear;
47
- height: 100%;
48
- width: 100%;
49
- opacity:0;
50
- background: rgba(0, 0, 0, 0.7);
51
- visibility: hidden;
52
- pointer-events: none;
53
- &--deployed {
54
- visibility: visible;
55
- pointer-events: none;
56
- opacity: 1;
57
- transform: translateY(0);
58
- .ter-focused-image-container {
59
- max-width: 1120px;
60
- max-height: 675px;
61
- margin: 0 auto;
62
- }
63
- }
64
- &__close-wrapper {
65
- height: 70px;
66
- display: flex;
67
- justify-content: flex-end;
68
- pointer-events: auto;
69
- cursor: pointer;
70
- }
71
- &__close-button {
72
- margin: 20px 50px 12px 50px;
73
- display: inline-block;
74
- }
75
- }
76
- .luna-super-hero__play-btn {
77
- width: 42px;
78
- }
79
- &__magnify {
80
- position: absolute;
81
- bottom: 0;
82
- right: 0;
83
- background-color: $sky-blue;
84
- width: 24px;
85
- height: 24px;
86
- pointer-events: none;
87
- display: flex;
88
- align-items: center;
89
- justify-content: center;
90
- &-icon {
91
- display: block;
92
- height: 16px;
93
- width: 16px;
94
- pointer-events: none;
95
- }
96
- }
97
- .ter-bounded-card__image > .ter-lottie-animation--wrapper {
98
- width: 100%;
99
- }
100
- }
101
-
102
- .video-modal-deployed .ter-bounded-cards {
103
- // solves some strange behavior where the background cards were clickable while modal deployed
104
- pointer-events: none;
105
- .luna-super-hero__modal {
106
- pointer-events: auto;
107
- }
108
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .ter-unbounded-card {
4
+ box-shadow: none;
5
+ background-color: transparent;
6
+ &__header {
7
+ font-size: $large-body-font-size;
8
+ line-height: 1.5;
9
+ }
10
+ &__text {
11
+ flex-grow: 0;
12
+ }
13
+ &__body {
14
+ padding: 32px;
15
+ }
16
+ &__image--with-modal {
17
+ position: relative;
18
+ &:hover .ter-unbounded-card__play-button {
19
+ transform: translateX(-50%) translateY(-50%) scale(1.2);
20
+ -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
21
+ }
22
+ & > .ter-focused-image-container,
23
+ & > .lf-player-container,
24
+ & > .ter-lottie-animation--wrapper {
25
+ cursor: pointer;
26
+ }
27
+ }
28
+ &__image--lottie {
29
+ display: block;
30
+ }
31
+ &__play-button {
32
+ position: absolute;
33
+ top: 50%;
34
+ left: 50%;
35
+ transform: translateX(-50%) translateY(-50%);
36
+ width: 60px;
37
+ }
38
+ &-modal {
39
+ position: fixed;
40
+ top: 0;
41
+ bottom: 0;
42
+ right: 0;
43
+ left: 0;
44
+ z-index: 100;
45
+ transition: 0.3s;
46
+ animation: fade-in 0.5s linear;
47
+ height: 100%;
48
+ width: 100%;
49
+ opacity:0;
50
+ background: rgba(0, 0, 0, 0.7);
51
+ visibility: hidden;
52
+ pointer-events: none;
53
+ &--deployed {
54
+ visibility: visible;
55
+ pointer-events: none;
56
+ opacity: 1;
57
+ transform: translateY(0);
58
+ .ter-focused-image-container {
59
+ max-width: 1120px;
60
+ max-height: 675px;
61
+ margin: 0 auto;
62
+ }
63
+ }
64
+ &__close-wrapper {
65
+ height: 70px;
66
+ display: flex;
67
+ justify-content: flex-end;
68
+ pointer-events: auto;
69
+ cursor: pointer;
70
+ }
71
+ &__close-button {
72
+ margin: 20px 50px 12px 50px;
73
+ display: inline-block;
74
+ }
75
+ }
76
+ .luna-super-hero__play-btn {
77
+ width: 42px;
78
+ }
79
+ &__magnify {
80
+ position: absolute;
81
+ bottom: 0;
82
+ right: 0;
83
+ background-color: $sky-blue;
84
+ width: 24px;
85
+ height: 24px;
86
+ pointer-events: none;
87
+ display: flex;
88
+ align-items: center;
89
+ justify-content: center;
90
+ &-icon {
91
+ display: block;
92
+ height: 16px;
93
+ width: 16px;
94
+ pointer-events: none;
95
+ }
96
+ }
97
+ .ter-bounded-card__image > .ter-lottie-animation--wrapper {
98
+ width: 100%;
99
+ }
100
+ }
101
+
102
+ .video-modal-deployed .ter-bounded-cards {
103
+ // solves some strange behavior where the background cards were clickable while modal deployed
104
+ pointer-events: none;
105
+ .luna-super-hero__modal {
106
+ pointer-events: auto;
107
+ }
108
+ }
@@ -1,17 +1,17 @@
1
- <svg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_d)">
3
- <circle cx="44" cy="42" r="36" fill="white"/>
4
- <path d="M58.0834 41.0402L37.8366 28.6668C37.6661 28.5626 37.4709 28.5057 37.2711 28.502C37.0712 28.4982 36.874 28.5478 36.6997 28.6455C36.5254 28.7433 36.3803 28.8857 36.2793 29.0582C36.1782 29.2307 36.125 29.4269 36.125 29.6268V54.3736C36.125 54.5734 36.1782 54.7697 36.2793 54.9421C36.3803 55.1146 36.5254 55.257 36.6997 55.3548C36.874 55.4526 37.0712 55.5021 37.2711 55.4984C37.4709 55.4946 37.6661 55.4377 37.8366 55.3335L58.0834 42.9601C58.2478 42.8596 58.3837 42.7186 58.4779 42.5505C58.5722 42.3824 58.6217 42.1929 58.6217 42.0002C58.6217 41.8075 58.5722 41.618 58.4779 41.4499C58.3837 41.2818 58.2478 41.1407 58.0834 41.0402Z" fill="#4DA2D3"/>
5
- </g>
6
- <defs>
7
- <filter id="filter0_d" x="0" y="0" width="88" height="88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
10
- <feOffset dy="2"/>
11
- <feGaussianBlur stdDeviation="4"/>
12
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
13
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
14
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
15
- </filter>
16
- </defs>
17
- </svg>
1
+ <svg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d)">
3
+ <circle cx="44" cy="42" r="36" fill="white"/>
4
+ <path d="M58.0834 41.0402L37.8366 28.6668C37.6661 28.5626 37.4709 28.5057 37.2711 28.502C37.0712 28.4982 36.874 28.5478 36.6997 28.6455C36.5254 28.7433 36.3803 28.8857 36.2793 29.0582C36.1782 29.2307 36.125 29.4269 36.125 29.6268V54.3736C36.125 54.5734 36.1782 54.7697 36.2793 54.9421C36.3803 55.1146 36.5254 55.257 36.6997 55.3548C36.874 55.4526 37.0712 55.5021 37.2711 55.4984C37.4709 55.4946 37.6661 55.4377 37.8366 55.3335L58.0834 42.9601C58.2478 42.8596 58.3837 42.7186 58.4779 42.5505C58.5722 42.3824 58.6217 42.1929 58.6217 42.0002C58.6217 41.8075 58.5722 41.618 58.4779 41.4499C58.3837 41.2818 58.2478 41.1407 58.0834 41.0402Z" fill="#4DA2D3"/>
5
+ </g>
6
+ <defs>
7
+ <filter id="filter0_d" x="0" y="0" width="88" height="88" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
8
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
9
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
10
+ <feOffset dy="2"/>
11
+ <feGaussianBlur stdDeviation="4"/>
12
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.19 0"/>
13
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
14
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
15
+ </filter>
16
+ </defs>
17
+ </svg>