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,443 +1,443 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .ter-image-gallery {
4
- &__holder {
5
- display: flex;
6
- flex-direction: column;
7
- &--reverse {
8
- flex-direction: column-reverse;
9
- padding-bottom: 35px;
10
- .ter-image-gallery__nav {
11
- padding: 30px 90px 30px 90px;
12
- @media screen and (max-width: $breakpoint-md) {
13
- padding: 0 60px 30px 60px;
14
- }
15
- @media screen and (max-width: $breakpoint-sm) {
16
- padding: 0 30px 20px 30px;
17
- }
18
- @media screen and (max-width: $breakpoint-xs) {
19
- padding: 0 0 20px 0;
20
- }
21
- }
22
- }
23
- }
24
- &__inner {
25
- display: flex;
26
- flex-direction: row;
27
- &--reverse {
28
- flex-direction: row-reverse;
29
- }
30
- }
31
- &__nav {
32
- display: flex;
33
- flex-direction: row;
34
- justify-content: space-between;
35
- align-items: center;
36
- padding: 30px 90px 0 90px;
37
- @media screen and (max-width: $breakpoint-md) {
38
- padding: 30px 60px 0 60px;
39
- }
40
- @media screen and (max-width: $breakpoint-sm) {
41
- padding: 20px 30px 0 30px;
42
- flex-wrap: wrap;
43
- }
44
- @media screen and (max-width: $breakpoint-xs) {
45
- padding: 20px 0 0 0;
46
- flex-wrap: wrap;
47
- }
48
- .ter-button {
49
- @media screen and (max-width: $breakpoint-sm) {
50
- font-size: $body-font-size;
51
- margin-top: 20px;
52
- }
53
- }
54
- .flickity-viewport {
55
- display: flex;
56
- height: 100%;
57
- width: 100%;
58
- }
59
- }
60
- &__holder--reverse .ter-image-gallery__nav {
61
- padding-bottom: 0;
62
- }
63
- &__thumbnails {
64
- display: flex;
65
- flex-direction: row;
66
- flex-wrap: wrap;
67
- flex-grow: 1;
68
- @media screen and (max-width: $breakpoint-sm){
69
- width: 100%;
70
- justify-content: center;
71
- }
72
- &--no-button {
73
- width: 100%;
74
- justify-content: center;
75
- }
76
- }
77
- &__thumbnail-wrapper {
78
- padding: 10px;
79
- border: 2px solid transparent;
80
- transition: 0.3s linear border;
81
- margin-left: 5px;
82
- margin-right: 5px;
83
- @media screen and (max-width: $breakpoint-xs){
84
- padding: 5px;
85
- }
86
- }
87
- &__thumbnail-wrapper--active {
88
- border-color: $trimble-gold;
89
- }
90
- &__thumbnail {
91
- position: relative;
92
- cursor: pointer;
93
- width: 90px;
94
- height: 90px;
95
- @media screen and (max-width: $breakpoint-md){
96
- width: 60px;
97
- height: 60px;
98
- }
99
- @media screen and (max-width: $breakpoint-xs){
100
- width: 40px;
101
- height: 40px;
102
- }
103
- img {
104
- position: absolute;
105
- top: 0;
106
- bottom: 0;
107
- right: 0;
108
- left: 0;
109
- height: 100%;
110
- width: 100%;
111
- object-fit: cover;
112
- }
113
- }
114
- &__main-image {
115
- width: 100%;
116
- height: 100%;
117
- }
118
- &__main-image--regular img {
119
- display: block;
120
- width: 100%;
121
- height: auto;
122
- }
123
- &__images {
124
- margin-top: 30px;
125
- width: 100%;
126
- position: relative;
127
- @media screen and (max-width: $breakpoint-sm){
128
- margin-top: 10px;
129
- }
130
- }
131
- &__image-border {
132
- background-image: url("../../images/gallery-image-corner-border.svg");
133
- background-repeat: no-repeat;
134
- position: absolute;
135
- height: 32px;
136
- width: 32px;
137
- bottom: -32px;
138
- @media screen and (max-width: $breakpoint-md){
139
- width: 24px;
140
- height: 24px;
141
- bottom: -24px;
142
- }
143
- @media screen and (max-width: $breakpoint-xs){
144
- width: 10px;
145
- height: 10px;
146
- bottom: -10px;
147
- }
148
- &-left {
149
- left: -32px;
150
- transform: rotate(90deg);
151
- @media screen and (max-width: $breakpoint-md){
152
- left: -24px;
153
- }
154
- @media screen and (max-width: $breakpoint-xs){
155
- left: -10px;
156
- }
157
- }
158
- &-right {
159
- right: -32px;
160
- @media screen and (max-width: $breakpoint-md){
161
- right: -24px;
162
- }
163
- @media screen and (max-width: $breakpoint-xs){
164
- right: -10px;
165
- }
166
- }
167
- &-top-left,
168
- &-top-right {
169
- bottom: initial;
170
- top: -32px;
171
- transform: rotate(180deg);
172
- @media screen and (max-width: $breakpoint-md){
173
- top: -24px;
174
- }
175
- @media screen and (max-width: $breakpoint-xs){
176
- top: -10px;
177
- }
178
- }
179
- &-top {
180
- &-left {
181
- left: -32px;
182
- @media screen and (max-width: $breakpoint-md){
183
- left: -24px;
184
- }
185
- @media screen and (max-width: $breakpoint-xs){
186
- left: -10px;
187
- }
188
- }
189
- &-right {
190
- transform: rotate(270deg);
191
- right: -32px;
192
- @media screen and (max-width: $breakpoint-md){
193
- right: -24px;
194
- }
195
- @media screen and (max-width: $breakpoint-xs){
196
- right: -10px;
197
- }
198
- }
199
- }
200
- }
201
- &__lightbox-wrapper {
202
- flex-grow: 1;
203
- align-items: center;
204
- overflow: hidden;
205
- padding: 70px;
206
- display: flex;
207
- }
208
- &__lightbox {
209
- position: fixed;
210
- top: 0;
211
- bottom: 0;
212
- right: 0;
213
- left: 0;
214
- background-color: $trimble-dark-gray;
215
- display: none;
216
- &-nav {
217
- background-color: $dark-navy;
218
- max-width: 320px;
219
- width: 100%;
220
- display: flex;
221
- height: 100%;
222
- @media screen and (max-width: $breakpoint-md) {
223
- width: 100%;
224
- min-height: 200px;
225
- height: 22%;
226
- max-width: none;
227
- }
228
- &--horz {
229
- display: none;
230
- @media screen and (max-width: $breakpoint-md){
231
- display: block;
232
- }
233
- }
234
- &--vert {
235
- display: block;
236
- @media screen and (max-width: $breakpoint-md){
237
- display: none;
238
- }
239
- }
240
- .carousel-cell {
241
- width: 100%;
242
- max-width: 160px;
243
- height: 120px;
244
- margin: 5px auto;
245
- padding: 7px;
246
- cursor: pointer;
247
- // position: relative !important;
248
- @media screen and (min-width: $breakpoint-md) {
249
- position: relative !important;
250
- }
251
- @media screen and (max-width: $breakpoint-md){
252
- width: 160px;
253
- margin: 0 5px;
254
- // left: 0 !important;
255
- // position: absolute !important;
256
- }
257
- }
258
- .flickity-viewport,
259
- .flickity-slider {
260
- width: 100%;
261
- height: 100% !important;
262
- }
263
- .flickity-slider {
264
- overflow-y: auto;
265
- overflow-x: hidden;
266
- padding: 70px 10px;
267
- @media screen and (max-width: $breakpoint-md) {
268
- overflow-y: hidden;
269
- overflow-x: auto;
270
- padding: 35px 10px;
271
- display: flex;
272
- align-items: center;
273
- // justify-content: left;
274
- }
275
- @media screen and (min-width: $breakpoint-md) {
276
- transform: none !important;
277
- }
278
- }
279
- }
280
- &-main {
281
- position: relative;
282
- width: 100%;
283
- height: 100%;
284
- .flickity-button {
285
- position: absolute;
286
- top: 50%;
287
- transform: translateY(-50%);
288
- width: 25px;
289
- padding: 0;
290
- cursor: pointer;
291
- @media screen and (max-width: $breakpoint-sm){
292
- transform: none;
293
- top: initial;
294
- position: relative;
295
- margin-top: 20px;
296
- }
297
- &.next {
298
- right: -50px;
299
- @media screen and (max-width: $breakpoint-sm){
300
- right: 0;
301
- }
302
- }
303
- &.previous {
304
- left: -50px;
305
- @media screen and (max-width: $breakpoint-sm){
306
- left: 0;
307
- margin-right: 20px;
308
- }
309
- }
310
- .flickity-button-icon {
311
- width: 100%;
312
- height: 100%;
313
- padding: 5px;
314
- background-color: $white;
315
- border-radius: 50%;
316
- }
317
- }
318
- .flickity-viewport,
319
- .flickity-slider {
320
- width: 100%;
321
- height: 100% !important;
322
- align-items: center;
323
- display: flex;
324
- }
325
- }
326
- &-main-item,
327
- &-nav-item {
328
- width: 100%;
329
- }
330
- &-nav-item {
331
- border: 2px solid $dark-navy;
332
- position: relative;
333
- @media screen and (min-width: $breakpoint-md){
334
- left: 0 !important;
335
- }
336
- img {
337
- width: 100%;
338
- height: 100%;
339
- object-fit: cover;
340
- }
341
- &.is-nav-selected {
342
- border: 2px solid $trimble-gold;
343
- }
344
- }
345
- &-main-item {
346
- max-height: 100%;
347
- display: flex;
348
- align-items: center;
349
- justify-content: center;
350
- overflow: hidden;
351
- img {
352
- width: 100%;
353
- }
354
- }
355
- .ter-image-gallery__close {
356
- position: absolute;
357
- top: 20px;
358
- right: 20px;
359
- height: 23px;
360
- width: 23px;
361
- }
362
- }
363
- &__lightbox--visible {
364
- display: flex;
365
- @media screen and (max-width: $breakpoint-md){
366
- flex-direction: column-reverse;
367
- }
368
- }
369
- &--split {
370
- display: grid;
371
- grid-template-columns: repeat(16, 1fr);
372
- grid-template-rows: 1fr;
373
- flex-wrap: wrap;
374
- align-items: center;
375
- padding-bottom: 35px;
376
- &.ter-image-gallery--split-reverse {
377
- .ter-image-gallery__content {
378
- grid-column: 1/span 16;
379
- @media screen and (min-width: $breakpoint-sm){
380
- grid-column: 1/span 7;
381
- grid-row: 1;
382
- }
383
- }
384
- .ter-image-gallery__holder {
385
- grid-column: 1/span 16;
386
- @media screen and (min-width: $breakpoint-sm){
387
- grid-column: 9/span 8;
388
- }
389
- }
390
- .ter-image-gallery__holder--reverse {
391
- padding-bottom: 0;
392
- }
393
- }
394
- .ter-image-gallery__thumbnail {
395
- @media screen and (min-width: $breakpoint-sm){
396
- width: 72px;
397
- height: 72px;
398
- }
399
- &-wrapper {
400
- padding: 10px;
401
- @media screen and (max-width: $breakpoint-xs){
402
- padding: 5px;
403
- }
404
- }
405
- }
406
- .ter-image-gallery__nav {
407
- padding: 20px 0 0 0;
408
- width: 100%;
409
- @media screen and (min-width: $breakpoint-md){
410
- padding: 30px 0 0 0;
411
- }
412
- }
413
- .ter-image-gallery__content {
414
- padding: 0;
415
- display: flex;
416
- width: 100%;
417
- padding-top: 64px;
418
- grid-column: 1/span 16;
419
- @media screen and (min-width: $breakpoint-sm) {
420
- grid-row: 1;
421
- grid-column: 10/span 8;
422
- padding-bottom: 64px;
423
- }
424
- .default-layout.accordion {
425
- margin-bottom: 0;
426
- }
427
- }
428
- .ter-image-gallery__holder {
429
- display: flex;
430
- width: 100%;
431
- align-items: flex-start;
432
- grid-column: 1/span 16;
433
- @media screen and (min-width: $breakpoint-sm) {
434
- grid-column: 1/span 8;
435
- grid-row: 1;
436
- }
437
- }
438
- }
439
- }
440
- .lf-player-container,
441
- #lottie {
442
- height: 100%;
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .ter-image-gallery {
4
+ &__holder {
5
+ display: flex;
6
+ flex-direction: column;
7
+ &--reverse {
8
+ flex-direction: column-reverse;
9
+ padding-bottom: 35px;
10
+ .ter-image-gallery__nav {
11
+ padding: 30px 90px 30px 90px;
12
+ @media screen and (max-width: $breakpoint-md) {
13
+ padding: 0 60px 30px 60px;
14
+ }
15
+ @media screen and (max-width: $breakpoint-sm) {
16
+ padding: 0 30px 20px 30px;
17
+ }
18
+ @media screen and (max-width: $breakpoint-xs) {
19
+ padding: 0 0 20px 0;
20
+ }
21
+ }
22
+ }
23
+ }
24
+ &__inner {
25
+ display: flex;
26
+ flex-direction: row;
27
+ &--reverse {
28
+ flex-direction: row-reverse;
29
+ }
30
+ }
31
+ &__nav {
32
+ display: flex;
33
+ flex-direction: row;
34
+ justify-content: space-between;
35
+ align-items: center;
36
+ padding: 30px 90px 0 90px;
37
+ @media screen and (max-width: $breakpoint-md) {
38
+ padding: 30px 60px 0 60px;
39
+ }
40
+ @media screen and (max-width: $breakpoint-sm) {
41
+ padding: 20px 30px 0 30px;
42
+ flex-wrap: wrap;
43
+ }
44
+ @media screen and (max-width: $breakpoint-xs) {
45
+ padding: 20px 0 0 0;
46
+ flex-wrap: wrap;
47
+ }
48
+ .ter-button {
49
+ @media screen and (max-width: $breakpoint-sm) {
50
+ font-size: $body-font-size;
51
+ margin-top: 20px;
52
+ }
53
+ }
54
+ .flickity-viewport {
55
+ display: flex;
56
+ height: 100%;
57
+ width: 100%;
58
+ }
59
+ }
60
+ &__holder--reverse .ter-image-gallery__nav {
61
+ padding-bottom: 0;
62
+ }
63
+ &__thumbnails {
64
+ display: flex;
65
+ flex-direction: row;
66
+ flex-wrap: wrap;
67
+ flex-grow: 1;
68
+ @media screen and (max-width: $breakpoint-sm){
69
+ width: 100%;
70
+ justify-content: center;
71
+ }
72
+ &--no-button {
73
+ width: 100%;
74
+ justify-content: center;
75
+ }
76
+ }
77
+ &__thumbnail-wrapper {
78
+ padding: 10px;
79
+ border: 2px solid transparent;
80
+ transition: 0.3s linear border;
81
+ margin-left: 5px;
82
+ margin-right: 5px;
83
+ @media screen and (max-width: $breakpoint-xs){
84
+ padding: 5px;
85
+ }
86
+ }
87
+ &__thumbnail-wrapper--active {
88
+ border-color: $trimble-gold;
89
+ }
90
+ &__thumbnail {
91
+ position: relative;
92
+ cursor: pointer;
93
+ width: 90px;
94
+ height: 90px;
95
+ @media screen and (max-width: $breakpoint-md){
96
+ width: 60px;
97
+ height: 60px;
98
+ }
99
+ @media screen and (max-width: $breakpoint-xs){
100
+ width: 40px;
101
+ height: 40px;
102
+ }
103
+ img {
104
+ position: absolute;
105
+ top: 0;
106
+ bottom: 0;
107
+ right: 0;
108
+ left: 0;
109
+ height: 100%;
110
+ width: 100%;
111
+ object-fit: cover;
112
+ }
113
+ }
114
+ &__main-image {
115
+ width: 100%;
116
+ height: 100%;
117
+ }
118
+ &__main-image--regular img {
119
+ display: block;
120
+ width: 100%;
121
+ height: auto;
122
+ }
123
+ &__images {
124
+ margin-top: 30px;
125
+ width: 100%;
126
+ position: relative;
127
+ @media screen and (max-width: $breakpoint-sm){
128
+ margin-top: 10px;
129
+ }
130
+ }
131
+ &__image-border {
132
+ background-image: url("../../images/gallery-image-corner-border.svg");
133
+ background-repeat: no-repeat;
134
+ position: absolute;
135
+ height: 32px;
136
+ width: 32px;
137
+ bottom: -32px;
138
+ @media screen and (max-width: $breakpoint-md){
139
+ width: 24px;
140
+ height: 24px;
141
+ bottom: -24px;
142
+ }
143
+ @media screen and (max-width: $breakpoint-xs){
144
+ width: 10px;
145
+ height: 10px;
146
+ bottom: -10px;
147
+ }
148
+ &-left {
149
+ left: -32px;
150
+ transform: rotate(90deg);
151
+ @media screen and (max-width: $breakpoint-md){
152
+ left: -24px;
153
+ }
154
+ @media screen and (max-width: $breakpoint-xs){
155
+ left: -10px;
156
+ }
157
+ }
158
+ &-right {
159
+ right: -32px;
160
+ @media screen and (max-width: $breakpoint-md){
161
+ right: -24px;
162
+ }
163
+ @media screen and (max-width: $breakpoint-xs){
164
+ right: -10px;
165
+ }
166
+ }
167
+ &-top-left,
168
+ &-top-right {
169
+ bottom: initial;
170
+ top: -32px;
171
+ transform: rotate(180deg);
172
+ @media screen and (max-width: $breakpoint-md){
173
+ top: -24px;
174
+ }
175
+ @media screen and (max-width: $breakpoint-xs){
176
+ top: -10px;
177
+ }
178
+ }
179
+ &-top {
180
+ &-left {
181
+ left: -32px;
182
+ @media screen and (max-width: $breakpoint-md){
183
+ left: -24px;
184
+ }
185
+ @media screen and (max-width: $breakpoint-xs){
186
+ left: -10px;
187
+ }
188
+ }
189
+ &-right {
190
+ transform: rotate(270deg);
191
+ right: -32px;
192
+ @media screen and (max-width: $breakpoint-md){
193
+ right: -24px;
194
+ }
195
+ @media screen and (max-width: $breakpoint-xs){
196
+ right: -10px;
197
+ }
198
+ }
199
+ }
200
+ }
201
+ &__lightbox-wrapper {
202
+ flex-grow: 1;
203
+ align-items: center;
204
+ overflow: hidden;
205
+ padding: 70px;
206
+ display: flex;
207
+ }
208
+ &__lightbox {
209
+ position: fixed;
210
+ top: 0;
211
+ bottom: 0;
212
+ right: 0;
213
+ left: 0;
214
+ background-color: $trimble-dark-gray;
215
+ display: none;
216
+ &-nav {
217
+ background-color: $dark-navy;
218
+ max-width: 320px;
219
+ width: 100%;
220
+ display: flex;
221
+ height: 100%;
222
+ @media screen and (max-width: $breakpoint-md) {
223
+ width: 100%;
224
+ min-height: 200px;
225
+ height: 22%;
226
+ max-width: none;
227
+ }
228
+ &--horz {
229
+ display: none;
230
+ @media screen and (max-width: $breakpoint-md){
231
+ display: block;
232
+ }
233
+ }
234
+ &--vert {
235
+ display: block;
236
+ @media screen and (max-width: $breakpoint-md){
237
+ display: none;
238
+ }
239
+ }
240
+ .carousel-cell {
241
+ width: 100%;
242
+ max-width: 160px;
243
+ height: 120px;
244
+ margin: 5px auto;
245
+ padding: 7px;
246
+ cursor: pointer;
247
+ // position: relative !important;
248
+ @media screen and (min-width: $breakpoint-md) {
249
+ position: relative !important;
250
+ }
251
+ @media screen and (max-width: $breakpoint-md){
252
+ width: 160px;
253
+ margin: 0 5px;
254
+ // left: 0 !important;
255
+ // position: absolute !important;
256
+ }
257
+ }
258
+ .flickity-viewport,
259
+ .flickity-slider {
260
+ width: 100%;
261
+ height: 100% !important;
262
+ }
263
+ .flickity-slider {
264
+ overflow-y: auto;
265
+ overflow-x: hidden;
266
+ padding: 70px 10px;
267
+ @media screen and (max-width: $breakpoint-md) {
268
+ overflow-y: hidden;
269
+ overflow-x: auto;
270
+ padding: 35px 10px;
271
+ display: flex;
272
+ align-items: center;
273
+ // justify-content: left;
274
+ }
275
+ @media screen and (min-width: $breakpoint-md) {
276
+ transform: none !important;
277
+ }
278
+ }
279
+ }
280
+ &-main {
281
+ position: relative;
282
+ width: 100%;
283
+ height: 100%;
284
+ .flickity-button {
285
+ position: absolute;
286
+ top: 50%;
287
+ transform: translateY(-50%);
288
+ width: 25px;
289
+ padding: 0;
290
+ cursor: pointer;
291
+ @media screen and (max-width: $breakpoint-sm){
292
+ transform: none;
293
+ top: initial;
294
+ position: relative;
295
+ margin-top: 20px;
296
+ }
297
+ &.next {
298
+ right: -50px;
299
+ @media screen and (max-width: $breakpoint-sm){
300
+ right: 0;
301
+ }
302
+ }
303
+ &.previous {
304
+ left: -50px;
305
+ @media screen and (max-width: $breakpoint-sm){
306
+ left: 0;
307
+ margin-right: 20px;
308
+ }
309
+ }
310
+ .flickity-button-icon {
311
+ width: 100%;
312
+ height: 100%;
313
+ padding: 5px;
314
+ background-color: $white;
315
+ border-radius: 50%;
316
+ }
317
+ }
318
+ .flickity-viewport,
319
+ .flickity-slider {
320
+ width: 100%;
321
+ height: 100% !important;
322
+ align-items: center;
323
+ display: flex;
324
+ }
325
+ }
326
+ &-main-item,
327
+ &-nav-item {
328
+ width: 100%;
329
+ }
330
+ &-nav-item {
331
+ border: 2px solid $dark-navy;
332
+ position: relative;
333
+ @media screen and (min-width: $breakpoint-md){
334
+ left: 0 !important;
335
+ }
336
+ img {
337
+ width: 100%;
338
+ height: 100%;
339
+ object-fit: cover;
340
+ }
341
+ &.is-nav-selected {
342
+ border: 2px solid $trimble-gold;
343
+ }
344
+ }
345
+ &-main-item {
346
+ max-height: 100%;
347
+ display: flex;
348
+ align-items: center;
349
+ justify-content: center;
350
+ overflow: hidden;
351
+ img {
352
+ width: 100%;
353
+ }
354
+ }
355
+ .ter-image-gallery__close {
356
+ position: absolute;
357
+ top: 20px;
358
+ right: 20px;
359
+ height: 23px;
360
+ width: 23px;
361
+ }
362
+ }
363
+ &__lightbox--visible {
364
+ display: flex;
365
+ @media screen and (max-width: $breakpoint-md){
366
+ flex-direction: column-reverse;
367
+ }
368
+ }
369
+ &--split {
370
+ display: grid;
371
+ grid-template-columns: repeat(16, 1fr);
372
+ grid-template-rows: 1fr;
373
+ flex-wrap: wrap;
374
+ align-items: center;
375
+ padding-bottom: 35px;
376
+ &.ter-image-gallery--split-reverse {
377
+ .ter-image-gallery__content {
378
+ grid-column: 1/span 16;
379
+ @media screen and (min-width: $breakpoint-sm){
380
+ grid-column: 1/span 7;
381
+ grid-row: 1;
382
+ }
383
+ }
384
+ .ter-image-gallery__holder {
385
+ grid-column: 1/span 16;
386
+ @media screen and (min-width: $breakpoint-sm){
387
+ grid-column: 9/span 8;
388
+ }
389
+ }
390
+ .ter-image-gallery__holder--reverse {
391
+ padding-bottom: 0;
392
+ }
393
+ }
394
+ .ter-image-gallery__thumbnail {
395
+ @media screen and (min-width: $breakpoint-sm){
396
+ width: 72px;
397
+ height: 72px;
398
+ }
399
+ &-wrapper {
400
+ padding: 10px;
401
+ @media screen and (max-width: $breakpoint-xs){
402
+ padding: 5px;
403
+ }
404
+ }
405
+ }
406
+ .ter-image-gallery__nav {
407
+ padding: 20px 0 0 0;
408
+ width: 100%;
409
+ @media screen and (min-width: $breakpoint-md){
410
+ padding: 30px 0 0 0;
411
+ }
412
+ }
413
+ .ter-image-gallery__content {
414
+ padding: 0;
415
+ display: flex;
416
+ width: 100%;
417
+ padding-top: 64px;
418
+ grid-column: 1/span 16;
419
+ @media screen and (min-width: $breakpoint-sm) {
420
+ grid-row: 1;
421
+ grid-column: 10/span 8;
422
+ padding-bottom: 64px;
423
+ }
424
+ .default-layout.accordion {
425
+ margin-bottom: 0;
426
+ }
427
+ }
428
+ .ter-image-gallery__holder {
429
+ display: flex;
430
+ width: 100%;
431
+ align-items: flex-start;
432
+ grid-column: 1/span 16;
433
+ @media screen and (min-width: $breakpoint-sm) {
434
+ grid-column: 1/span 8;
435
+ grid-row: 1;
436
+ }
437
+ }
438
+ }
439
+ }
440
+ .lf-player-container,
441
+ #lottie {
442
+ height: 100%;
443
443
  }