luna-one 3.1.430 → 3.1.431

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.
Files changed (167) 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 +5 -5
  15. package/dist/global-styles/global-terra.scss +10 -10
  16. package/dist/global-styles/global-vars.scss +600 -600
  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 +110 -110
  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 +776 -776
  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/AppCards.js +1 -1
  37. package/dist/luna/components/BlockListItems/BlockListItems.scss +236 -236
  38. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  39. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  40. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +354 -354
  41. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +279 -279
  42. package/dist/luna/components/DataPoint/DataPoint.scss +160 -160
  43. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  44. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +26 -26
  45. package/dist/luna/components/Header/Header.scss +34 -34
  46. package/dist/luna/components/ImageGallery/ImageGallery.scss +438 -438
  47. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +124 -124
  48. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  49. package/dist/luna/components/LinkList/LinkList.scss +44 -44
  50. package/dist/luna/components/Login/Login.scss +180 -180
  51. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  52. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
  53. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  54. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +272 -272
  55. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  56. package/dist/luna/components/MobileNav/MobileNav.scss +283 -283
  57. package/dist/luna/components/NavBarTop/NavBarTop.scss +408 -408
  58. package/dist/luna/components/NavSearch/NavSearch.scss +129 -129
  59. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +338 -338
  60. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +248 -248
  61. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  62. package/dist/luna/components/ProductSummary/ProductSummary.scss +266 -266
  63. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  64. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  65. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  66. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  67. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  68. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  69. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  70. package/dist/luna/components/Tabs/Tabs.scss +747 -747
  71. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  72. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  73. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +101 -101
  74. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  75. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  76. package/dist/luna/components/Video/Video.scss +207 -207
  77. package/dist/luna/components/VidyardModal/VidyardModal.scss +32 -32
  78. package/dist/luna/featurettes/Accordion/Accordion.scss +137 -137
  79. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
  80. package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
  81. package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
  82. package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
  83. package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
  84. package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
  85. package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
  86. package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
  87. package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
  88. package/dist/luna/featurettes/IconTextList/IconTextList.scss +118 -118
  89. package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +187 -187
  90. package/dist/luna/featurettes/PullQuote/PullQuote.scss +322 -322
  91. package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
  92. package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
  93. package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
  94. package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +605 -605
  95. package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
  96. package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
  97. package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
  98. package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
  99. package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
  100. package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
  101. package/dist/luna/heroes/SuperHero/SuperHero.scss +774 -774
  102. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  103. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  104. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  105. package/dist/luna/images/bulletpoint.svg +3 -3
  106. package/dist/luna/images/callout-icon.svg +3 -3
  107. package/dist/luna/images/check-blue.svg +4 -4
  108. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  109. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  110. package/dist/luna/images/circle-arrow.svg +3 -3
  111. package/dist/luna/images/close-button.svg +42 -42
  112. package/dist/luna/images/close-dark-navy.svg +3 -3
  113. package/dist/luna/images/close-icon.svg +3 -3
  114. package/dist/luna/images/collapse-close-blue.svg +5 -5
  115. package/dist/luna/images/collapse-close-gold.svg +5 -5
  116. package/dist/luna/images/collapse-open-blue.svg +4 -4
  117. package/dist/luna/images/collapse-open-gold.svg +4 -4
  118. package/dist/luna/images/cross-medium-blue.svg +4 -4
  119. package/dist/luna/images/cross-medium-white.svg +5 -5
  120. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  121. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  122. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  123. package/dist/luna/images/downArrow.svg +36 -36
  124. package/dist/luna/images/external-arrow-blue.svg +11 -11
  125. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  126. package/dist/luna/images/external-arrow.svg +12 -12
  127. package/dist/luna/images/form-border-top-light.svg +4 -4
  128. package/dist/luna/images/frame-intersection.svg +3 -3
  129. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  130. package/dist/luna/images/green-tick.svg +3 -3
  131. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  132. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  133. package/dist/luna/images/internal-arrow.svg +15 -15
  134. package/dist/luna/images/logo-icon.svg +17 -17
  135. package/dist/luna/images/pdf-doc.svg +9 -9
  136. package/dist/luna/images/play.svg +17 -17
  137. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  138. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  139. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  140. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  141. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  142. package/dist/luna/images/search.svg +9 -9
  143. package/dist/luna/images/skipicon.svg +154 -154
  144. package/dist/luna/images/text-doc.svg +9 -9
  145. package/dist/luna/images/text-lines.svg +22 -22
  146. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  147. package/dist/luna/images/tooltip-icon.svg +3 -3
  148. package/dist/luna/images/up-arrow.svg +36 -36
  149. package/dist/luna/images/up-right-arrow.svg +9 -9
  150. package/dist/luna/images/user-profile.svg +37 -37
  151. package/dist/luna/images/worldwide.svg +19 -19
  152. package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
  153. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
  154. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
  155. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
  156. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
  157. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
  158. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
  159. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
  160. package/dist/luna/other-organisms/Carousel/Carousel.scss +134 -134
  161. package/dist/luna/other-organisms/Flyout/Flyout.scss +254 -254
  162. package/dist/luna/other-organisms/Footer/Footer.scss +469 -469
  163. package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +317 -317
  164. package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
  165. package/dist/luna/other-organisms/NavBar/NavBar.scss +638 -638
  166. package/dist/luna/other-organisms/SubNav/SubNav.scss +232 -232
  167. package/package.json +93 -93
