luna-one 3.1.592 → 3.1.593

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