luna-one 3.1.589 → 3.1.590

Sign up to get free protection for your applications and to get access to all the features.
Files changed (194) hide show
  1. package/README.md +2315 -2315
  2. package/dist/application/assets/images/carat-down.svg +3 -3
  3. package/dist/application/assets/images/carat-up.svg +3 -3
  4. package/dist/application/assets/images/close-blue.svg +4 -4
  5. package/dist/application/assets/images/close.svg +3 -3
  6. package/dist/application/assets/images/ellipses.svg +6 -6
  7. package/dist/application/assets/images/facebook.svg +13 -13
  8. package/dist/application/assets/images/instagram.svg +19 -19
  9. package/dist/application/assets/images/linkedin.svg +15 -15
  10. package/dist/application/assets/images/twitter.svg +17 -17
  11. package/dist/application/assets/images/youtube.svg +14 -14
  12. package/dist/application/components/Loading/Loading.scss +10 -10
  13. package/dist/global-styles/content/typography.scss +140 -140
  14. package/dist/global-styles/fonts/benton.scss +113 -113
  15. package/dist/global-styles/global-terra.scss +10 -10
  16. package/dist/global-styles/global-vars.scss +599 -599
  17. package/dist/global-styles/layout/_css-grid.scss +20 -20
  18. package/dist/global-styles/layout/_media-queries.scss +35 -35
  19. package/dist/global-styles/layout/_normalize.scss +340 -340
  20. package/dist/global-styles/layout/_reset.scss +13 -13
  21. package/dist/global-styles/mixins/_box-shadow.scss +6 -6
  22. package/dist/global-styles/mixins/_mixins.scss +5 -5
  23. package/dist/global-styles/mixins/_organism-padding-hack.scss +7 -7
  24. package/dist/global-styles/mixins/_typography.scss +102 -102
  25. package/dist/global-styles/mixins/_yiq.scss +50 -50
  26. package/dist/global-styles/mixins/_z-index.scss +3 -3
  27. package/dist/global-styles/terra.scss +15 -15
  28. package/dist/global-styles/utilities/_box-shadow.scss +8 -8
  29. package/dist/global-styles/utilities/_display.scss +48 -48
  30. package/dist/global-styles/utilities/_font-family.scss +15 -15
  31. package/dist/global-styles/utilities/_parallax.scss +23 -23
  32. package/dist/global-styles/utilities/_text-align.scss +24 -24
  33. package/dist/luna/components/2x2/2x2.scss +915 -915
  34. package/dist/luna/components/AdminCategoryData/AdminCategoryData.scss +81 -81
  35. package/dist/luna/components/AdminProductData/AdminProductData.scss +75 -75
  36. package/dist/luna/components/BlockListItems/BlockListItems.scss +285 -285
  37. package/dist/luna/components/BrowserSupportBanner/BrowserSupportBanner.scss +6 -6
  38. package/dist/luna/components/CTAButtons/CTAButtons.js +1 -1
  39. package/dist/luna/components/CTAButtons/CTAButtons.scss +19 -19
  40. package/dist/luna/components/ComparisonTable/ComparisonTable.scss +331 -331
  41. package/dist/luna/components/CtaWithHeader/CtaWithHeader.scss +324 -324
  42. package/dist/luna/components/DataPoint/DataPoint.scss +170 -170
  43. package/dist/luna/components/EventCard/EventCard.scss +134 -134
  44. package/dist/luna/components/FilterSection/FilterSection.scss +143 -143
  45. package/dist/luna/components/HTMLEmbed/HTMLEmbed.scss +51 -51
  46. package/dist/luna/components/Header/Header.scss +36 -36
  47. package/dist/luna/components/ImageGallery/ImageGallery.scss +442 -442
  48. package/dist/luna/components/InPageJumpNav/InPageJumpNav.scss +122 -122
  49. package/dist/luna/components/JobPosting/JobPosting.scss +171 -171
  50. package/dist/luna/components/LinkList/LinkList.scss +59 -59
  51. package/dist/luna/components/LinkList/LinkListMethods.js +3 -0
  52. package/dist/luna/components/LoadingSpinner/LoadingSpinner.scss +34 -34
  53. package/dist/luna/components/Login/Login.scss +180 -180
  54. package/dist/luna/components/MegaMenu/MegaMenu.js +2 -2
  55. package/dist/luna/components/MegaMenu/MegaMenu.scss +570 -570
  56. package/dist/luna/components/MegaMenu/menu-generators/AllSections.js +6 -6
  57. package/dist/luna/components/MegaMenu/menu-generators/FeatureSection.js +5 -4
  58. package/dist/luna/components/MegaMenu/menu-generators/FullSubMenu.js +4 -4
  59. package/dist/luna/components/MegaMenu/menu-generators/PartialSubMenu.js +4 -4
  60. package/dist/luna/components/MegaMenu/menu-generators/SubMenu.js +15 -15
  61. package/dist/luna/components/MegaMenu/menu-generators/TertiaryMenu.js +3 -3
  62. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedLinks.js +14 -14
  63. package/dist/luna/components/MegaMenu/menu-generators/UncollapsedSubMenu.js +7 -7
  64. package/dist/luna/components/MiniFeatDropdown/MiniFeatDropdown.scss +107 -107
  65. package/dist/luna/components/MobileLogin/MobileLogin.scss +38 -38
  66. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.js +8 -8
  67. package/dist/luna/components/MobileMegaMenu/MobileMegaMenu.scss +289 -289
  68. package/dist/luna/components/MobileMegaMenu/MobileMegaMenuCategory.js +9 -9
  69. package/dist/luna/components/MobileMenu/MobileMenu.scss +70 -70
  70. package/dist/luna/components/MobileNav/MobileNav.scss +286 -286
  71. package/dist/luna/components/NavBarTop/NavBarTop.scss +403 -403
  72. package/dist/luna/components/NavSearch/NavSearch.scss +130 -130
  73. package/dist/luna/components/NonTimeBasedListEntries/NonTimeBasedListEntries.scss +339 -339
  74. package/dist/luna/components/OverlayNotice/OverlayNotice.scss +247 -247
  75. package/dist/luna/components/Pagination/Pagination.scss +27 -27
  76. package/dist/luna/components/ProductSummary/ProductSummary.scss +273 -273
  77. package/dist/luna/components/ProseLayout/ProseLayout.scss +384 -384
  78. package/dist/luna/components/RegionCard/RegionCard.scss +86 -86
  79. package/dist/luna/components/ResourceGrid/ResourceGrid.scss +34 -34
  80. package/dist/luna/components/ScrollInPlace/ScrollInPlace.scss +219 -219
  81. package/dist/luna/components/SketchUpPricingCard/SketchUpPricingCard.scss +142 -142
  82. package/dist/luna/components/SlideOutFeat/SlideOutFeat.scss +124 -124
  83. package/dist/luna/components/StoreFrontCard/StoreFrontCard.scss +434 -434
  84. package/dist/luna/components/SupportCard/SupportCard.scss +134 -134
  85. package/dist/luna/components/Tabs/Tabs.scss +871 -871
  86. package/dist/luna/components/TimeBasedList/TimeBasedList.scss +394 -394
  87. package/dist/luna/components/TrainerCard/TrainerCard.scss +51 -51
  88. package/dist/luna/components/TrialForm/TrialComponents/TrialSpecifics.scss +44 -44
  89. package/dist/luna/components/TrialForm/TrialComponents/TrialSummary.scss +57 -57
  90. package/dist/luna/components/TrialForm/TrialFormStart/TrialFormStart.scss +28 -28
  91. package/dist/luna/components/TrialForm/images/check.svg +3 -3
  92. package/dist/luna/components/TrialForm/images/form-border-bottom-dark.svg +4 -4
  93. package/dist/luna/components/TrialForm/images/form-border-bottom-light.svg +4 -4
  94. package/dist/luna/components/TrialForm/images/form-border-top-dark.svg +4 -4
  95. package/dist/luna/components/TrialForm/images/form-border-top-light.svg +4 -4
  96. package/dist/luna/components/UnboundedCard/UnboundedCard.scss +108 -108
  97. package/dist/luna/components/UnboundedCard/playIcon.svg +17 -17
  98. package/dist/luna/components/VariableContentCard/VariableContentCard.scss +253 -253
  99. package/dist/luna/components/Video/Video.scss +209 -209
  100. package/dist/luna/components/VidyardModal/VidyardModal.scss +34 -34
  101. package/dist/luna/components/WaffleMenu/WaffleMenu.scss +73 -73
  102. package/dist/luna/featurettes/Accordion/Accordion.scss +154 -154
  103. package/dist/luna/featurettes/CustomFeat/CustomFeat.scss +17 -17
  104. package/dist/luna/featurettes/Feat1/Feat1.scss +110 -110
  105. package/dist/luna/featurettes/Feat2A/Feat2A.scss +132 -132
  106. package/dist/luna/featurettes/Feat2B/Feat2B.scss +231 -231
  107. package/dist/luna/featurettes/Feat3/Feat3.scss +49 -49
  108. package/dist/luna/featurettes/Feat4/Feat4.scss +86 -86
  109. package/dist/luna/featurettes/Feat5/Feat5.scss +235 -235
  110. package/dist/luna/featurettes/Feat7/Feat7.scss +49 -49
  111. package/dist/luna/featurettes/Feat8/Feat8.scss +103 -103
  112. package/dist/luna/featurettes/IconTextList/IconTextList.scss +124 -124
  113. package/dist/luna/featurettes/ProductsPackage/ProductsPackage.scss +194 -194
  114. package/dist/luna/featurettes/PullQuote/PullQuote.scss +400 -400
  115. package/dist/luna/featurettes/PullQuote/ico-quote-white.svg +3 -3
  116. package/dist/luna/featurettes/PullQuote/ico-quote.svg +3 -3
  117. package/dist/luna/heroes/FilterHero/FilterHero.scss +80 -80
  118. package/dist/luna/heroes/FullBackgroundHero/FullBackgroundHero.scss +722 -722
  119. package/dist/luna/heroes/Hero1/Hero1.scss +223 -223
  120. package/dist/luna/heroes/Hero2/Hero2.scss +165 -165
  121. package/dist/luna/heroes/Hero3/Hero3.scss +250 -250
  122. package/dist/luna/heroes/Hero4/Hero4.scss +112 -112
  123. package/dist/luna/heroes/Hero6/Hero6.scss +127 -127
  124. package/dist/luna/heroes/Hero7/Hero7.scss +193 -193
  125. package/dist/luna/heroes/SuperHero/SuperHero.scss +804 -804
  126. package/dist/luna/images/arrow-diagonal-black.svg +13 -13
  127. package/dist/luna/images/arrow-diagonal-blue.svg +13 -13
  128. package/dist/luna/images/arrow-diagonal-white.svg +13 -13
  129. package/dist/luna/images/bulletpoint.svg +3 -3
  130. package/dist/luna/images/callout-icon.svg +3 -3
  131. package/dist/luna/images/check-blue.svg +4 -4
  132. package/dist/luna/images/circle-arrow-right-black.svg +3 -3
  133. package/dist/luna/images/circle-arrow-right-white.svg +3 -3
  134. package/dist/luna/images/circle-arrow.svg +3 -3
  135. package/dist/luna/images/close-button.svg +42 -42
  136. package/dist/luna/images/close-dark-navy.svg +3 -3
  137. package/dist/luna/images/close-icon.svg +3 -3
  138. package/dist/luna/images/collapse-close-blue.svg +5 -5
  139. package/dist/luna/images/collapse-close-gold.svg +5 -5
  140. package/dist/luna/images/collapse-open-blue.svg +4 -4
  141. package/dist/luna/images/collapse-open-gold.svg +4 -4
  142. package/dist/luna/images/cross-medium-blue.svg +4 -4
  143. package/dist/luna/images/cross-medium-white.svg +5 -5
  144. package/dist/luna/images/down-caret-dark-blue.svg +4 -4
  145. package/dist/luna/images/down-caret-dark-gray.svg +4 -4
  146. package/dist/luna/images/down-caret-light-gray.svg +4 -4
  147. package/dist/luna/images/downArrow.svg +36 -36
  148. package/dist/luna/images/external-arrow-blue.svg +11 -11
  149. package/dist/luna/images/external-arrow-white-theme.svg +12 -12
  150. package/dist/luna/images/external-arrow.svg +12 -12
  151. package/dist/luna/images/form-border-top-light.svg +4 -4
  152. package/dist/luna/images/frame-intersection.svg +3 -3
  153. package/dist/luna/images/gallery-image-corner-border.svg +3 -3
  154. package/dist/luna/images/green-tick.svg +3 -3
  155. package/dist/luna/images/internal-arrow-blue.svg +15 -15
  156. package/dist/luna/images/internal-arrow-white-theme.svg +15 -15
  157. package/dist/luna/images/internal-arrow.svg +15 -15
  158. package/dist/luna/images/logo-icon.svg +17 -17
  159. package/dist/luna/images/pdf-doc.svg +9 -9
  160. package/dist/luna/images/play.svg +17 -17
  161. package/dist/luna/images/right-caret-dark-blue.svg +3 -3
  162. package/dist/luna/images/right-caret-light-gray.svg +4 -4
  163. package/dist/luna/images/right-caret-light-yellow-stroke.svg +9 -9
  164. package/dist/luna/images/right-caret-light-yellow.svg +4 -4
  165. package/dist/luna/images/right-caret-medium-gray.svg +4 -4
  166. package/dist/luna/images/search.svg +9 -9
  167. package/dist/luna/images/skipicon.svg +154 -154
  168. package/dist/luna/images/text-doc.svg +9 -9
  169. package/dist/luna/images/text-lines.svg +22 -22
  170. package/dist/luna/images/tooltip-close-icon.svg +3 -3
  171. package/dist/luna/images/tooltip-icon.svg +3 -3
  172. package/dist/luna/images/up-arrow.svg +36 -36
  173. package/dist/luna/images/up-right-arrow.svg +9 -9
  174. package/dist/luna/images/user-profile.svg +37 -37
  175. package/dist/luna/images/user.svg +4 -4
  176. package/dist/luna/images/waffle.svg +11 -11
  177. package/dist/luna/images/worldwide.svg +19 -19
  178. package/dist/luna/list-feats/ListFeat/ListFeat.scss +112 -112
  179. package/dist/luna/list-feats/ListFeat1/ListFeat1.scss +94 -94
  180. package/dist/luna/list-feats/ListFeat2/ListFeat2.scss +19 -19
  181. package/dist/luna/list-feats/ListFeat4/ListFeat4.scss +32 -32
  182. package/dist/luna/list-feats/ListFeat5/ListFeat5.scss +26 -26
  183. package/dist/luna/list-feats/ListFeat6/ListFeat6.scss +34 -34
  184. package/dist/luna/list-feats/ListFeat7/ListFeat7.scss +13 -13
  185. package/dist/luna/list-feats/ListFeatCustom/ListFeatCustom.scss +7 -7
  186. package/dist/luna/other-organisms/Carousel/Carousel.scss +155 -155
  187. package/dist/luna/other-organisms/Flyout/Flyout.scss +367 -367
  188. package/dist/luna/other-organisms/Footer/Footer.scss +484 -484
  189. package/dist/luna/other-organisms/LanguageSelector/LanguageSelector.scss +318 -318
  190. package/dist/luna/other-organisms/MarketoForm/MarketoForm.scss +56 -56
  191. package/dist/luna/other-organisms/NavBar/NavBar.scss +628 -628
  192. package/dist/luna/other-organisms/SubNav/SubNav.scss +274 -274
  193. package/dist/luna/utils/generateLinks.js +3 -3
  194. package/package.json +91 -91
