@posiwise/core-styles 0.0.36 → 0.0.38
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.
- package/package.json +1 -1
- package/scss/common/landing-page-a/landing-page-style-1.scss +3 -3
- package/scss/common/landing-page-b/contact-us.scss +3 -3
- package/scss/common/landing-page-b/explainer.scss +4 -4
- package/scss/common/landing-page-b/explainer2.scss +1 -1
- package/scss/common/landing-page-b/landing-page-style-2.scss +3 -2
package/package.json
CHANGED
|
@@ -274,7 +274,7 @@ label {
|
|
|
274
274
|
text-decoration: underline;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.
|
|
277
|
+
.resource-container {
|
|
278
278
|
padding: 0 !important;
|
|
279
279
|
|
|
280
280
|
.register-container {
|
|
@@ -557,7 +557,7 @@ app-social-login {
|
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
-
pw-
|
|
560
|
+
pw-signup-tabs-a {
|
|
561
561
|
width: 100%;
|
|
562
562
|
}
|
|
563
563
|
|
|
@@ -615,7 +615,7 @@ pw-cloudolive-signup-tabs-a {
|
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
-
.
|
|
618
|
+
.primary-header,
|
|
619
619
|
.blinking-text-wrapper {
|
|
620
620
|
h1 {
|
|
621
621
|
color: map-get($secondary, base);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
@import 'variables/landing-page-new-variables';
|
|
2
2
|
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
3
|
|
|
4
|
-
.
|
|
4
|
+
.contact-us-section {
|
|
5
5
|
background: url('/assets/img/products/trial/contact-us-bg.jpg') center;
|
|
6
6
|
background-size: cover;
|
|
7
7
|
padding: 40px 0;
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
@media (max-width: 991px) {
|
|
128
|
-
.
|
|
128
|
+
.contact-us-section {
|
|
129
129
|
.left-section-outer {
|
|
130
130
|
order: 2;
|
|
131
131
|
}
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
@media (min-width: 992px) {
|
|
148
|
-
.
|
|
148
|
+
.contact-us-section {
|
|
149
149
|
padding: 0;
|
|
150
150
|
|
|
151
151
|
.left-section {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
@import 'common/landing-page-b/landing-page-style-2';
|
|
3
3
|
@import 'public-pages/mixins/buttons';
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
.product-explainer-section {
|
|
6
6
|
background-color: $bg-color-black-grey;
|
|
7
7
|
padding: 40px 0;
|
|
8
8
|
position: relative;
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
@media (max-width: 768px) {
|
|
38
|
-
.
|
|
39
|
-
.
|
|
38
|
+
.product-explainer-section {
|
|
39
|
+
.product-video {
|
|
40
40
|
margin-top: 50px;
|
|
41
41
|
}
|
|
42
42
|
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
@media (min-width: 991px) {
|
|
51
|
-
.
|
|
51
|
+
.product-explainer-section {
|
|
52
52
|
.stripes::after {
|
|
53
53
|
background: rgb(145 196 216 / 80%) right bottom no-repeat;
|
|
54
54
|
bottom: 0;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
|
|
2
1
|
@import 'variables/branding-variables';
|
|
3
2
|
|
|
3
|
+
// ⚡ PERFORMANCE FIX: Use Roboto (already loaded) instead of Montserrat from Google CDN
|
|
4
|
+
// This eliminates 1.7 second delay on CS2, CS3, CS4 pages
|
|
4
5
|
* {
|
|
5
|
-
font-family: $
|
|
6
|
+
font-family: $mainFontFamily;
|
|
6
7
|
}
|
|
7
8
|
|
|
8
9
|
h2 {
|