luna-one 3.1.430 → 3.1.433

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 (168) 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.js +2 -1
  166. package/dist/luna/other-organisms/NavBar/NavBar.scss +636 -638
  167. package/dist/luna/other-organisms/SubNav/SubNav.scss +232 -232
  168. package/package.json +93 -93
@@ -1,747 +1,747 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .tabs-container {
4
- width: 100%;
5
- display: flex;
6
- font-family: $normal-font-family;
7
-
8
- &.text-entries {
9
- @media screen and (max-width: $breakpoint-sm) {
10
- flex-wrap: wrap;
11
- }
12
- }
13
-
14
- &.top {
15
- flex-direction: column;
16
- }
17
-
18
- &.bottom {
19
- flex-direction: column-reverse;
20
- @media screen and (max-width: $breakpoint-sm) {
21
- flex-direction: column;
22
- }
23
- }
24
-
25
- &.left, &.right {
26
- @media screen and (min-width: $breakpoint-sm) {
27
- .nav-entries {
28
- max-width: 360px;
29
- flex-direction: column;
30
- }
31
- }
32
-
33
- @media screen and (max-width: $breakpoint-sm) {
34
- flex-wrap: wrap;
35
-
36
- .nav-entries {
37
- width: 100%;
38
- }
39
- }
40
- }
41
-
42
- &.left {
43
- flex-direction: row;
44
- }
45
-
46
- &.right {
47
- flex-direction: row-reverse;
48
-
49
- @media screen and (max-width: $breakpoint-sm) {
50
- flex-direction: row;
51
- }
52
- }
53
-
54
- &__mobile-title {
55
- @media screen and (max-width: $breakpoint-sm) {
56
- width: 100%;
57
- }
58
- }
59
-
60
- .nav-entries {
61
- width: 100%;
62
- display: flex;
63
-
64
- .nav-entry {
65
- cursor: pointer;
66
- outline: 0;
67
-
68
- &.focus:focus {
69
- outline: 2px solid $trimble-blue;
70
- }
71
- }
72
-
73
- &.text-entries {
74
-
75
- &.light {
76
- border-color: $concrete-gray;
77
-
78
- &.left, &.right {
79
- .nav-entry {
80
- text-align: left;
81
- }
82
- }
83
-
84
- .nav-entry {
85
- position: relative;
86
- border-color: $concrete-gray;
87
-
88
- &.active {
89
- border-color: $dark-navy;
90
-
91
- &:before {
92
- position: absolute;
93
- display: block;
94
- content: "";
95
- width: 0;
96
- height: 0;
97
- }
98
- .nav-text {
99
- color: $dark-navy;
100
- @media screen and (max-width: $breakpoint-sm) {
101
- color: $white;
102
- }
103
- }
104
- }
105
-
106
- .nav-text {
107
- color: $trimble-blue;
108
- .nav-title {
109
- text-transform: uppercase;
110
- }
111
-
112
- .nav-subtitle {
113
- display: none;
114
- }
115
- }
116
- }
117
- }
118
-
119
- &.dark {
120
- border-color: $concrete-gray;
121
-
122
- .nav-entry {
123
- position: relative;
124
- border-color: $concrete-gray;
125
- color: $dark-navy;
126
- background-color: $concrete-gray;
127
-
128
- &.active {
129
- border-color: $dark-navy;
130
- color: $white;
131
- background-color: $dark-navy;
132
-
133
- &:before {
134
- position: absolute;
135
- display: block;
136
- content: "";
137
- width: 0;
138
- height: 0;
139
- }
140
- }
141
- }
142
-
143
- &.top, &.bottom {
144
- gap: 2px;
145
-
146
- .nav-entry {
147
- width: calc(25% - 2px);
148
- }
149
- }
150
-
151
- &.left, &.right {
152
- border: 0;
153
- .nav-entry {
154
- text-align: left;
155
- margin-bottom: 4px;
156
- }
157
- }
158
- }
159
-
160
- &.top, &.bottom {
161
- .nav-entry {
162
- &:nth-child(n+5) {
163
- display: none;
164
- }
165
- }
166
- }
167
-
168
- &.top {
169
- padding-bottom: 24px;
170
-
171
- .nav-entry {
172
- border-bottom-width: 6px;
173
- border-bottom-style: solid;
174
-
175
- &.active:before {
176
- bottom: -22px;
177
- border-left: 20px solid transparent;
178
- border-right: 20px solid transparent;
179
- border-top: 20px solid $dark-navy;
180
- }
181
- }
182
- }
183
-
184
- &.bottom {
185
- padding-top: 24px;
186
-
187
- .nav-entry {
188
- border-top-width: 6px;
189
- border-top-style: solid;
190
-
191
- &.active:before {
192
- top: -22px;
193
- border-left: 20px solid transparent;
194
- border-right: 20px solid transparent;
195
- border-bottom: 20px solid $dark-navy;
196
- }
197
- }
198
- }
199
-
200
- &.left {
201
- margin-right: 34px;
202
- border-right-width: 6px;
203
- border-right-style: solid;
204
-
205
- .nav-entry {
206
- width: 360px;
207
- border-right-width: 6px;
208
- border-right-style: solid;
209
- justify-content: flex-start;
210
-
211
- &.active:before {
212
- right: -22px;
213
- border-top: 20px solid transparent;
214
- border-bottom: 20px solid transparent;
215
- border-left: 20px solid $dark-navy;
216
- }
217
- }
218
- }
219
-
220
- &.right {
221
- margin-left: 34px;
222
- border-left-width: 6px;
223
- border-left-style: solid;
224
-
225
- .nav-entry {
226
- width: 360px;
227
- border-left-width: 6px;
228
- transform: translateX(-6px);
229
- border-left-style: solid;
230
- justify-content: flex-start;
231
-
232
- &.active:before {
233
- left: -22px;
234
- border-top: 20px solid transparent;
235
- border-bottom: 20px solid transparent;
236
- border-right: 20px solid $dark-navy;
237
- }
238
- }
239
- }
240
-
241
- .nav-entry {
242
- width: 25%;
243
- display: flex;
244
- justify-content: center;
245
- align-items: center;
246
- padding: 20px 30px;
247
-
248
- .nav-thumbnail {
249
- min-width: 70px;
250
- width: 70px;
251
- height: 70px;
252
- margin-right: 25px;
253
- border-radius: 100%;
254
- overflow: hidden;
255
-
256
- img {
257
- width: 100%;
258
- height: 100%;
259
- object-fit: cover;
260
- }
261
- }
262
-
263
- .nav-text {
264
-
265
- .nav-title {
266
- margin: 0;
267
- font-size: 16px;
268
- line-height: 24px;
269
- font-family: $bold-font-family;
270
-
271
- @media screen and (max-width: $breakpoint-sm) {
272
- text-align: left;
273
- }
274
- }
275
-
276
- .nav-subtitle {
277
- margin: 6px 0 0 0;
278
- font-size: $body-font-size;
279
- line-height: 19px;
280
-
281
- @media screen and (max-width: $breakpoint-sm) {
282
- text-align: left;
283
- }
284
- }
285
-
286
- }
287
-
288
- @media screen and (max-width: $breakpoint-sm) {
289
- &.active {
290
- padding-left: 45px;
291
-
292
- .nav-text {
293
- .nav-title {
294
- position: relative;
295
-
296
- &:before {
297
- position: absolute;
298
- display: block;
299
- content: "";
300
- width: 0;
301
- height: 0;
302
- top: calc(50% - 10px);
303
- left: -23px;
304
- border-top: 10px solid transparent;
305
- border-bottom: 10px solid transparent;
306
- border-left: 10px solid $trimble-gold;
307
- }
308
- }
309
- }
310
- }
311
- }
312
- }
313
-
314
- @media screen and (max-width: $breakpoint-sm) {
315
- width: 100% !important;
316
- max-width: unset;
317
- flex-wrap: wrap;
318
- padding: 24px 0 0 0;
319
- border: 0 !important;
320
- margin: 0 !important;
321
-
322
- &.top, &.left, &.right, &.bottom, {
323
- order: 2;
324
- }
325
-
326
- .nav-entry {
327
- width: 100% !important;
328
- border: 0 !important;
329
- padding: 15px 20px;
330
- background-color: $concrete-gray;
331
- justify-content: flex-start !important;
332
- transform: translateX(0) !important;
333
-
334
-
335
- &.active {
336
- background-color: $dark-navy;
337
-
338
- .nav-text {
339
- color: $white;
340
- }
341
- }
342
-
343
-
344
- &:not(:last-child) {
345
- margin-bottom: 10px !important;
346
- }
347
-
348
- &:last-child {
349
- margin-bottom: 0 !important;
350
- }
351
-
352
- &:before {
353
- display: none !important;
354
- }
355
-
356
- .nav-thumbnail {
357
- display: none;
358
- }
359
-
360
- .nav-text {
361
- .nav-title {
362
- text-transform: unset !important;
363
- }
364
- }
365
- }
366
- }
367
- }
368
-
369
- &.thumbnails {
370
-
371
- &.top, &.bottom {
372
- .nav-entry {
373
- width: 25%;
374
- display: flex;
375
- justify-content: center;
376
- align-items: center;
377
- }
378
- }
379
-
380
- &.left, &.right {
381
- width: auto;
382
- }
383
-
384
- &.left, &.right, &.bottom {
385
- @media screen and (max-width: $breakpoint-sm) {
386
- padding-bottom: 24px;
387
-
388
- .nav-entry {
389
- width: 25%;
390
- display: flex;
391
- justify-content: center;
392
- align-items: center;
393
- }
394
-
395
- .nav-entry.active .nav-thumbnail:before {
396
- bottom: -12px;
397
- left: calc(50% - 10px);
398
- border-left: 10px solid transparent;
399
- border-right: 10px solid transparent;
400
- border-top: 10px solid $trimble-blue;
401
- }
402
- }
403
- }
404
-
405
- &.top {
406
- padding-bottom: 24px;
407
-
408
- .nav-entry.active .nav-thumbnail:before {
409
- bottom: -22px;
410
- left: calc(50% - 20px);
411
- border-left: 20px solid transparent;
412
- border-right: 20px solid transparent;
413
- border-top: 20px solid $trimble-blue;
414
-
415
- @media screen and (max-width: $breakpoint-sm) {
416
- bottom: -12px;
417
- left: calc(50% - 10px);
418
- border-left: 10px solid transparent;
419
- border-right: 10px solid transparent;
420
- border-top: 10px solid $trimble-blue;
421
- }
422
- }
423
- }
424
-
425
- &.bottom {
426
- @media screen and (min-width: $breakpoint-sm) {
427
- padding-top: 24px;
428
-
429
- .nav-entry.active .nav-thumbnail:before {
430
- top: -22px;
431
- left: calc(50% - 20px);
432
- border-left: 20px solid transparent;
433
- border-right: 20px solid transparent;
434
- border-bottom: 20px solid $trimble-blue;
435
- }
436
- }
437
-
438
- @media screen and (max-width: $breakpoint-sm) {
439
- padding-bottom: 24px;
440
- order: 2;
441
- }
442
- }
443
-
444
- &.left {
445
- @media screen and (min-width: $breakpoint-sm) {
446
- padding-right: 34px;
447
-
448
- .nav-entry.active .nav-thumbnail:before {
449
- right: -22px;
450
- top: calc(50% - 20px);
451
- border-top: 20px solid transparent;
452
- border-bottom: 20px solid transparent;
453
- border-left: 20px solid $trimble-blue;
454
- }
455
- }
456
- }
457
-
458
- &.right {
459
- @media screen and (min-width: $breakpoint-sm) {
460
- padding-left: 34px;
461
-
462
- .nav-entry.active .nav-thumbnail:before {
463
- left: -22px;
464
- top: calc(50% - 20px);
465
- border-top: 20px solid transparent;
466
- border-bottom: 20px solid transparent;
467
- border-right: 20px solid $trimble-blue;
468
- }
469
- }
470
- }
471
-
472
- &.round {
473
-
474
- &.top, &.bottom {
475
-
476
- .nav-entry {
477
- &:nth-child(n+5) {
478
- display: none;
479
- }
480
- }
481
- }
482
-
483
-
484
-
485
- &.left, &.right {
486
- .nav-entry {
487
- &:nth-child(n+5) {
488
- display: none;
489
- }
490
- }
491
-
492
- @media screen and (min-width: $breakpoint-sm) {
493
- .nav-entry {
494
- &:not(:last-child) {
495
- margin-bottom: 30px;
496
- }
497
- }
498
- }
499
- }
500
-
501
- .nav-entry {
502
- padding: 0 30px;
503
-
504
- @media screen and (max-width: $breakpoint-sm) {
505
- padding: 0 10px;
506
- }
507
-
508
- &.active {
509
- .nav-thumbnail {
510
- opacity: 1;
511
- border: 5px solid $trimble-blue;
512
- }
513
- }
514
-
515
- .nav-thumbnail {
516
- display: flex;
517
- align-items: center;
518
- position: relative;
519
- width: 200px;
520
- max-width: 200px;
521
- height: 200px;
522
- max-height: 200px;
523
- padding: 10px;
524
- border-radius: 100%;
525
- opacity: 0.5;
526
-
527
- @media screen and (max-width: $breakpoint-sm) {
528
- padding: 5px;
529
- width: 112px;
530
- height: 112px;
531
- }
532
-
533
- @media screen and (max-width: $breakpoint-xs) {
534
- max-width: 75px;
535
- max-height: 75px;
536
- min-width: 75px;
537
- }
538
-
539
- @media screen and (max-width: $breakpoint-xxs) {
540
- padding: 2px;
541
- max-width: 45px;
542
- max-height: 45px;
543
- min-width: 45px;
544
- }
545
-
546
-
547
- &:before {
548
- position: absolute;
549
- display: block;
550
- content: "";
551
- width: 0;
552
- height: 0;
553
- }
554
-
555
- img {
556
- width: 100%;
557
- height: 100%;
558
- object-fit: cover;
559
- border-radius: 50%;
560
- object-position: center;
561
- }
562
- }
563
- }
564
- }
565
-
566
- &.square {
567
-
568
- &.top, &.bottom {
569
- justify-content: center;
570
-
571
- .nav-entry {
572
- &:not(:last-child) {
573
- margin-right: 20px;
574
- }
575
-
576
- &:nth-child(n+5) {
577
- display: none;
578
- }
579
- }
580
- }
581
-
582
- &.left, &.right {
583
- @media screen and (min-width: $breakpoint-sm) {
584
- align-items: center;
585
-
586
- .nav-entry {
587
- &:not(:last-child) {
588
- margin-bottom: 20px;
589
- }
590
- }
591
- }
592
- @media screen and (max-width: $breakpoint-sm) {
593
- width: 100%;
594
- justify-content: center;
595
-
596
- .nav-entry {
597
- &:not(:last-child) {
598
- margin-right: 20px;
599
- }
600
- }
601
- }
602
-
603
- @media screen and (max-width: $breakpoint-xs) {
604
- .nav-entry {
605
- &:not(:last-child) {
606
- margin-right: 10px;
607
- }
608
- }
609
- }
610
-
611
- .nav-entry {
612
- &:nth-child(n+5) {
613
- display: none;
614
- }
615
- }
616
- }
617
-
618
- &.left {
619
- @media screen and (min-width: $breakpoint-sm) {
620
- display: flex;
621
- align-items: flex-end;
622
- }
623
- }
624
-
625
- &.right {
626
- @media screen and (min-width: $breakpoint-sm) {
627
- display: flex;
628
- align-items: flex-start;
629
- }
630
- }
631
-
632
- .nav-entry {
633
- width: 126px;
634
- max-width: 126px;
635
- height: 126px;
636
- max-height: 126px;
637
-
638
- &.active {
639
- .nav-thumbnail {
640
- border: 5px solid $trimble-blue;
641
- opacity: 1;
642
- }
643
- }
644
-
645
- @media screen and (max-width: $breakpoint-sm) {
646
- padding: 5px;
647
- width: 112px;
648
- height: 112px;
649
- }
650
-
651
- @media screen and (max-width: $breakpoint-xs) {
652
- max-width: 75px;
653
- max-height: 75px;
654
- min-width: 75px;
655
- }
656
-
657
- @media screen and (max-width: $breakpoint-xxs) {
658
- padding: 2px;
659
- max-width: 45px;
660
- max-height: 45px;
661
- min-width: 45px;
662
- }
663
-
664
-
665
- .nav-thumbnail {
666
- position: relative;
667
- width: 100%;
668
- height: 100%;
669
- padding: 5px;
670
- opacity: 0.5;
671
-
672
- &:before {
673
- position: absolute;
674
- display: block;
675
- content: "";
676
- width: 0;
677
- height: 0;
678
- }
679
-
680
- img {
681
- width: 100%;
682
- height: 100%;
683
- object-fit: cover;
684
- }
685
- }
686
- }
687
- }
688
-
689
- .nav-entry {
690
-
691
- .nav-text {
692
- display: none;
693
- }
694
- }
695
-
696
- }
697
- }
698
-
699
- .content-entries {
700
- width: 100%;
701
- max-width: 100%;
702
-
703
- .ter-bounded-cards {
704
- justify-items: center;
705
- }
706
-
707
- .ter-bounded-card {
708
- max-width: 275px;
709
- }
710
-
711
- .content-entry {
712
- width: 100%;
713
- display: none;
714
-
715
- &.active {
716
- display: block;
717
- }
718
- }
719
- .nested-content .default-layout .default-layout__children {
720
- grid-column: 1/span 16 !important;
721
- }
722
- }
723
- }
724
-
725
-
726
- .nav-text-top-mobile {
727
- padding-bottom: 16px;
728
- border-bottom: 3px solid $dark-navy;
729
-
730
- &__arrow {
731
- margin: 0 30px 16px;
732
- width: 10px;
733
- border-left: 10px solid transparent !important;
734
- border-right: 10px solid transparent !important;
735
- border-top: 10px solid $dark-navy !important;
736
- }
737
-
738
- .nav-title {
739
- margin: 0 24px;
740
- font-size: 16px;
741
- line-height: 24px;
742
- font-family: $bold-font-family;
743
- }
744
- }
745
-
746
-
747
-
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .tabs-container {
4
+ width: 100%;
5
+ display: flex;
6
+ font-family: $normal-font-family;
7
+
8
+ &.text-entries {
9
+ @media screen and (max-width: $breakpoint-sm) {
10
+ flex-wrap: wrap;
11
+ }
12
+ }
13
+
14
+ &.top {
15
+ flex-direction: column;
16
+ }
17
+
18
+ &.bottom {
19
+ flex-direction: column-reverse;
20
+ @media screen and (max-width: $breakpoint-sm) {
21
+ flex-direction: column;
22
+ }
23
+ }
24
+
25
+ &.left, &.right {
26
+ @media screen and (min-width: $breakpoint-sm) {
27
+ .nav-entries {
28
+ max-width: 360px;
29
+ flex-direction: column;
30
+ }
31
+ }
32
+
33
+ @media screen and (max-width: $breakpoint-sm) {
34
+ flex-wrap: wrap;
35
+
36
+ .nav-entries {
37
+ width: 100%;
38
+ }
39
+ }
40
+ }
41
+
42
+ &.left {
43
+ flex-direction: row;
44
+ }
45
+
46
+ &.right {
47
+ flex-direction: row-reverse;
48
+
49
+ @media screen and (max-width: $breakpoint-sm) {
50
+ flex-direction: row;
51
+ }
52
+ }
53
+
54
+ &__mobile-title {
55
+ @media screen and (max-width: $breakpoint-sm) {
56
+ width: 100%;
57
+ }
58
+ }
59
+
60
+ .nav-entries {
61
+ width: 100%;
62
+ display: flex;
63
+
64
+ .nav-entry {
65
+ cursor: pointer;
66
+ outline: 0;
67
+
68
+ &.focus:focus {
69
+ outline: 2px solid $trimble-blue;
70
+ }
71
+ }
72
+
73
+ &.text-entries {
74
+
75
+ &.light {
76
+ border-color: $concrete-gray;
77
+
78
+ &.left, &.right {
79
+ .nav-entry {
80
+ text-align: left;
81
+ }
82
+ }
83
+
84
+ .nav-entry {
85
+ position: relative;
86
+ border-color: $concrete-gray;
87
+
88
+ &.active {
89
+ border-color: $dark-navy;
90
+
91
+ &:before {
92
+ position: absolute;
93
+ display: block;
94
+ content: "";
95
+ width: 0;
96
+ height: 0;
97
+ }
98
+ .nav-text {
99
+ color: $dark-navy;
100
+ @media screen and (max-width: $breakpoint-sm) {
101
+ color: $white;
102
+ }
103
+ }
104
+ }
105
+
106
+ .nav-text {
107
+ color: $trimble-blue;
108
+ .nav-title {
109
+ text-transform: uppercase;
110
+ }
111
+
112
+ .nav-subtitle {
113
+ display: none;
114
+ }
115
+ }
116
+ }
117
+ }
118
+
119
+ &.dark {
120
+ border-color: $concrete-gray;
121
+
122
+ .nav-entry {
123
+ position: relative;
124
+ border-color: $concrete-gray;
125
+ color: $dark-navy;
126
+ background-color: $concrete-gray;
127
+
128
+ &.active {
129
+ border-color: $dark-navy;
130
+ color: $white;
131
+ background-color: $dark-navy;
132
+
133
+ &:before {
134
+ position: absolute;
135
+ display: block;
136
+ content: "";
137
+ width: 0;
138
+ height: 0;
139
+ }
140
+ }
141
+ }
142
+
143
+ &.top, &.bottom {
144
+ gap: 2px;
145
+
146
+ .nav-entry {
147
+ width: calc(25% - 2px);
148
+ }
149
+ }
150
+
151
+ &.left, &.right {
152
+ border: 0;
153
+ .nav-entry {
154
+ text-align: left;
155
+ margin-bottom: 4px;
156
+ }
157
+ }
158
+ }
159
+
160
+ &.top, &.bottom {
161
+ .nav-entry {
162
+ &:nth-child(n+5) {
163
+ display: none;
164
+ }
165
+ }
166
+ }
167
+
168
+ &.top {
169
+ padding-bottom: 24px;
170
+
171
+ .nav-entry {
172
+ border-bottom-width: 6px;
173
+ border-bottom-style: solid;
174
+
175
+ &.active:before {
176
+ bottom: -22px;
177
+ border-left: 20px solid transparent;
178
+ border-right: 20px solid transparent;
179
+ border-top: 20px solid $dark-navy;
180
+ }
181
+ }
182
+ }
183
+
184
+ &.bottom {
185
+ padding-top: 24px;
186
+
187
+ .nav-entry {
188
+ border-top-width: 6px;
189
+ border-top-style: solid;
190
+
191
+ &.active:before {
192
+ top: -22px;
193
+ border-left: 20px solid transparent;
194
+ border-right: 20px solid transparent;
195
+ border-bottom: 20px solid $dark-navy;
196
+ }
197
+ }
198
+ }
199
+
200
+ &.left {
201
+ margin-right: 34px;
202
+ border-right-width: 6px;
203
+ border-right-style: solid;
204
+
205
+ .nav-entry {
206
+ width: 360px;
207
+ border-right-width: 6px;
208
+ border-right-style: solid;
209
+ justify-content: flex-start;
210
+
211
+ &.active:before {
212
+ right: -22px;
213
+ border-top: 20px solid transparent;
214
+ border-bottom: 20px solid transparent;
215
+ border-left: 20px solid $dark-navy;
216
+ }
217
+ }
218
+ }
219
+
220
+ &.right {
221
+ margin-left: 34px;
222
+ border-left-width: 6px;
223
+ border-left-style: solid;
224
+
225
+ .nav-entry {
226
+ width: 360px;
227
+ border-left-width: 6px;
228
+ transform: translateX(-6px);
229
+ border-left-style: solid;
230
+ justify-content: flex-start;
231
+
232
+ &.active:before {
233
+ left: -22px;
234
+ border-top: 20px solid transparent;
235
+ border-bottom: 20px solid transparent;
236
+ border-right: 20px solid $dark-navy;
237
+ }
238
+ }
239
+ }
240
+
241
+ .nav-entry {
242
+ width: 25%;
243
+ display: flex;
244
+ justify-content: center;
245
+ align-items: center;
246
+ padding: 20px 30px;
247
+
248
+ .nav-thumbnail {
249
+ min-width: 70px;
250
+ width: 70px;
251
+ height: 70px;
252
+ margin-right: 25px;
253
+ border-radius: 100%;
254
+ overflow: hidden;
255
+
256
+ img {
257
+ width: 100%;
258
+ height: 100%;
259
+ object-fit: cover;
260
+ }
261
+ }
262
+
263
+ .nav-text {
264
+
265
+ .nav-title {
266
+ margin: 0;
267
+ font-size: 16px;
268
+ line-height: 24px;
269
+ font-family: $bold-font-family;
270
+
271
+ @media screen and (max-width: $breakpoint-sm) {
272
+ text-align: left;
273
+ }
274
+ }
275
+
276
+ .nav-subtitle {
277
+ margin: 6px 0 0 0;
278
+ font-size: $body-font-size;
279
+ line-height: 19px;
280
+
281
+ @media screen and (max-width: $breakpoint-sm) {
282
+ text-align: left;
283
+ }
284
+ }
285
+
286
+ }
287
+
288
+ @media screen and (max-width: $breakpoint-sm) {
289
+ &.active {
290
+ padding-left: 45px;
291
+
292
+ .nav-text {
293
+ .nav-title {
294
+ position: relative;
295
+
296
+ &:before {
297
+ position: absolute;
298
+ display: block;
299
+ content: "";
300
+ width: 0;
301
+ height: 0;
302
+ top: calc(50% - 10px);
303
+ left: -23px;
304
+ border-top: 10px solid transparent;
305
+ border-bottom: 10px solid transparent;
306
+ border-left: 10px solid $trimble-gold;
307
+ }
308
+ }
309
+ }
310
+ }
311
+ }
312
+ }
313
+
314
+ @media screen and (max-width: $breakpoint-sm) {
315
+ width: 100% !important;
316
+ max-width: unset;
317
+ flex-wrap: wrap;
318
+ padding: 24px 0 0 0;
319
+ border: 0 !important;
320
+ margin: 0 !important;
321
+
322
+ &.top, &.left, &.right, &.bottom, {
323
+ order: 2;
324
+ }
325
+
326
+ .nav-entry {
327
+ width: 100% !important;
328
+ border: 0 !important;
329
+ padding: 15px 20px;
330
+ background-color: $concrete-gray;
331
+ justify-content: flex-start !important;
332
+ transform: translateX(0) !important;
333
+
334
+
335
+ &.active {
336
+ background-color: $dark-navy;
337
+
338
+ .nav-text {
339
+ color: $white;
340
+ }
341
+ }
342
+
343
+
344
+ &:not(:last-child) {
345
+ margin-bottom: 10px !important;
346
+ }
347
+
348
+ &:last-child {
349
+ margin-bottom: 0 !important;
350
+ }
351
+
352
+ &:before {
353
+ display: none !important;
354
+ }
355
+
356
+ .nav-thumbnail {
357
+ display: none;
358
+ }
359
+
360
+ .nav-text {
361
+ .nav-title {
362
+ text-transform: unset !important;
363
+ }
364
+ }
365
+ }
366
+ }
367
+ }
368
+
369
+ &.thumbnails {
370
+
371
+ &.top, &.bottom {
372
+ .nav-entry {
373
+ width: 25%;
374
+ display: flex;
375
+ justify-content: center;
376
+ align-items: center;
377
+ }
378
+ }
379
+
380
+ &.left, &.right {
381
+ width: auto;
382
+ }
383
+
384
+ &.left, &.right, &.bottom {
385
+ @media screen and (max-width: $breakpoint-sm) {
386
+ padding-bottom: 24px;
387
+
388
+ .nav-entry {
389
+ width: 25%;
390
+ display: flex;
391
+ justify-content: center;
392
+ align-items: center;
393
+ }
394
+
395
+ .nav-entry.active .nav-thumbnail:before {
396
+ bottom: -12px;
397
+ left: calc(50% - 10px);
398
+ border-left: 10px solid transparent;
399
+ border-right: 10px solid transparent;
400
+ border-top: 10px solid $trimble-blue;
401
+ }
402
+ }
403
+ }
404
+
405
+ &.top {
406
+ padding-bottom: 24px;
407
+
408
+ .nav-entry.active .nav-thumbnail:before {
409
+ bottom: -22px;
410
+ left: calc(50% - 20px);
411
+ border-left: 20px solid transparent;
412
+ border-right: 20px solid transparent;
413
+ border-top: 20px solid $trimble-blue;
414
+
415
+ @media screen and (max-width: $breakpoint-sm) {
416
+ bottom: -12px;
417
+ left: calc(50% - 10px);
418
+ border-left: 10px solid transparent;
419
+ border-right: 10px solid transparent;
420
+ border-top: 10px solid $trimble-blue;
421
+ }
422
+ }
423
+ }
424
+
425
+ &.bottom {
426
+ @media screen and (min-width: $breakpoint-sm) {
427
+ padding-top: 24px;
428
+
429
+ .nav-entry.active .nav-thumbnail:before {
430
+ top: -22px;
431
+ left: calc(50% - 20px);
432
+ border-left: 20px solid transparent;
433
+ border-right: 20px solid transparent;
434
+ border-bottom: 20px solid $trimble-blue;
435
+ }
436
+ }
437
+
438
+ @media screen and (max-width: $breakpoint-sm) {
439
+ padding-bottom: 24px;
440
+ order: 2;
441
+ }
442
+ }
443
+
444
+ &.left {
445
+ @media screen and (min-width: $breakpoint-sm) {
446
+ padding-right: 34px;
447
+
448
+ .nav-entry.active .nav-thumbnail:before {
449
+ right: -22px;
450
+ top: calc(50% - 20px);
451
+ border-top: 20px solid transparent;
452
+ border-bottom: 20px solid transparent;
453
+ border-left: 20px solid $trimble-blue;
454
+ }
455
+ }
456
+ }
457
+
458
+ &.right {
459
+ @media screen and (min-width: $breakpoint-sm) {
460
+ padding-left: 34px;
461
+
462
+ .nav-entry.active .nav-thumbnail:before {
463
+ left: -22px;
464
+ top: calc(50% - 20px);
465
+ border-top: 20px solid transparent;
466
+ border-bottom: 20px solid transparent;
467
+ border-right: 20px solid $trimble-blue;
468
+ }
469
+ }
470
+ }
471
+
472
+ &.round {
473
+
474
+ &.top, &.bottom {
475
+
476
+ .nav-entry {
477
+ &:nth-child(n+5) {
478
+ display: none;
479
+ }
480
+ }
481
+ }
482
+
483
+
484
+
485
+ &.left, &.right {
486
+ .nav-entry {
487
+ &:nth-child(n+5) {
488
+ display: none;
489
+ }
490
+ }
491
+
492
+ @media screen and (min-width: $breakpoint-sm) {
493
+ .nav-entry {
494
+ &:not(:last-child) {
495
+ margin-bottom: 30px;
496
+ }
497
+ }
498
+ }
499
+ }
500
+
501
+ .nav-entry {
502
+ padding: 0 30px;
503
+
504
+ @media screen and (max-width: $breakpoint-sm) {
505
+ padding: 0 10px;
506
+ }
507
+
508
+ &.active {
509
+ .nav-thumbnail {
510
+ opacity: 1;
511
+ border: 5px solid $trimble-blue;
512
+ }
513
+ }
514
+
515
+ .nav-thumbnail {
516
+ display: flex;
517
+ align-items: center;
518
+ position: relative;
519
+ width: 200px;
520
+ max-width: 200px;
521
+ height: 200px;
522
+ max-height: 200px;
523
+ padding: 10px;
524
+ border-radius: 100%;
525
+ opacity: 0.5;
526
+
527
+ @media screen and (max-width: $breakpoint-sm) {
528
+ padding: 5px;
529
+ width: 112px;
530
+ height: 112px;
531
+ }
532
+
533
+ @media screen and (max-width: $breakpoint-xs) {
534
+ max-width: 75px;
535
+ max-height: 75px;
536
+ min-width: 75px;
537
+ }
538
+
539
+ @media screen and (max-width: $breakpoint-xxs) {
540
+ padding: 2px;
541
+ max-width: 45px;
542
+ max-height: 45px;
543
+ min-width: 45px;
544
+ }
545
+
546
+
547
+ &:before {
548
+ position: absolute;
549
+ display: block;
550
+ content: "";
551
+ width: 0;
552
+ height: 0;
553
+ }
554
+
555
+ img {
556
+ width: 100%;
557
+ height: 100%;
558
+ object-fit: cover;
559
+ border-radius: 50%;
560
+ object-position: center;
561
+ }
562
+ }
563
+ }
564
+ }
565
+
566
+ &.square {
567
+
568
+ &.top, &.bottom {
569
+ justify-content: center;
570
+
571
+ .nav-entry {
572
+ &:not(:last-child) {
573
+ margin-right: 20px;
574
+ }
575
+
576
+ &:nth-child(n+5) {
577
+ display: none;
578
+ }
579
+ }
580
+ }
581
+
582
+ &.left, &.right {
583
+ @media screen and (min-width: $breakpoint-sm) {
584
+ align-items: center;
585
+
586
+ .nav-entry {
587
+ &:not(:last-child) {
588
+ margin-bottom: 20px;
589
+ }
590
+ }
591
+ }
592
+ @media screen and (max-width: $breakpoint-sm) {
593
+ width: 100%;
594
+ justify-content: center;
595
+
596
+ .nav-entry {
597
+ &:not(:last-child) {
598
+ margin-right: 20px;
599
+ }
600
+ }
601
+ }
602
+
603
+ @media screen and (max-width: $breakpoint-xs) {
604
+ .nav-entry {
605
+ &:not(:last-child) {
606
+ margin-right: 10px;
607
+ }
608
+ }
609
+ }
610
+
611
+ .nav-entry {
612
+ &:nth-child(n+5) {
613
+ display: none;
614
+ }
615
+ }
616
+ }
617
+
618
+ &.left {
619
+ @media screen and (min-width: $breakpoint-sm) {
620
+ display: flex;
621
+ align-items: flex-end;
622
+ }
623
+ }
624
+
625
+ &.right {
626
+ @media screen and (min-width: $breakpoint-sm) {
627
+ display: flex;
628
+ align-items: flex-start;
629
+ }
630
+ }
631
+
632
+ .nav-entry {
633
+ width: 126px;
634
+ max-width: 126px;
635
+ height: 126px;
636
+ max-height: 126px;
637
+
638
+ &.active {
639
+ .nav-thumbnail {
640
+ border: 5px solid $trimble-blue;
641
+ opacity: 1;
642
+ }
643
+ }
644
+
645
+ @media screen and (max-width: $breakpoint-sm) {
646
+ padding: 5px;
647
+ width: 112px;
648
+ height: 112px;
649
+ }
650
+
651
+ @media screen and (max-width: $breakpoint-xs) {
652
+ max-width: 75px;
653
+ max-height: 75px;
654
+ min-width: 75px;
655
+ }
656
+
657
+ @media screen and (max-width: $breakpoint-xxs) {
658
+ padding: 2px;
659
+ max-width: 45px;
660
+ max-height: 45px;
661
+ min-width: 45px;
662
+ }
663
+
664
+
665
+ .nav-thumbnail {
666
+ position: relative;
667
+ width: 100%;
668
+ height: 100%;
669
+ padding: 5px;
670
+ opacity: 0.5;
671
+
672
+ &:before {
673
+ position: absolute;
674
+ display: block;
675
+ content: "";
676
+ width: 0;
677
+ height: 0;
678
+ }
679
+
680
+ img {
681
+ width: 100%;
682
+ height: 100%;
683
+ object-fit: cover;
684
+ }
685
+ }
686
+ }
687
+ }
688
+
689
+ .nav-entry {
690
+
691
+ .nav-text {
692
+ display: none;
693
+ }
694
+ }
695
+
696
+ }
697
+ }
698
+
699
+ .content-entries {
700
+ width: 100%;
701
+ max-width: 100%;
702
+
703
+ .ter-bounded-cards {
704
+ justify-items: center;
705
+ }
706
+
707
+ .ter-bounded-card {
708
+ max-width: 275px;
709
+ }
710
+
711
+ .content-entry {
712
+ width: 100%;
713
+ display: none;
714
+
715
+ &.active {
716
+ display: block;
717
+ }
718
+ }
719
+ .nested-content .default-layout .default-layout__children {
720
+ grid-column: 1/span 16 !important;
721
+ }
722
+ }
723
+ }
724
+
725
+
726
+ .nav-text-top-mobile {
727
+ padding-bottom: 16px;
728
+ border-bottom: 3px solid $dark-navy;
729
+
730
+ &__arrow {
731
+ margin: 0 30px 16px;
732
+ width: 10px;
733
+ border-left: 10px solid transparent !important;
734
+ border-right: 10px solid transparent !important;
735
+ border-top: 10px solid $dark-navy !important;
736
+ }
737
+
738
+ .nav-title {
739
+ margin: 0 24px;
740
+ font-size: 16px;
741
+ line-height: 24px;
742
+ font-family: $bold-font-family;
743
+ }
744
+ }
745
+
746
+
747
+