@@ -1,247 +1,247 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .overlay-notice {
4
- &__container {
5
- z-index: 1000;
6
- background-color: #c7e2f6; //Intentional, this color is specific in the design.
7
- position: fixed;
8
- bottom: 0;
9
- width: 100%;
10
- border-top: 4px solid $trimble-blue;
11
- box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.2);
12
- -moz-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.2);
13
- -webkit-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.2);
14
- min-height: 48px;
15
- max-height: 500px;
16
- visibility: visible;
17
- transition: max-height 1s ease-out, min-height 1s, visibility 0s,
18
- border-top 0s;
19
-
20
- &--closed {
21
- max-height: 0px;
22
- min-height: 0px;
23
- visibility: hidden;
24
- border-top: 0px solid $trimble-blue;
25
- transition: max-height 0.5s, min-height 0.5s, visibility 0.5s,
26
- border-top 0.3s linear 1.1s;
27
- }
28
- }
29
-
30
- &__grid-container {
31
- width: 100%;
32
- padding: 0px calc((100% - 1280px) / 2);
33
-
34
- @media screen and (max-width: $breakpoint-sm) {
35
- padding: 0;
36
- }
37
- }
38
-
39
- &__grid {
40
- padding: spacing("md") 0;
41
- display: grid;
42
- grid-template-columns: repeat(16, 1fr);
43
-
44
- @media screen and (max-width: $breakpoint-sm) {
45
- padding: spacing("sm") 0;
46
- }
47
-
48
- @media screen and (max-width: $breakpoint-xs) {
49
- padding: spacing("xs") 0;
50
- }
51
-
52
- @media screen and (max-width: $breakpoint-xxs) {
53
- padding: spacing("xxs") 0;
54
- }
55
- }
56
-
57
- &__text-content {
58
- grid-column: 2 / span 10 !important;
59
- padding: 0 spacing("xs") 0 0;
60
-
61
- @media screen and (max-width: $breakpoint-sm) {
62
- grid-column: 2 / span 9 !important;
63
- }
64
- @media screen and (max-width: $breakpoint-xs) {
65
- grid-column: 2 / span 11 !important;
66
- }
67
- }
68
-
69
- &__header {
70
- @include header-standard-size;
71
- font-size: font-size("xl");
72
- line-height: font-size("mega");
73
- margin-bottom: 8px;
74
-
75
- @media screen and (max-width: $breakpoint-sm) {
76
- font-size: font-size("md");
77
- line-height: font-size("xl");
78
- }
79
-
80
- @media screen and (max-width: $breakpoint-xs) {
81
- font-size: font-size("sm");
82
- line-height: font-size("base");
83
- margin-bottom: 0px;
84
- }
85
- }
86
-
87
- &__details {
88
- font-weight: 500;
89
- p {
90
- font-size: 14px;
91
- display: inline-block;
92
- }
93
-
94
- p + p {
95
- display: block;
96
- }
97
-
98
- & p:last-child {
99
- margin: 0;
100
- }
101
-
102
- & p:first-child {
103
- @media screen and (max-width: $breakpoint-xs) {
104
- margin: spacing("xs") 0 0 0;
105
- }
106
- }
107
-
108
- a {
109
- @include benton-medium();
110
- color: $trimble-dark-gray;
111
- font-size: $body-font-size;
112
- box-shadow: 0px 2px $trimble-gold;
113
- cursor: pointer;
114
- line-height: 14px;
115
- text-decoration: none !important;
116
- display: inline-block;
117
- margin-left: spacing("micro");
118
-
119
- &:hover {
120
- color: $trimble-dark-gray;
121
- }
122
- }
123
- }
124
-
125
- &__cta-button {
126
- grid-column: 12 / span 3 !important;
127
- margin: auto;
128
-
129
- @media screen and (max-width: $breakpoint-sm) {
130
- grid-column: 11 / span 4 !important;
131
- }
132
-
133
- @media screen and (max-width: $breakpoint-xs) {
134
- grid-column: 2 / span 14 !important;
135
- grid-row: 2 / span 1;
136
- margin: spacing("xs") 0 0 0;
137
- }
138
-
139
- a.ter-button {
140
- white-space: pre-wrap;
141
- height: auto !important;
142
- padding: spacing("mini") spacing("xs");
143
- line-height: 28px;
144
-
145
- @media screen and (max-width: $breakpoint-xxs) {
146
- max-width: 280px;
147
- padding: 0 spacing("xxs") !important;
148
- line-height: 28px;
149
- font-size: $body-font-size-mobile;
150
- }
151
- }
152
-
153
- &--external {
154
- a.ter-button {
155
- &:after {
156
- margin: 0 -8px 0 4px;
157
- width: 28px;
158
- height: 24px;
159
- content: "";
160
- background-image: url("../../images/arrow-diagonal-white.svg");
161
- background-repeat: no-repeat;
162
- align-self: start;
163
-
164
- @media screen and (max-width: $breakpoint-sm) {
165
- margin: 1px -4px 0 4px;
166
- }
167
- }
168
- }
169
- }
170
- }
171
-
172
- &__button {
173
- width: 34px;
174
- height: 34px;
175
- border-radius: 50%;
176
-
177
- &--close {
178
- cursor: pointer;
179
- background-color: $white;
180
- margin: auto;
181
- grid-column: 15 / span 1 !important;
182
-
183
- @media screen and (max-width: $breakpoint-sm) {
184
- margin: auto auto auto spacing("xs");
185
- }
186
-
187
- @media screen and (max-width: $breakpoint-xs) {
188
- margin: 0;
189
- }
190
-
191
- &:hover {
192
- background-color: $concrete-gray-1;
193
- }
194
- }
195
-
196
- &--close.tabFocus:focus {
197
- outline: 2px solid $sky-blue;
198
- }
199
-
200
- &--expand {
201
- background-color: $trimble-blue;
202
- position: absolute;
203
- left: spacing("md");
204
- top: -#{spacing("xxs")};
205
- visibility: visible;
206
- transition: 0s;
207
-
208
- &--closed {
209
- visibility: hidden;
210
- top: #{spacing("xxs")};
211
- transition: visibility 0.3s linear 1s, top 0.7s linear 0.8s;
212
- }
213
-
214
- &:hover {
215
- background-color: $sky-blue;
216
- }
217
- }
218
- &--expand.tabFocus:focus {
219
- outline: 2px solid $sky-blue;
220
- }
221
-
222
- @media screen and (max-width: $breakpoint-xs) {
223
- width: 20px;
224
- height: 20px;
225
- display: flex;
226
- align-items: center;
227
- justify-content: center;
228
- padding: 0;
229
- }
230
- }
231
-
232
- &__close-button-icon {
233
- width: 14px;
234
- height: 14px;
235
-
236
- @media screen and (max-width: $breakpoint-xs) {
237
- width: 10px;
238
- height: 10px;
239
- }
240
- }
241
-
242
- &__caret-button-icon {
243
- width: 10px;
244
- height: 10px;
245
- transform: rotateZ(-90deg);
246
- }
247
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .overlay-notice {
4
+ &__container {
5
+ z-index: 1000;
6
+ background-color: #c7e2f6; //Intentional, this color is specific in the design.
7
+ position: fixed;
8
+ bottom: 0;
9
+ width: 100%;
10
+ border-top: 4px solid $trimble-blue;
11
+ box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.2);
12
+ -moz-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.2);
13
+ -webkit-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.2);
14
+ min-height: 48px;
15
+ max-height: 500px;
16
+ visibility: visible;
17
+ transition: max-height 1s ease-out, min-height 1s, visibility 0s,
18
+ border-top 0s;
19
+
20
+ &--closed {
21
+ max-height: 0px;
22
+ min-height: 0px;
23
+ visibility: hidden;
24
+ border-top: 0px solid $trimble-blue;
25
+ transition: max-height 0.5s, min-height 0.5s, visibility 0.5s,
26
+ border-top 0.3s linear 1.1s;
27
+ }
28
+ }
29
+
30
+ &__grid-container {
31
+ width: 100%;
32
+ padding: 0px calc((100% - 1280px) / 2);
33
+
34
+ @media screen and (max-width: $breakpoint-sm) {
35
+ padding: 0;
36
+ }
37
+ }
38
+
39
+ &__grid {
40
+ padding: spacing("md") 0;
41
+ display: grid;
42
+ grid-template-columns: repeat(16, 1fr);
43
+
44
+ @media screen and (max-width: $breakpoint-sm) {
45
+ padding: spacing("sm") 0;
46
+ }
47
+
48
+ @media screen and (max-width: $breakpoint-xs) {
49
+ padding: spacing("xs") 0;
50
+ }
51
+
52
+ @media screen and (max-width: $breakpoint-xxs) {
53
+ padding: spacing("xxs") 0;
54
+ }
55
+ }
56
+
57
+ &__text-content {
58
+ grid-column: 2 / span 10 !important;
59
+ padding: 0 spacing("xs") 0 0;
60
+
61
+ @media screen and (max-width: $breakpoint-sm) {
62
+ grid-column: 2 / span 9 !important;
63
+ }
64
+ @media screen and (max-width: $breakpoint-xs) {
65
+ grid-column: 2 / span 11 !important;
66
+ }
67
+ }
68
+
69
+ &__header {
70
+ @include header-standard-size;
71
+ font-size: font-size("xl");
72
+ line-height: font-size("mega");
73
+ margin-bottom: 8px;
74
+
75
+ @media screen and (max-width: $breakpoint-sm) {
76
+ font-size: font-size("md");
77
+ line-height: font-size("xl");
78
+ }
79
+
80
+ @media screen and (max-width: $breakpoint-xs) {
81
+ font-size: font-size("sm");
82
+ line-height: font-size("base");
83
+ margin-bottom: 0px;
84
+ }
85
+ }
86
+
87
+ &__details {
88
+ font-weight: 500;
89
+ p {
90
+ font-size: 14px;
91
+ display: inline-block;
92
+ }
93
+
94
+ p + p {
95
+ display: block;
96
+ }
97
+
98
+ & p:last-child {
99
+ margin: 0;
100
+ }
101
+
102
+ & p:first-child {
103
+ @media screen and (max-width: $breakpoint-xs) {
104
+ margin: spacing("xs") 0 0 0;
105
+ }
106
+ }
107
+
108
+ a {
109
+ @include benton-medium();
110
+ color: $trimble-dark-gray;
111
+ font-size: $body-font-size;
112
+ box-shadow: 0px 2px $trimble-gold;
113
+ cursor: pointer;
114
+ line-height: 14px;
115
+ text-decoration: none !important;
116
+ display: inline-block;
117
+ margin-left: spacing("micro");
118
+
119
+ &:hover {
120
+ color: $trimble-dark-gray;
121
+ }
122
+ }
123
+ }
124
+
125
+ &__cta-button {
126
+ grid-column: 12 / span 3 !important;
127
+ margin: auto;
128
+
129
+ @media screen and (max-width: $breakpoint-sm) {
130
+ grid-column: 11 / span 4 !important;
131
+ }
132
+
133
+ @media screen and (max-width: $breakpoint-xs) {
134
+ grid-column: 2 / span 14 !important;
135
+ grid-row: 2 / span 1;
136
+ margin: spacing("xs") 0 0 0;
137
+ }
138
+
139
+ a.ter-button {
140
+ white-space: pre-wrap;
141
+ height: auto !important;
142
+ padding: spacing("mini") spacing("xs");
143
+ line-height: 28px;
144
+
145
+ @media screen and (max-width: $breakpoint-xxs) {
146
+ max-width: 280px;
147
+ padding: 0 spacing("xxs") !important;
148
+ line-height: 28px;
149
+ font-size: $body-font-size-mobile;
150
+ }
151
+ }
152
+
153
+ &--external {
154
+ a.ter-button {
155
+ &:after {
156
+ margin: 0 -8px 0 4px;
157
+ width: 28px;
158
+ height: 24px;
159
+ content: "";
160
+ background-image: url("../../images/arrow-diagonal-white.svg");
161
+ background-repeat: no-repeat;
162
+ align-self: start;
163
+
164
+ @media screen and (max-width: $breakpoint-sm) {
165
+ margin: 1px -4px 0 4px;
166
+ }
167
+ }
168
+ }
169
+ }
170
+ }
171
+
172
+ &__button {
173
+ width: 34px;
174
+ height: 34px;
175
+ border-radius: 50%;
176
+
177
+ &--close {
178
+ cursor: pointer;
179
+ background-color: $white;
180
+ margin: auto;
181
+ grid-column: 15 / span 1 !important;
182
+
183
+ @media screen and (max-width: $breakpoint-sm) {
184
+ margin: auto auto auto spacing("xs");
185
+ }
186
+
187
+ @media screen and (max-width: $breakpoint-xs) {
188
+ margin: 0;
189
+ }
190
+
191
+ &:hover {
192
+ background-color: $concrete-gray-1;
193
+ }
194
+ }
195
+
196
+ &--close.tabFocus:focus {
197
+ outline: 2px solid $sky-blue;
198
+ }
199
+
200
+ &--expand {
201
+ background-color: $trimble-blue;
202
+ position: absolute;
203
+ left: spacing("md");
204
+ top: -#{spacing("xxs")};
205
+ visibility: visible;
206
+ transition: 0s;
207
+
208
+ &--closed {
209
+ visibility: hidden;
210
+ top: #{spacing("xxs")};
211
+ transition: visibility 0.3s linear 1s, top 0.7s linear 0.8s;
212
+ }
213
+
214
+ &:hover {
215
+ background-color: $sky-blue;
216
+ }
217
+ }
218
+ &--expand.tabFocus:focus {
219
+ outline: 2px solid $sky-blue;
220
+ }
221
+
222
+ @media screen and (max-width: $breakpoint-xs) {
223
+ width: 20px;
224
+ height: 20px;
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: center;
228
+ padding: 0;
229
+ }
230
+ }
231
+
232
+ &__close-button-icon {
233
+ width: 14px;
234
+ height: 14px;
235
+
236
+ @media screen and (max-width: $breakpoint-xs) {
237
+ width: 10px;
238
+ height: 10px;
239
+ }
240
+ }
241
+
242
+ &__caret-button-icon {
243
+ width: 10px;
244
+ height: 10px;
245
+ transform: rotateZ(-90deg);
246
+ }
247
+ }
@@ -1,28 +1,28 @@
1
- @import "../../../global-styles/terra.scss";
2
-
3
- .ter-pagination {
4
- padding: 40px 0 20px 0;
5
- font-size: $body-font-size;
6
- text-align: center;
7
- button {
8
- display: inline-block;
9
- }
10
- &__item {
11
- cursor: pointer;
12
- &--active {
13
- @include benton-bold();
14
- color: $trimble-blue;
15
- }
16
- }
17
- &__disabled {
18
- pointer-events: none;
19
- visibility: hidden;
20
- }
21
- .ter-pagination__button {
22
- cursor: pointer;
23
- }
24
- .ter-pagination__button:hover,
25
- .ter-pagination__item:hover {
26
- color: $trimble-blue;
27
- }
1
+ @import "../../../global-styles/terra.scss";
2
+
3
+ .ter-pagination {
4
+ padding: 40px 0 20px 0;
5
+ font-size: $body-font-size;
6
+ text-align: center;
7
+ button {
8
+ display: inline-block;
9
+ }
10
+ &__item {
11
+ cursor: pointer;
12
+ &--active {
13
+ @include benton-bold();
14
+ color: $trimble-blue;
15
+ }
16
+ }
17
+ &__disabled {
18
+ pointer-events: none;
19
+ visibility: hidden;
20
+ }
21
+ .ter-pagination__button {
22
+ cursor: pointer;
23
+ }
24
+ .ter-pagination__button:hover,
25
+ .ter-pagination__item:hover {
26
+ color: $trimble-blue;
27
+ }
28
28
  }