@posiwise/core-styles 0.0.34 → 0.0.36

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.
@@ -2,10 +2,13 @@
2
2
  font-family: Rubik;
3
3
  font-style: normal;
4
4
  font-weight: 500;
5
+ font-display: swap;
5
6
  src: url('/assets/fonts/rubik-v7-latin/rubik-v7-latin-500.eot');
6
7
 
7
8
  /* IE9 Compat Modes */
8
- src: local('Rubik Medium'), local('Rubik-Medium'),
9
+ src:
10
+ local('Rubik Medium'),
11
+ local('Rubik-Medium'),
9
12
  url('/assets/fonts/rubik-v7-latin/fonts/rubik-v7-latin-500.eot?#iefix')
10
13
  format('embedded-opentype'),
11
14
  url('/assets/fonts/rubik-v7-latin/rubik-v7-latin-500.woff2') format('woff2'),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -990,3 +990,7 @@ p {
990
990
  font-family: 'Font Awesome 6 Pro', sans-serif !important;
991
991
  font-size: 1.1rem;
992
992
  }
993
+
994
+ .trial-iframe-container {
995
+ min-height: 550px;
996
+ }
@@ -611,7 +611,7 @@ pw-cloudolive-signup-tabs-a {
611
611
 
612
612
  .register-outer {
613
613
  margin: 0 auto !important;
614
- padding: 0 20px !important;
614
+ padding: 0 3rem !important;
615
615
  }
616
616
  }
617
617
 
@@ -15,6 +15,6 @@ h2 {
15
15
 
16
16
  @media (max-width: 1200px) {
17
17
  .container-wrapper {
18
- padding: 0 20px !important;
18
+ padding: 0 3rem !important;
19
19
  }
20
20
  }
@@ -79,13 +79,20 @@ footer {
79
79
  .main-outer,
80
80
  .container {
81
81
  max-width: 100% !important;
82
+ padding: 0px 3rem !important;
83
+ }
84
+ }
85
+
86
+ @media (min-width: 991px) and (max-width: 1199px) {
87
+ .banner-content {
88
+ padding-bottom: 6rem;
82
89
  }
83
90
  }
84
91
 
85
92
  @media screen and (max-width: 991px) {
86
93
  .container {
87
94
  max-width: 100% !important;
88
- padding: 0 20px !important;
95
+ padding: 0 2rem !important;
89
96
  }
90
97
  }
91
98