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,434 +1,434 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .ftg-storefront-card {
4
- max-width: 1200px;
5
- max-height: 250px;
6
- display: -ms-grid;
7
- display: grid;
8
- -ms-grid-rows: 50px 1fr;
9
- grid-template-rows: 50px 1fr;
10
- -ms-grid-columns: 200px 1fr 1fr 200px;
11
- grid-template-columns: 200px 1fr 1fr 200px;
12
- background-color: $concrete-gray-1;
13
- over-flow: hidden !important;
14
-
15
- p {
16
- color: $trimble-dark-gray;
17
- }
18
-
19
- &__title {
20
- line-height: 50px;
21
- -ms-grid-row: 1;
22
- -ms-grid-row-span: 1;
23
- grid-row: 1 / span 1;
24
- -ms-grid-column: 1;
25
- -ms-grid-column-span: 4;
26
- grid-column: 1 / span 4;
27
- background-color: $trimble-blue;
28
- display: -webkit-box;
29
- display: -ms-flexbox;
30
- display: flex;
31
- }
32
-
33
- &__title-text {
34
- font-size: $card-title-size;
35
- margin: 10px;
36
- -ms-flex-item-align: center;
37
- -ms-grid-row-align: center;
38
- align-self: center;
39
- color: $concrete-gray-1;
40
- @include benton-very-bold();
41
- }
42
-
43
- &__general-information {
44
- display: -webkit-box;
45
- display: -ms-flexbox;
46
- display: flex;
47
- -ms-grid-column: 1;
48
- -ms-grid-column-span: 1;
49
- grid-column: 1 / span 1;
50
- }
51
-
52
- &__details {
53
- display: -ms-grid;
54
- display: grid;
55
- -ms-grid-column: 2;
56
- -ms-grid-column-span: 1;
57
- grid-column: 2 / span 1;
58
- margin: 20px;
59
- }
60
-
61
- &__image {
62
- margin: 20px;
63
- -ms-grid-column: 1;
64
- -ms-grid-column-span: 1;
65
- grid-column: 1 / span 1;
66
- min-height: 160px;
67
- min-width: 160px;
68
- max-height: 160px;
69
- max-width: 160px;
70
- }
71
-
72
- &__header-text {
73
- height: 19px;
74
- width: 238px;
75
- width: 300px;
76
- color: $trimble-dark-gray;
77
- font-size: $large-body-font-size;
78
- @include benton-medium();
79
- line-height: 19px;
80
- }
81
-
82
- &__description-text {
83
- -webkit-box-align: center;
84
- -ms-flex-align: center;
85
- align-items: center;
86
- font-size: $large-body-font-size;
87
- width: 350px;
88
- line-height: 19px;
89
- }
90
-
91
- &__link {
92
- -ms-flex-item-align: end;
93
- -ms-grid-row-align: end;
94
- align-self: end;
95
- font-size: $large-body-font-size;
96
- line-height: 19px;
97
- }
98
-
99
- &__link:hover {
100
- text-decoration: none;
101
- }
102
-
103
- &__pricing {
104
- -ms-grid-row: 2;
105
- -ms-grid-row-span: 1;
106
- grid-row: 2 / span 1;
107
- display: -ms-grid;
108
- display: grid;
109
- -ms-grid-column: 3 !important;
110
- -ms-grid-column-span: 1 !important;
111
- grid-column: 3 / span 1 !important;
112
- }
113
-
114
- &__pricing-item {
115
- margin: 25px 100px 0 0 !important;
116
- }
117
-
118
- &__price {
119
- text-align: center;
120
- -ms-grid-column: 1;
121
- -ms-grid-column-span: 1;
122
- grid-column: 1 / span 1;
123
- -ms-grid-row: 2;
124
- -ms-grid-row-span: 1;
125
- grid-row: 2 / span 1;
126
- font-size: $subheading-size;
127
- line-height: 24px;
128
- }
129
-
130
- &__price-title,
131
- &__quantity-title {
132
- font-size: $eyebrow-font-size;
133
- line-height: 14px;
134
- }
135
-
136
- &__price-title {
137
- text-align: center;
138
- -ms-grid-column: 1;
139
- -ms-grid-column-span: 1;
140
- grid-column: 1 / span 1;
141
- -ms-grid-row: 1;
142
- -ms-grid-row-span: 1;
143
- grid-row: 1 / span 1;
144
- -ms-grid-row-align: end;
145
- align-self: end;
146
- }
147
-
148
- &__quantity-title {
149
- text-align: center;
150
- -ms-grid-column: 2;
151
- -ms-grid-column-span: 1;
152
- grid-column: 2 / span 1;
153
- -ms-grid-row: 1;
154
- -ms-grid-row-span: 1;
155
- grid-row: 1 / span 1;
156
- -ms-grid-row-align: end;
157
- align-self: end;
158
- }
159
-
160
- &__quantity {
161
- text-align: center;
162
- }
163
- &__quantity,
164
- &__icon {
165
- text-align: center;
166
- -ms-grid-column: 2;
167
- -ms-grid-column-span: 1;
168
- grid-column: 2 / span 1;
169
- -ms-grid-row: 2;
170
- -ms-grid-row-span: 1;
171
- grid-row: 2 / span 1;
172
- }
173
-
174
- &__plus {
175
- position: relative;
176
- left: 40px;
177
- }
178
-
179
- &__minus {
180
- position: relative;
181
- right: 40px;
182
- }
183
-
184
- &__minus,
185
- &__plus {
186
- -webkit-transform: translate(0, 2px);
187
- -ms-transform: translate(0, 2px);
188
- transform: translate(0, 2px);
189
- background-color: $trimble-blue;
190
- cursor: pointer;
191
- margin: 0 auto;
192
- display: -webkit-box;
193
- display: -ms-flexbox;
194
- display: flex;
195
- line-height: 25px;
196
- text-align: center;
197
- border-radius: 50%;
198
- width: 25px;
199
- border: 0 solid $black;
200
- z-index: 10;
201
- -webkit-box-pack: center;
202
- -ms-flex-pack: center;
203
- justify-content: center;
204
- -webkit-box-align: center;
205
- -ms-flex-align: center;
206
- align-items: center;
207
- color: $concrete-gray-1 !important;
208
- }
209
-
210
- .ter-button {
211
- cursor: pointer;
212
- -ms-grid-column-align: end;
213
- justify-self: end;
214
- -ms-grid-row-align: center;
215
- align-self: center;
216
- margin: 20px;
217
- height: 46px;
218
- -ms-grid-column: 4;
219
- -ms-grid-column-span: 1;
220
- grid-column: 4 / span 1;
221
- -ms-grid-row: 2;
222
- -ms-grid-row-span: 1;
223
- grid-row: 2 / span 1;
224
- width: 144px;
225
- text-align: center;
226
- color: $concrete-gray-1;
227
- background-color: $trimble-blue;
228
- }
229
-
230
- a.ter-button {
231
- justify-content: center;
232
- }
233
-
234
- .ter-button.tagFocus:focus {
235
- outline: 2px solid $sky-blue;
236
- }
237
-
238
- &__delivery-estimation {
239
- -ms-grid-column-align: end;
240
- justify-self: end;
241
- -ms-grid-row-align: end;
242
- align-self: end;
243
- margin-right: 20px;
244
- -ms-grid-column: 4;
245
- -ms-grid-column-span: 1;
246
- grid-column: 4 / span 1;
247
- -ms-grid-row: 2;
248
- -ms-grid-row-span: 1;
249
- grid-row: 2 / span 1;
250
- font-size: $eyebrow-font-size;
251
- }
252
- }
253
-
254
- @media only screen and (max-width: 1115px) {
255
- .ftg-storefront-card {
256
- &__pricing-item {
257
- margin: 25px 0 0 0 !important;
258
- }
259
- }
260
- }
261
-
262
- @media only screen and (max-width: 1000px) {
263
- .ftg-storefront-card {
264
- min-height: 320px;
265
- -ms-grid-columns: 200px 1fr 1fr;
266
- grid-template-columns: 200px 1fr 1fr;
267
- &__pricing-item {
268
- -ms-grid-column-align: end;
269
- justify-self: end;
270
- margin-right: 20px !important;
271
- }
272
-
273
- &__header-text {
274
- width: auto;
275
- }
276
-
277
- &__description-text {
278
- width: auto;
279
- }
280
- .ter-button {
281
- width: 95%;
282
- -ms-grid-column: 1;
283
- -ms-grid-column-span: 4;
284
- grid-column: 1 / span 4;
285
- -ms-grid-row: 3;
286
- -ms-grid-row-span: 1;
287
- grid-row: 3 / span 1;
288
- }
289
- &__delivery-estimation {
290
- -ms-grid-column: 3;
291
- -ms-grid-column-span: 1;
292
- grid-column: 3 / span 1;
293
- }
294
- }
295
- }
296
-
297
- @media only screen and (max-width: 850px) {
298
- .ftg-storefront-card {
299
- min-height: 450px;
300
- -ms-grid-columns: 200px 1fr 1fr;
301
- grid-template-columns: 200px 1fr 1fr;
302
- -ms-grid-rows: 50px 1 fr 1fr 1fr;
303
- grid-template-rows: 50px 1 fr 1fr 1fr;
304
-
305
- &__pricing-item {
306
- -ms-grid-column-align: center;
307
- justify-self: center;
308
- }
309
-
310
- .ter-button {
311
- -ms-grid-column: 1;
312
- -ms-grid-column-span: 4;
313
- grid-column: 1 / span 4;
314
- -ms-grid-row: 4;
315
- -ms-grid-row-span: 1;
316
- grid-row: 4 / span 1;
317
- }
318
-
319
- &__details {
320
- -ms-grid-column: 2;
321
- -ms-grid-column-span: 2;
322
- grid-column: 2 / span 2;
323
- }
324
-
325
- &__pricing {
326
- -ms-grid-column: 1 !important;
327
- -ms-grid-column-span: 4 !important;
328
- grid-column: 1 / span 4 !important;
329
- -ms-grid-row: 3 !important;
330
- -ms-grid-row-span: 1 !important;
331
- grid-row: 3 / span 1 !important;
332
- }
333
- &__delivery-estimation {
334
- margin-bottom: 0;
335
- -ms-grid-column-align: center;
336
- justify-self: center;
337
- -ms-grid-column: 1;
338
- -ms-grid-column-span: 4;
339
- grid-column: 1 / span 4;
340
- -ms-grid-row: 3;
341
- -ms-grid-row-span: 1;
342
- grid-row: 3 / span 1;
343
- }
344
- }
345
- }
346
-
347
- @media only screen and (max-width: 575px) {
348
- .ftg-storefront-card {
349
- min-height: 600px;
350
- -ms-grid-columns: 1fr !important;
351
- grid-template-columns: 1fr !important;
352
- -ms-grid-rows: 50px 1fr 1fr 1fr 1fr;
353
- grid-template-rows: 50px 1fr 1fr 1fr 1fr;
354
- &__image {
355
- -ms-grid-column: 1;
356
- -ms-grid-column-span: 1;
357
- grid-column: 1 / span 1;
358
- -ms-grid-row: 2;
359
- -ms-grid-row-span: 1;
360
- grid-row: 2 / span 1;
361
- -ms-grid-row-align: center;
362
- align-self: center;
363
- -ms-grid-column-align: center;
364
- justify-self: center;
365
- }
366
- .ter-button {
367
- -ms-grid-row-align: center;
368
- align-self: center;
369
- -ms-grid-column-align: center;
370
- justify-self: center;
371
- -ms-grid-column: 1;
372
- -ms-grid-column-span: 1;
373
- grid-column: 1 / span 1;
374
- -ms-grid-row: 5;
375
- -ms-grid-row-span: 1;
376
- grid-row: 5 / span 1;
377
- }
378
-
379
- &__details {
380
- margin: 0 auto;
381
- -webkit-box-align: center;
382
- -ms-flex-align: center;
383
- align-items: center;
384
- -webkit-box-pack: center;
385
- -ms-flex-pack: center;
386
- justify-content: center;
387
- -ms-grid-column: 1;
388
- -ms-grid-column-span: 1;
389
- grid-column: 1 / span 1;
390
- -ms-grid-row: 3;
391
- -ms-grid-row-span: 1;
392
- grid-row: 3 / span 1;
393
- }
394
-
395
- &__header-text {
396
- margin: 12px auto;
397
- text-align: center;
398
- }
399
-
400
- &__description-text {
401
- padding-top: 12px;
402
- margin: 20px;
403
- text-align: center;
404
- }
405
-
406
- &__link {
407
- display: -webkit-box;
408
- display: -ms-flexbox;
409
- display: flex;
410
- -webkit-box-pack: center;
411
- -ms-flex-pack: center;
412
- justify-content: center;
413
- }
414
-
415
- &__pricing {
416
- -ms-grid-column: 1 !important;
417
- -ms-grid-column-span: 1 !important;
418
- grid-column: 1 / span 1 !important;
419
- -ms-grid-row: 4 !important;
420
- -ms-grid-row-span: 1 !important;
421
- grid-row: 4 / span 1 !important;
422
- }
423
- &__delivery-estimation {
424
- -ms-grid-column-align: center;
425
- justify-self: center;
426
- -ms-grid-column: 1;
427
- -ms-grid-column-span: 1;
428
- grid-column: 1 / span 1;
429
- -ms-grid-row: 4;
430
- -ms-grid-row-span: 1;
431
- grid-row: 4 / span 1;
432
- }
433
- }
434
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .ftg-storefront-card {
4
+ max-width: 1200px;
5
+ max-height: 250px;
6
+ display: -ms-grid;
7
+ display: grid;
8
+ -ms-grid-rows: 50px 1fr;
9
+ grid-template-rows: 50px 1fr;
10
+ -ms-grid-columns: 200px 1fr 1fr 200px;
11
+ grid-template-columns: 200px 1fr 1fr 200px;
12
+ background-color: $concrete-gray-1;
13
+ over-flow: hidden !important;
14
+
15
+ p {
16
+ color: $trimble-dark-gray;
17
+ }
18
+
19
+ &__title {
20
+ line-height: 50px;
21
+ -ms-grid-row: 1;
22
+ -ms-grid-row-span: 1;
23
+ grid-row: 1 / span 1;
24
+ -ms-grid-column: 1;
25
+ -ms-grid-column-span: 4;
26
+ grid-column: 1 / span 4;
27
+ background-color: $trimble-blue;
28
+ display: -webkit-box;
29
+ display: -ms-flexbox;
30
+ display: flex;
31
+ }
32
+
33
+ &__title-text {
34
+ font-size: $card-title-size;
35
+ margin: 10px;
36
+ -ms-flex-item-align: center;
37
+ -ms-grid-row-align: center;
38
+ align-self: center;
39
+ color: $concrete-gray-1;
40
+ @include benton-very-bold();
41
+ }
42
+
43
+ &__general-information {
44
+ display: -webkit-box;
45
+ display: -ms-flexbox;
46
+ display: flex;
47
+ -ms-grid-column: 1;
48
+ -ms-grid-column-span: 1;
49
+ grid-column: 1 / span 1;
50
+ }
51
+
52
+ &__details {
53
+ display: -ms-grid;
54
+ display: grid;
55
+ -ms-grid-column: 2;
56
+ -ms-grid-column-span: 1;
57
+ grid-column: 2 / span 1;
58
+ margin: 20px;
59
+ }
60
+
61
+ &__image {
62
+ margin: 20px;
63
+ -ms-grid-column: 1;
64
+ -ms-grid-column-span: 1;
65
+ grid-column: 1 / span 1;
66
+ min-height: 160px;
67
+ min-width: 160px;
68
+ max-height: 160px;
69
+ max-width: 160px;
70
+ }
71
+
72
+ &__header-text {
73
+ height: 19px;
74
+ width: 238px;
75
+ width: 300px;
76
+ color: $trimble-dark-gray;
77
+ font-size: $large-body-font-size;
78
+ @include benton-medium();
79
+ line-height: 19px;
80
+ }
81
+
82
+ &__description-text {
83
+ -webkit-box-align: center;
84
+ -ms-flex-align: center;
85
+ align-items: center;
86
+ font-size: $large-body-font-size;
87
+ width: 350px;
88
+ line-height: 19px;
89
+ }
90
+
91
+ &__link {
92
+ -ms-flex-item-align: end;
93
+ -ms-grid-row-align: end;
94
+ align-self: end;
95
+ font-size: $large-body-font-size;
96
+ line-height: 19px;
97
+ }
98
+
99
+ &__link:hover {
100
+ text-decoration: none;
101
+ }
102
+
103
+ &__pricing {
104
+ -ms-grid-row: 2;
105
+ -ms-grid-row-span: 1;
106
+ grid-row: 2 / span 1;
107
+ display: -ms-grid;
108
+ display: grid;
109
+ -ms-grid-column: 3 !important;
110
+ -ms-grid-column-span: 1 !important;
111
+ grid-column: 3 / span 1 !important;
112
+ }
113
+
114
+ &__pricing-item {
115
+ margin: 25px 100px 0 0 !important;
116
+ }
117
+
118
+ &__price {
119
+ text-align: center;
120
+ -ms-grid-column: 1;
121
+ -ms-grid-column-span: 1;
122
+ grid-column: 1 / span 1;
123
+ -ms-grid-row: 2;
124
+ -ms-grid-row-span: 1;
125
+ grid-row: 2 / span 1;
126
+ font-size: $subheading-size;
127
+ line-height: 24px;
128
+ }
129
+
130
+ &__price-title,
131
+ &__quantity-title {
132
+ font-size: $eyebrow-font-size;
133
+ line-height: 14px;
134
+ }
135
+
136
+ &__price-title {
137
+ text-align: center;
138
+ -ms-grid-column: 1;
139
+ -ms-grid-column-span: 1;
140
+ grid-column: 1 / span 1;
141
+ -ms-grid-row: 1;
142
+ -ms-grid-row-span: 1;
143
+ grid-row: 1 / span 1;
144
+ -ms-grid-row-align: end;
145
+ align-self: end;
146
+ }
147
+
148
+ &__quantity-title {
149
+ text-align: center;
150
+ -ms-grid-column: 2;
151
+ -ms-grid-column-span: 1;
152
+ grid-column: 2 / span 1;
153
+ -ms-grid-row: 1;
154
+ -ms-grid-row-span: 1;
155
+ grid-row: 1 / span 1;
156
+ -ms-grid-row-align: end;
157
+ align-self: end;
158
+ }
159
+
160
+ &__quantity {
161
+ text-align: center;
162
+ }
163
+ &__quantity,
164
+ &__icon {
165
+ text-align: center;
166
+ -ms-grid-column: 2;
167
+ -ms-grid-column-span: 1;
168
+ grid-column: 2 / span 1;
169
+ -ms-grid-row: 2;
170
+ -ms-grid-row-span: 1;
171
+ grid-row: 2 / span 1;
172
+ }
173
+
174
+ &__plus {
175
+ position: relative;
176
+ left: 40px;
177
+ }
178
+
179
+ &__minus {
180
+ position: relative;
181
+ right: 40px;
182
+ }
183
+
184
+ &__minus,
185
+ &__plus {
186
+ -webkit-transform: translate(0, 2px);
187
+ -ms-transform: translate(0, 2px);
188
+ transform: translate(0, 2px);
189
+ background-color: $trimble-blue;
190
+ cursor: pointer;
191
+ margin: 0 auto;
192
+ display: -webkit-box;
193
+ display: -ms-flexbox;
194
+ display: flex;
195
+ line-height: 25px;
196
+ text-align: center;
197
+ border-radius: 50%;
198
+ width: 25px;
199
+ border: 0 solid $black;
200
+ z-index: 10;
201
+ -webkit-box-pack: center;
202
+ -ms-flex-pack: center;
203
+ justify-content: center;
204
+ -webkit-box-align: center;
205
+ -ms-flex-align: center;
206
+ align-items: center;
207
+ color: $concrete-gray-1 !important;
208
+ }
209
+
210
+ .ter-button {
211
+ cursor: pointer;
212
+ -ms-grid-column-align: end;
213
+ justify-self: end;
214
+ -ms-grid-row-align: center;
215
+ align-self: center;
216
+ margin: 20px;
217
+ height: 46px;
218
+ -ms-grid-column: 4;
219
+ -ms-grid-column-span: 1;
220
+ grid-column: 4 / span 1;
221
+ -ms-grid-row: 2;
222
+ -ms-grid-row-span: 1;
223
+ grid-row: 2 / span 1;
224
+ width: 144px;
225
+ text-align: center;
226
+ color: $concrete-gray-1;
227
+ background-color: $trimble-blue;
228
+ }
229
+
230
+ a.ter-button {
231
+ justify-content: center;
232
+ }
233
+
234
+ .ter-button.tagFocus:focus {
235
+ outline: 2px solid $sky-blue;
236
+ }
237
+
238
+ &__delivery-estimation {
239
+ -ms-grid-column-align: end;
240
+ justify-self: end;
241
+ -ms-grid-row-align: end;
242
+ align-self: end;
243
+ margin-right: 20px;
244
+ -ms-grid-column: 4;
245
+ -ms-grid-column-span: 1;
246
+ grid-column: 4 / span 1;
247
+ -ms-grid-row: 2;
248
+ -ms-grid-row-span: 1;
249
+ grid-row: 2 / span 1;
250
+ font-size: $eyebrow-font-size;
251
+ }
252
+ }
253
+
254
+ @media only screen and (max-width: 1115px) {
255
+ .ftg-storefront-card {
256
+ &__pricing-item {
257
+ margin: 25px 0 0 0 !important;
258
+ }
259
+ }
260
+ }
261
+
262
+ @media only screen and (max-width: 1000px) {
263
+ .ftg-storefront-card {
264
+ min-height: 320px;
265
+ -ms-grid-columns: 200px 1fr 1fr;
266
+ grid-template-columns: 200px 1fr 1fr;
267
+ &__pricing-item {
268
+ -ms-grid-column-align: end;
269
+ justify-self: end;
270
+ margin-right: 20px !important;
271
+ }
272
+
273
+ &__header-text {
274
+ width: auto;
275
+ }
276
+
277
+ &__description-text {
278
+ width: auto;
279
+ }
280
+ .ter-button {
281
+ width: 95%;
282
+ -ms-grid-column: 1;
283
+ -ms-grid-column-span: 4;
284
+ grid-column: 1 / span 4;
285
+ -ms-grid-row: 3;
286
+ -ms-grid-row-span: 1;
287
+ grid-row: 3 / span 1;
288
+ }
289
+ &__delivery-estimation {
290
+ -ms-grid-column: 3;
291
+ -ms-grid-column-span: 1;
292
+ grid-column: 3 / span 1;
293
+ }
294
+ }
295
+ }
296
+
297
+ @media only screen and (max-width: 850px) {
298
+ .ftg-storefront-card {
299
+ min-height: 450px;
300
+ -ms-grid-columns: 200px 1fr 1fr;
301
+ grid-template-columns: 200px 1fr 1fr;
302
+ -ms-grid-rows: 50px 1 fr 1fr 1fr;
303
+ grid-template-rows: 50px 1 fr 1fr 1fr;
304
+
305
+ &__pricing-item {
306
+ -ms-grid-column-align: center;
307
+ justify-self: center;
308
+ }
309
+
310
+ .ter-button {
311
+ -ms-grid-column: 1;
312
+ -ms-grid-column-span: 4;
313
+ grid-column: 1 / span 4;
314
+ -ms-grid-row: 4;
315
+ -ms-grid-row-span: 1;
316
+ grid-row: 4 / span 1;
317
+ }
318
+
319
+ &__details {
320
+ -ms-grid-column: 2;
321
+ -ms-grid-column-span: 2;
322
+ grid-column: 2 / span 2;
323
+ }
324
+
325
+ &__pricing {
326
+ -ms-grid-column: 1 !important;
327
+ -ms-grid-column-span: 4 !important;
328
+ grid-column: 1 / span 4 !important;
329
+ -ms-grid-row: 3 !important;
330
+ -ms-grid-row-span: 1 !important;
331
+ grid-row: 3 / span 1 !important;
332
+ }
333
+ &__delivery-estimation {
334
+ margin-bottom: 0;
335
+ -ms-grid-column-align: center;
336
+ justify-self: center;
337
+ -ms-grid-column: 1;
338
+ -ms-grid-column-span: 4;
339
+ grid-column: 1 / span 4;
340
+ -ms-grid-row: 3;
341
+ -ms-grid-row-span: 1;
342
+ grid-row: 3 / span 1;
343
+ }
344
+ }
345
+ }
346
+
347
+ @media only screen and (max-width: 575px) {
348
+ .ftg-storefront-card {
349
+ min-height: 600px;
350
+ -ms-grid-columns: 1fr !important;
351
+ grid-template-columns: 1fr !important;
352
+ -ms-grid-rows: 50px 1fr 1fr 1fr 1fr;
353
+ grid-template-rows: 50px 1fr 1fr 1fr 1fr;
354
+ &__image {
355
+ -ms-grid-column: 1;
356
+ -ms-grid-column-span: 1;
357
+ grid-column: 1 / span 1;
358
+ -ms-grid-row: 2;
359
+ -ms-grid-row-span: 1;
360
+ grid-row: 2 / span 1;
361
+ -ms-grid-row-align: center;
362
+ align-self: center;
363
+ -ms-grid-column-align: center;
364
+ justify-self: center;
365
+ }
366
+ .ter-button {
367
+ -ms-grid-row-align: center;
368
+ align-self: center;
369
+ -ms-grid-column-align: center;
370
+ justify-self: center;
371
+ -ms-grid-column: 1;
372
+ -ms-grid-column-span: 1;
373
+ grid-column: 1 / span 1;
374
+ -ms-grid-row: 5;
375
+ -ms-grid-row-span: 1;
376
+ grid-row: 5 / span 1;
377
+ }
378
+
379
+ &__details {
380
+ margin: 0 auto;
381
+ -webkit-box-align: center;
382
+ -ms-flex-align: center;
383
+ align-items: center;
384
+ -webkit-box-pack: center;
385
+ -ms-flex-pack: center;
386
+ justify-content: center;
387
+ -ms-grid-column: 1;
388
+ -ms-grid-column-span: 1;
389
+ grid-column: 1 / span 1;
390
+ -ms-grid-row: 3;
391
+ -ms-grid-row-span: 1;
392
+ grid-row: 3 / span 1;
393
+ }
394
+
395
+ &__header-text {
396
+ margin: 12px auto;
397
+ text-align: center;
398
+ }
399
+
400
+ &__description-text {
401
+ padding-top: 12px;
402
+ margin: 20px;
403
+ text-align: center;
404
+ }
405
+
406
+ &__link {
407
+ display: -webkit-box;
408
+ display: -ms-flexbox;
409
+ display: flex;
410
+ -webkit-box-pack: center;
411
+ -ms-flex-pack: center;
412
+ justify-content: center;
413
+ }
414
+
415
+ &__pricing {
416
+ -ms-grid-column: 1 !important;
417
+ -ms-grid-column-span: 1 !important;
418
+ grid-column: 1 / span 1 !important;
419
+ -ms-grid-row: 4 !important;
420
+ -ms-grid-row-span: 1 !important;
421
+ grid-row: 4 / span 1 !important;
422
+ }
423
+ &__delivery-estimation {
424
+ -ms-grid-column-align: center;
425
+ justify-self: center;
426
+ -ms-grid-column: 1;
427
+ -ms-grid-column-span: 1;
428
+ grid-column: 1 / span 1;
429
+ -ms-grid-row: 4;
430
+ -ms-grid-row-span: 1;
431
+ grid-row: 4 / span 1;
432
+ }
433
+ }
434
+ }