@@ -1,639 +1,639 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .ter-navbar {
4
- background: $white;
5
- width: 100%;
6
- top: 0;
7
- left: 0;
8
- -webkit-transition: 0.4s;
9
- -o-transition: 0.4s;
10
- transition: 0.4s;
11
- z-index: 60;
12
- @include benton-normal();
13
- position: fixed;
14
- //left and right padding comes from the boilerplate
15
- &--is-showing {
16
- .ter-navbar-top {
17
- height: 48px;
18
- opacity: 1;
19
-
20
- @media screen and (max-width: $breakpoint-sm) {
21
- height: 60px;
22
- }
23
- }
24
-
25
- .ter-navbar__wrapper {
26
- height: 56px;
27
- opacity: 1;
28
- background: $white;
29
- &--blue {
30
- background: $trimble-blue;
31
- }
32
- &--with-icons {
33
- height: 81px;
34
- &--blue {
35
- background: $trimble-blue;
36
- }
37
- }
38
- }
39
- }
40
-
41
- &--is-hidden {
42
- .ter-navbar-top,
43
- .ter-navbar__wrapper {
44
- opacity: 0;
45
- height: 0;
46
- overflow: hidden;
47
- visibility: hidden;
48
- }
49
- .ter-navbar__flyout-wrapper {
50
- top: 0;
51
- }
52
- }
53
-
54
- &__fullscreen-dark-backer {
55
- top: 0;
56
- bottom: 0;
57
- position: fixed;
58
- overflow-x: hidden;
59
- z-index: 1000;
60
- background: rgba(0, 0, 0, 0.7);
61
- padding: 48px 0;
62
- width: 100vw;
63
- display: -webkit-box;
64
- display: -ms-flexbox;
65
- display: flex;
66
- -webkit-box-align: center;
67
- -ms-flex-align: center;
68
- align-items: center;
69
- -ms-flex-pack: distribute;
70
- justify-content: space-around;
71
- }
72
-
73
- //wrapper corporate and sector
74
- &__wrapper {
75
- -webkit-transition: 0.4s;
76
- -o-transition: 0.4s;
77
- transition: 0.4s;
78
- width: 100%;
79
- display: grid;
80
- grid-template-columns: 1fr 14fr 1fr;
81
- height: 64px;
82
- position: relative;
83
- -webkit-box-align: center;
84
- -ms-flex-align: center;
85
- align-items: center;
86
-
87
- @media screen and (min-width: $breakpoint-md) {
88
- max-width: 1280px;
89
- width: 1280px;
90
- }
91
-
92
- @media screen and (max-width: $breakpoint-sm) {
93
- display: none;
94
- }
95
- }
96
-
97
- &__menus-wrapper {
98
- display: -webkit-box;
99
- display: -ms-flexbox;
100
- display: flex;
101
- -webkit-box-align: center;
102
- -ms-flex-align: center;
103
- align-items: center;
104
- -ms-grid-column: 2;
105
- grid-column: 2;
106
- overflow: hidden;
107
- margin: 16px 0 0 -8px;
108
-
109
- &--with-icons {
110
- overflow: unset;
111
- margin: 16px 0 0;
112
- @-moz-document url-prefix() {
113
- margin: 12px 0 0;
114
- }
115
- }
116
-
117
- @media screen and (min-width: $breakpoint-md) {
118
- margin: 16px 0 0 -16px;
119
- &--with-icons {
120
- margin: 16px 0 0;
121
- }
122
- }
123
-
124
- .ter-navbar-featured-link {
125
- display: flex;
126
- margin-left: 26px;
127
- align-items: center;
128
-
129
- @media screen and (min-width: $breakpoint-sm) {
130
- margin-left: 8px;
131
- }
132
-
133
- &__pipe-wrapper {
134
- margin: 0px 26px 20px 0px;
135
- @media screen and (min-width: $breakpoint-sm) {
136
- margin: 0px 8px 20px 0px;
137
- }
138
- }
139
- }
140
-
141
- .ter-navbar__nav-link {
142
- @include benton-medium();
143
- text-decoration: none !important;
144
-
145
- &__featured-link {
146
- color: $trimble-blue;
147
- }
148
- &--with-icon {
149
- padding-bottom: 4px;
150
- }
151
- @-moz-document url-prefix() {
152
- &--with-icon {
153
- padding-bottom: 3px;
154
- }
155
- }
156
- }
157
- .ter-navbar__nav-link.tabFocus:focus {
158
- outline: 2px solid $sky-blue;
159
- }
160
- }
161
-
162
- .ter-nav-mini-menu {
163
- -webkit-box-align: center;
164
- -ms-flex-align: center;
165
- align-items: center;
166
- display: -webkit-box;
167
- display: -ms-flexbox;
168
- display: flex;
169
- height: 72px;
170
- -webkit-box-pack: justify;
171
- -ms-flex-pack: justify;
172
- justify-content: space-between;
173
-
174
- &--chrome-browser {
175
- height: 82px;
176
- }
177
-
178
- &--with-icons {
179
- height: unset;
180
- @-moz-document url-prefix() {
181
- line-height: 30px !important;
182
- }
183
- }
184
-
185
- &:hover {
186
- cursor: pointer;
187
- }
188
-
189
- &__text {
190
- @include benton-medium();
191
- white-space: nowrap;
192
- img {
193
- height: 8px;
194
- margin: auto;
195
- padding-left: 6px;
196
- }
197
- }
198
-
199
- @-moz-document url-prefix() {
200
- &__text {
201
- color: $trimble-blue;
202
- flex: 1;
203
- position: relative;
204
- bottom: -5px;
205
- }
206
- }
207
-
208
- &__drop-down {
209
- position: absolute;
210
- background: $white;
211
- top: 56px;
212
- overflow: hidden;
213
- -webkit-transition: 0.3s;
214
- -o-transition: 0.3s;
215
- transition: 0.3s;
216
- width: 240px;
217
- padding: 0px;
218
- opacity: 0;
219
- z-index: 60;
220
- box-shadow: none;
221
- height: 0px;
222
- min-height: 0px;
223
- border-top: 1px solid $concrete-gray;
224
- visibility: hidden;
225
-
226
- &--with-icons {
227
- top: 82px;
228
- }
229
-
230
- &--is-open {
231
- opacity: 1;
232
- padding: 32px 0px;
233
- box-shadow: box-shadow(1);
234
- min-height: auto;
235
- height: auto;
236
- visibility: visible;
237
- }
238
-
239
- &__link {
240
- text-decoration: none;
241
- background-color: transparent;
242
- display: block;
243
- font-size: $body-font-size;
244
- color: $body-font-color;
245
- line-height: 14.4px;
246
- padding: 10px 20px;
247
- text-decoration: none !important;
248
- height: 34px;
249
- white-space: nowrap;
250
- &--is-open {
251
- background: $trimble-blue;
252
- color: $white;
253
- }
254
-
255
- &__text {
256
- margin: 0;
257
- font-size: $body-font-size;
258
- display: inline;
259
- word-break: break-all;
260
- line-height: 14.4px;
261
-
262
- &--is-open {
263
- color: $white;
264
- }
265
- }
266
-
267
- img {
268
- height: 12px;
269
- float: right;
270
- transform: translateY(3px);
271
- opacity: 0;
272
- -webkit-transition: 0.4s;
273
- -o-transition: 0.4s;
274
- transition: 0.4s;
275
- }
276
-
277
- &:hover img {
278
- opacity: 1;
279
- }
280
- }
281
- }
282
-
283
- &__text {
284
- color: $trimble-blue;
285
- font-size: $body-font-size;
286
- padding: 16px 8px 0;
287
- position: relative;
288
- transition: 0.3s;
289
- height: 56px;
290
- -ms-flex-item-align: end;
291
- -ms-grid-row-align: end;
292
- align-self: end;
293
- border-bottom: 3px solid transparent;
294
- &--blue {
295
- color: $white;
296
- }
297
-
298
- @media screen and (min-width: $breakpoint-md) {
299
- padding: 16px 16px;
300
- }
301
-
302
- &--is-open,
303
- &:hover,
304
- &.active {
305
- border-bottom: 3px solid brand-color("brand-5");
306
- cursor: pointer;
307
- }
308
-
309
- .ter-icon {
310
- display: block;
311
- margin: auto;
312
- }
313
- &--with-icons {
314
- margin-bottom: 0;
315
- height: unset;
316
- padding: 4px 0px;
317
- }
318
- }
319
-
320
- @-moz-document url-prefix() {
321
- &__text--with-icons {
322
- padding: 0 0 3px 0;
323
- }
324
- }
325
- }
326
-
327
- &__nav-link {
328
- text-decoration: none;
329
- -webkit-transform: translateY(3px);
330
- -ms-transform: translateY(3px);
331
- transform: translateY(3px);
332
- -ms-flex-item-align: center;
333
- -ms-grid-row-align: center;
334
- align-self: center;
335
- padding: 0 0 23px;
336
- margin-bottom: 15px;
337
- @include benton-medium();
338
- border-bottom: 3px solid transparent;
339
- transition: 0.3s;
340
-
341
- p {
342
- -webkit-box-sizing: border-box;
343
- box-sizing: border-box;
344
- height: 22px;
345
- -ms-flex-item-align: end;
346
- -ms-grid-row-align: end;
347
- align-self: end;
348
- font-size: $body-font-size;
349
- color: $trimble-blue;
350
- line-height: 24px;
351
- margin: 0;
352
- padding: 7px 8px;
353
- white-space: nowrap;
354
- text-decoration: none;
355
-
356
-
357
- @media screen and (min-width: $breakpoint-md) {
358
- padding: 7px 18px;
359
- }
360
-
361
- &.featured-link {
362
- color: $navy-blue;
363
- white-space: nowrap;
364
- }
365
- }
366
- &--blue {
367
- p {
368
- color: white
369
- }
370
- }
371
- &--with-icon {
372
- -webkit-transform: translateY(4px);
373
- -ms-transform: translateY(4px);
374
- transform: translateY(4px);
375
- height: 30px;
376
- padding-bottom: 4px;
377
-
378
- p {
379
- padding: 0;
380
- margin-bottom: 0;
381
- @-moz-document url-prefix() {
382
- padding-bottom: 23px !important;
383
- }
384
- }
385
- &--blue {
386
- p {
387
- color: white
388
- }
389
- }
390
- }
391
-
392
- &:hover,
393
- &.active {
394
- text-decoration: none;
395
- border-bottom: 3px solid brand-color("brand-5");
396
- }
397
-
398
- @-moz-document url-prefix() {
399
- &--with-icon {
400
- padding-bottom: 3px;
401
- }
402
- // This will specifically target Firefox browsers and apply a different height to the <p> tag inside nav-links to apply a smaller height value
403
- p {
404
- height: 23px !important;
405
- transform: translateY(0);
406
- }
407
-
408
- }
409
- }
410
-
411
-
412
- &__flyout {
413
- &-wrapper {
414
- position: absolute;
415
- top: 0;
416
- right: 0;
417
- z-index: 100;
418
- transition: top 0.4s ease;
419
-
420
- @media screen and (max-width: $breakpoint-sm) {
421
- display: none;
422
- }
423
-
424
- &:hover {
425
- cursor: pointer;
426
- }
427
- }
428
-
429
- &-btn {
430
- display: flex;
431
- flex-direction: row;
432
- height: 49px;
433
- }
434
-
435
- &-caret {
436
- background: #e4f1fd; // DELIBERATE, MANUALLY SPECIFIED COLOR IN FIGMA DESIGN
437
- display: flex;
438
- justify-content: center;
439
- align-items: center;
440
- width: 15px;
441
-
442
- &-icon {
443
- width: 10px;
444
- height: 15px;
445
- }
446
- }
447
-
448
- &-logo {
449
- background: $trimble-blue;
450
- width: 56px;
451
- height: 49px;
452
- position: relative;
453
- display: flex;
454
- justify-content: center;
455
- align-items: center;
456
- img {
457
- position: absolute;
458
- top: 10px;
459
- }
460
- }
461
- }
462
- &__nav--with-icons {
463
- display: flex;
464
- flex-direction: column;
465
- height: 58px;
466
- margin: 0;
467
- cursor: pointer;
468
- &:not(:first-child) {
469
- margin: 0 32.5px;
470
- }
471
- &:first-child {
472
- margin-right: 32.5px;
473
- }
474
- &--icon {
475
- margin: auto
476
- }
477
- &:hover .ter-navbar__nav-link,
478
- &:hover .ter-mega-menu__nav-text,
479
- &:hover .ter-nav-mini-menu__text {
480
- border-bottom: 3px solid #ffbe00
481
- }
482
- }
483
- }
484
-
485
- .ter-utility-nav {
486
- height: 48px;
487
- display: flex;
488
- align-items: center;
489
- color: $white;
490
- font-size: $eyebrow-font-size;
491
- position: relative;
492
- background: $trimble-blue;
493
- grid-column: 2;
494
-
495
- @media screen and (max-width: $breakpoint-sm) {
496
- height: 32px;
497
- display: grid;
498
- grid-template-columns: 1fr 110px;
499
- grid-column: 1;
500
- }
501
-
502
- &__wrapper {
503
- background: $trimble-blue;
504
- border-bottom: 1px solid color("gray-7");
505
- padding: 0 32px;
506
- }
507
-
508
- &__title-wrapper {
509
- display: flex;
510
- background: $trimble-blue;
511
-
512
- @media screen and (max-width: $breakpoint-sm) {
513
- position: relative;
514
- }
515
- }
516
-
517
- &__page-title {
518
- padding: 0 32px;
519
- line-height: 48px;
520
- font-size: $eyebrow-font-size;
521
- margin: 0;
522
- color: $white;
523
- @include benton-medium();
524
- border-right: solid 1px $white;
525
-
526
- span {
527
- @include benton-normal();
528
- }
529
-
530
- @media screen and (max-width: $breakpoint-sm) {
531
- line-height: 32px;
532
- width: auto;
533
- padding: 0 0 0 16px;
534
- border-right: none;
535
- }
536
-
537
- @media screen and (max-width: $breakpoint-xs) {
538
- width: 400px;
539
- white-space: nowrap;
540
- text-overflow: ellipsis;
541
- overflow: hidden;
542
- }
543
-
544
- @media screen and (max-width: $breakpoint-xxs) {
545
- width: 250px;
546
- }
547
- }
548
-
549
- &__link-container {
550
- padding-left: 20px;
551
- display: flex;
552
-
553
- @media screen and (max-width: $breakpoint-md) {
554
- display: none;
555
- }
556
- }
557
-
558
- &__link {
559
- text-decoration: none;
560
- display: flex;
561
- align-items: center;
562
- height: 48px;
563
-
564
- &:hover {
565
- text-decoration: none;
566
- }
567
- p {
568
- color: $concrete-gray-1;
569
- line-height: 48px;
570
- font-size: $eyebrow-font-size;
571
- padding: 0 12px;
572
- margin: 0;
573
- -webkit-transition: 0.4s;
574
- -o-transition: 0.4s;
575
- transition: 0.4s;
576
-
577
- &:hover {
578
- background: $trimble-blue;
579
- text-decoration: none;
580
- }
581
- }
582
- }
583
-
584
- .ter-button {
585
- position: absolute;
586
- right: 32px;
587
- width: 150px;
588
- height: 33px;
589
- display: block;
590
- text-align: center;
591
- line-height: 33px;
592
- font-size: $body-font-size;
593
-
594
- @media screen and (max-width: $breakpoint-sm) {
595
- display: block;
596
- height: 20px;
597
- font-size: 10px; // TODO - REPLACE WITH CORRECT FONT SIZE/REMOVE
598
- line-height: 20px;
599
- padding: 0 6px;
600
- width: auto;
601
- flex-grow: 1;
602
- right: 16px;
603
- }
604
- }
605
- }
606
-
607
- @media screen and (-ms-high-contrast: active),
608
- screen and (-ms-high-contrast: none) {
609
- /* IE10+ specific styles go here */
610
- .ter-utility-nav {
611
- .ter-button--secondary--3 {
612
- margin-top: -20px !important;
613
- }
614
- }
615
- }
616
-
617
- .ter-nav-icon-cross {
618
- -webkit-transition: 0.2s;
619
- -o-transition: 0.2s;
620
- transition: 0.2s;
621
- -webkit-transform-origin: 9.6px 3.8px; /* Chrome, Safari */
622
- -moz-transform-origin: 9.6px 3.8px; /* Firefox */
623
- transform-origin: 9.6px 3.8px;
624
- -webkit-transform: rotate(0deg);
625
- -moz-transform: rotate(0deg);
626
- transform: rotate(0deg);
627
-
628
- &--is-open {
629
- transform: rotate(225deg);
630
- -webkit-transform: rotate(225deg);
631
- -moz-transform: rotate(225deg);
632
- }
633
- }
634
-
635
- .luna-layout--no-subnav {
636
- .ter-navbar--is-showing {
637
- border-bottom: 1px solid $concrete-gray;
638
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .ter-navbar {
4
+ background: $white;
5
+ width: 100%;
6
+ top: 0;
7
+ left: 0;
8
+ -webkit-transition: 0.4s;
9
+ -o-transition: 0.4s;
10
+ transition: 0.4s;
11
+ z-index: 60;
12
+ @include benton-normal();
13
+ position: fixed;
14
+ //left and right padding comes from the boilerplate
15
+ &--is-showing {
16
+ .ter-navbar-top {
17
+ height: 48px;
18
+ opacity: 1;
19
+
20
+ @media screen and (max-width: $breakpoint-sm) {
21
+ height: 60px;
22
+ }
23
+ }
24
+
25
+ .ter-navbar__wrapper {
26
+ height: 56px;
27
+ opacity: 1;
28
+ background: $white;
29
+ &--blue {
30
+ background: $trimble-blue;
31
+ }
32
+ &--with-icons {
33
+ height: 81px;
34
+ &--blue {
35
+ background: $trimble-blue;
36
+ }
37
+ }
38
+ }
39
+ }
40
+
41
+ &--is-hidden {
42
+ .ter-navbar-top,
43
+ .ter-navbar__wrapper {
44
+ opacity: 0;
45
+ height: 0;
46
+ overflow: hidden;
47
+ visibility: hidden;
48
+ }
49
+ .ter-navbar__flyout-wrapper {
50
+ top: 0;
51
+ }
52
+ }
53
+
54
+ &__fullscreen-dark-backer {
55
+ top: 0;
56
+ bottom: 0;
57
+ position: fixed;
58
+ overflow-x: hidden;
59
+ z-index: 1000;
60
+ background: rgba(0, 0, 0, 0.7);
61
+ padding: 48px 0;
62
+ width: 100vw;
63
+ display: -webkit-box;
64
+ display: -ms-flexbox;
65
+ display: flex;
66
+ -webkit-box-align: center;
67
+ -ms-flex-align: center;
68
+ align-items: center;
69
+ -ms-flex-pack: distribute;
70
+ justify-content: space-around;
71
+ }
72
+
73
+ //wrapper corporate and sector
74
+ &__wrapper {
75
+ -webkit-transition: 0.4s;
76
+ -o-transition: 0.4s;
77
+ transition: 0.4s;
78
+ width: 100%;
79
+ display: grid;
80
+ grid-template-columns: 1fr 14fr 1fr;
81
+ height: 64px;
82
+ position: relative;
83
+ -webkit-box-align: center;
84
+ -ms-flex-align: center;
85
+ align-items: center;
86
+
87
+ @media screen and (min-width: $breakpoint-md) {
88
+ max-width: 1280px;
89
+ width: 1280px;
90
+ }
91
+
92
+ @media screen and (max-width: $breakpoint-sm) {
93
+ display: none;
94
+ }
95
+ }
96
+
97
+ &__menus-wrapper {
98
+ display: -webkit-box;
99
+ display: -ms-flexbox;
100
+ display: flex;
101
+ -webkit-box-align: center;
102
+ -ms-flex-align: center;
103
+ align-items: center;
104
+ -ms-grid-column: 2;
105
+ grid-column: 2;
106
+ overflow: hidden;
107
+ margin: 16px 0 0 -8px;
108
+
109
+ &--with-icons {
110
+ overflow: unset;
111
+ margin: 16px 0 0;
112
+ @-moz-document url-prefix() {
113
+ margin: 12px 0 0;
114
+ }
115
+ }
116
+
117
+ @media screen and (min-width: $breakpoint-md) {
118
+ margin: 16px 0 0 -16px;
119
+ &--with-icons {
120
+ margin: 16px 0 0;
121
+ }
122
+ }
123
+
124
+ .ter-navbar-featured-link {
125
+ display: flex;
126
+ margin-left: 26px;
127
+ align-items: center;
128
+
129
+ @media screen and (min-width: $breakpoint-sm) {
130
+ margin-left: 8px;
131
+ }
132
+
133
+ &__pipe-wrapper {
134
+ margin: 0px 26px 20px 0px;
135
+ @media screen and (min-width: $breakpoint-sm) {
136
+ margin: 0px 8px 20px 0px;
137
+ }
138
+ }
139
+ }
140
+
141
+ .ter-navbar__nav-link {
142
+ @include benton-medium();
143
+ text-decoration: none !important;
144
+
145
+ &__featured-link {
146
+ color: $trimble-blue;
147
+ }
148
+ &--with-icon {
149
+ padding-bottom: 4px;
150
+ }
151
+ @-moz-document url-prefix() {
152
+ &--with-icon {
153
+ padding-bottom: 3px;
154
+ }
155
+ }
156
+ }
157
+ .ter-navbar__nav-link.tabFocus:focus {
158
+ outline: 2px solid $sky-blue;
159
+ }
160
+ }
161
+
162
+ .ter-nav-mini-menu {
163
+ -webkit-box-align: center;
164
+ -ms-flex-align: center;
165
+ align-items: center;
166
+ display: -webkit-box;
167
+ display: -ms-flexbox;
168
+ display: flex;
169
+ height: 72px;
170
+ -webkit-box-pack: justify;
171
+ -ms-flex-pack: justify;
172
+ justify-content: space-between;
173
+
174
+ &--chrome-browser {
175
+ height: 82px;
176
+ }
177
+
178
+ &--with-icons {
179
+ height: unset;
180
+ @-moz-document url-prefix() {
181
+ line-height: 30px !important;
182
+ }
183
+ }
184
+
185
+ &:hover {
186
+ cursor: pointer;
187
+ }
188
+
189
+ &__text {
190
+ @include benton-medium();
191
+ white-space: nowrap;
192
+ img {
193
+ height: 8px;
194
+ margin: auto;
195
+ padding-left: 6px;
196
+ }
197
+ }
198
+
199
+ @-moz-document url-prefix() {
200
+ &__text {
201
+ color: $trimble-blue;
202
+ flex: 1;
203
+ position: relative;
204
+ bottom: -5px;
205
+ }
206
+ }
207
+
208
+ &__drop-down {
209
+ position: absolute;
210
+ background: $white;
211
+ top: 56px;
212
+ overflow: hidden;
213
+ -webkit-transition: 0.3s;
214
+ -o-transition: 0.3s;
215
+ transition: 0.3s;
216
+ width: 240px;
217
+ padding: 0px;
218
+ opacity: 0;
219
+ z-index: 60;
220
+ box-shadow: none;
221
+ height: 0px;
222
+ min-height: 0px;
223
+ border-top: 1px solid $concrete-gray;
224
+ visibility: hidden;
225
+
226
+ &--with-icons {
227
+ top: 82px;
228
+ }
229
+
230
+ &--is-open {
231
+ opacity: 1;
232
+ padding: 32px 0px;
233
+ box-shadow: box-shadow(1);
234
+ min-height: auto;
235
+ height: auto;
236
+ visibility: visible;
237
+ }
238
+
239
+ &__link {
240
+ text-decoration: none;
241
+ background-color: transparent;
242
+ display: block;
243
+ font-size: $body-font-size;
244
+ color: $body-font-color;
245
+ line-height: 14.4px;
246
+ padding: 10px 20px;
247
+ text-decoration: none !important;
248
+ height: 34px;
249
+ white-space: nowrap;
250
+ &--is-open {
251
+ background: $trimble-blue;
252
+ color: $white;
253
+ }
254
+
255
+ &__text {
256
+ margin: 0;
257
+ font-size: $body-font-size;
258
+ display: inline;
259
+ word-break: break-all;
260
+ line-height: 14.4px;
261
+
262
+ &--is-open {
263
+ color: $white;
264
+ }
265
+ }
266
+
267
+ img {
268
+ height: 12px;
269
+ float: right;
270
+ transform: translateY(3px);
271
+ opacity: 0;
272
+ -webkit-transition: 0.4s;
273
+ -o-transition: 0.4s;
274
+ transition: 0.4s;
275
+ }
276
+
277
+ &:hover img {
278
+ opacity: 1;
279
+ }
280
+ }
281
+ }
282
+
283
+ &__text {
284
+ color: $trimble-blue;
285
+ font-size: $body-font-size;
286
+ padding: 16px 8px 0;
287
+ position: relative;
288
+ transition: 0.3s;
289
+ height: 56px;
290
+ -ms-flex-item-align: end;
291
+ -ms-grid-row-align: end;
292
+ align-self: end;
293
+ border-bottom: 3px solid transparent;
294
+ &--blue {
295
+ color: $white;
296
+ }
297
+
298
+ @media screen and (min-width: $breakpoint-md) {
299
+ padding: 16px 16px;
300
+ }
301
+
302
+ &--is-open,
303
+ &:hover,
304
+ &.active {
305
+ border-bottom: 3px solid brand-color("brand-5");
306
+ cursor: pointer;
307
+ }
308
+
309
+ .ter-icon {
310
+ display: block;
311
+ margin: auto;
312
+ }
313
+ &--with-icons {
314
+ margin-bottom: 0;
315
+ height: unset;
316
+ padding: 4px 0px;
317
+ }
318
+ }
319
+
320
+ @-moz-document url-prefix() {
321
+ &__text--with-icons {
322
+ padding: 0 0 3px 0;
323
+ }
324
+ }
325
+ }
326
+
327
+ &__nav-link {
328
+ text-decoration: none;
329
+ -webkit-transform: translateY(3px);
330
+ -ms-transform: translateY(3px);
331
+ transform: translateY(3px);
332
+ -ms-flex-item-align: center;
333
+ -ms-grid-row-align: center;
334
+ align-self: center;
335
+ padding: 0 0 23px;
336
+ margin-bottom: 15px;
337
+ @include benton-medium();
338
+ border-bottom: 3px solid transparent;
339
+ transition: 0.3s;
340
+
341
+ p {
342
+ -webkit-box-sizing: border-box;
343
+ box-sizing: border-box;
344
+ height: 22px;
345
+ -ms-flex-item-align: end;
346
+ -ms-grid-row-align: end;
347
+ align-self: end;
348
+ font-size: $body-font-size;
349
+ color: $trimble-blue;
350
+ line-height: 24px;
351
+ margin: 0;
352
+ padding: 7px 8px;
353
+ white-space: nowrap;
354
+ text-decoration: none;
355
+
356
+
357
+ @media screen and (min-width: $breakpoint-md) {
358
+ padding: 7px 18px;
359
+ }
360
+
361
+ &.featured-link {
362
+ color: $navy-blue;
363
+ white-space: nowrap;
364
+ }
365
+ }
366
+ &--blue {
367
+ p {
368
+ color: white
369
+ }
370
+ }
371
+ &--with-icon {
372
+ -webkit-transform: translateY(4px);
373
+ -ms-transform: translateY(4px);
374
+ transform: translateY(4px);
375
+ height: 30px;
376
+ padding-bottom: 4px;
377
+
378
+ p {
379
+ padding: 0;
380
+ margin-bottom: 0;
381
+ @-moz-document url-prefix() {
382
+ padding-bottom: 23px !important;
383
+ }
384
+ }
385
+ &--blue {
386
+ p {
387
+ color: white
388
+ }
389
+ }
390
+ }
391
+
392
+ &:hover,
393
+ &.active {
394
+ text-decoration: none;
395
+ border-bottom: 3px solid brand-color("brand-5");
396
+ }
397
+
398
+ @-moz-document url-prefix() {
399
+ &--with-icon {
400
+ padding-bottom: 3px;
401
+ }
402
+ // This will specifically target Firefox browsers and apply a different height to the <p> tag inside nav-links to apply a smaller height value
403
+ p {
404
+ height: 23px !important;
405
+ transform: translateY(0);
406
+ }
407
+
408
+ }
409
+ }
410
+
411
+
412
+ &__flyout {
413
+ &-wrapper {
414
+ position: absolute;
415
+ top: 0;
416
+ right: 0;
417
+ z-index: 100;
418
+ transition: top 0.4s ease;
419
+
420
+ @media screen and (max-width: $breakpoint-sm) {
421
+ display: none;
422
+ }
423
+
424
+ &:hover {
425
+ cursor: pointer;
426
+ }
427
+ }
428
+
429
+ &-btn {
430
+ display: flex;
431
+ flex-direction: row;
432
+ height: 49px;
433
+ }
434
+
435
+ &-caret {
436
+ background: #e4f1fd; // DELIBERATE, MANUALLY SPECIFIED COLOR IN FIGMA DESIGN
437
+ display: flex;
438
+ justify-content: center;
439
+ align-items: center;
440
+ width: 15px;
441
+
442
+ &-icon {
443
+ width: 10px;
444
+ height: 15px;
445
+ }
446
+ }
447
+
448
+ &-logo {
449
+ background: $trimble-blue;
450
+ width: 56px;
451
+ height: 49px;
452
+ position: relative;
453
+ display: flex;
454
+ justify-content: center;
455
+ align-items: center;
456
+ img {
457
+ position: absolute;
458
+ top: 10px;
459
+ }
460
+ }
461
+ }
462
+ &__nav--with-icons {
463
+ display: flex;
464
+ flex-direction: column;
465
+ height: 58px;
466
+ margin: 0;
467
+ cursor: pointer;
468
+ &:not(:first-child) {
469
+ margin: 0 32.5px;
470
+ }
471
+ &:first-child {
472
+ margin-right: 32.5px;
473
+ }
474
+ &--icon {
475
+ margin: auto
476
+ }
477
+ &:hover .ter-navbar__nav-link,
478
+ &:hover .ter-mega-menu__nav-text,
479
+ &:hover .ter-nav-mini-menu__text {
480
+ border-bottom: 3px solid #ffbe00
481
+ }
482
+ }
483
+ }
484
+
485
+ .ter-utility-nav {
486
+ height: 48px;
487
+ display: flex;
488
+ align-items: center;
489
+ color: $white;
490
+ font-size: $eyebrow-font-size;
491
+ position: relative;
492
+ background: $trimble-blue;
493
+ grid-column: 2;
494
+
495
+ @media screen and (max-width: $breakpoint-sm) {
496
+ height: 32px;
497
+ display: grid;
498
+ grid-template-columns: 1fr 110px;
499
+ grid-column: 1;
500
+ }
501
+
502
+ &__wrapper {
503
+ background: $trimble-blue;
504
+ border-bottom: 1px solid color("gray-7");
505
+ padding: 0 32px;
506
+ }
507
+
508
+ &__title-wrapper {
509
+ display: flex;
510
+ background: $trimble-blue;
511
+
512
+ @media screen and (max-width: $breakpoint-sm) {
513
+ position: relative;
514
+ }
515
+ }
516
+
517
+ &__page-title {
518
+ padding: 0 32px;
519
+ line-height: 48px;
520
+ font-size: $eyebrow-font-size;
521
+ margin: 0;
522
+ color: $white;
523
+ @include benton-medium();
524
+ border-right: solid 1px $white;
525
+
526
+ span {
527
+ @include benton-normal();
528
+ }
529
+
530
+ @media screen and (max-width: $breakpoint-sm) {
531
+ line-height: 32px;
532
+ width: auto;
533
+ padding: 0 0 0 16px;
534
+ border-right: none;
535
+ }
536
+
537
+ @media screen and (max-width: $breakpoint-xs) {
538
+ width: 400px;
539
+ white-space: nowrap;
540
+ text-overflow: ellipsis;
541
+ overflow: hidden;
542
+ }
543
+
544
+ @media screen and (max-width: $breakpoint-xxs) {
545
+ width: 250px;
546
+ }
547
+ }
548
+
549
+ &__link-container {
550
+ padding-left: 20px;
551
+ display: flex;
552
+
553
+ @media screen and (max-width: $breakpoint-md) {
554
+ display: none;
555
+ }
556
+ }
557
+
558
+ &__link {
559
+ text-decoration: none;
560
+ display: flex;
561
+ align-items: center;
562
+ height: 48px;
563
+
564
+ &:hover {
565
+ text-decoration: none;
566
+ }
567
+ p {
568
+ color: $concrete-gray-1;
569
+ line-height: 48px;
570
+ font-size: $eyebrow-font-size;
571
+ padding: 0 12px;
572
+ margin: 0;
573
+ -webkit-transition: 0.4s;
574
+ -o-transition: 0.4s;
575
+ transition: 0.4s;
576
+
577
+ &:hover {
578
+ background: $trimble-blue;
579
+ text-decoration: none;
580
+ }
581
+ }
582
+ }
583
+
584
+ .ter-button {
585
+ position: absolute;
586
+ right: 32px;
587
+ width: 150px;
588
+ height: 33px;
589
+ display: block;
590
+ text-align: center;
591
+ line-height: 33px;
592
+ font-size: $body-font-size;
593
+
594
+ @media screen and (max-width: $breakpoint-sm) {
595
+ display: block;
596
+ height: 20px;
597
+ font-size: 10px; // TODO - REPLACE WITH CORRECT FONT SIZE/REMOVE
598
+ line-height: 20px;
599
+ padding: 0 6px;
600
+ width: auto;
601
+ flex-grow: 1;
602
+ right: 16px;
603
+ }
604
+ }
605
+ }
606
+
607
+ @media screen and (-ms-high-contrast: active),
608
+ screen and (-ms-high-contrast: none) {
609
+ /* IE10+ specific styles go here */
610
+ .ter-utility-nav {
611
+ .ter-button--secondary--3 {
612
+ margin-top: -20px !important;
613
+ }
614
+ }
615
+ }
616
+
617
+ .ter-nav-icon-cross {
618
+ -webkit-transition: 0.2s;
619
+ -o-transition: 0.2s;
620
+ transition: 0.2s;
621
+ -webkit-transform-origin: 9.6px 3.8px; /* Chrome, Safari */
622
+ -moz-transform-origin: 9.6px 3.8px; /* Firefox */
623
+ transform-origin: 9.6px 3.8px;
624
+ -webkit-transform: rotate(0deg);
625
+ -moz-transform: rotate(0deg);
626
+ transform: rotate(0deg);
627
+
628
+ &--is-open {
629
+ transform: rotate(225deg);
630
+ -webkit-transform: rotate(225deg);
631
+ -moz-transform: rotate(225deg);
632
+ }
633
+ }
634
+
635
+ .luna-layout--no-subnav {
636
+ .ter-navbar--is-showing {
637
+ border-bottom: 1px solid $concrete-gray;
638
+ }
639
639
  }