ros.grant.common 2.0.1080 → 2.0.1084

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.
@@ -91,50 +91,43 @@ h6 {
91
91
  font-family: 'PT Sans Caption', sans-serif;
92
92
  }
93
93
 
94
- h1 {
95
- font-weight: 600;
96
- font-size: 44px;
97
- line-height: 160%;
98
- }
99
-
100
- h2 {
101
- font-weight: 600;
102
- font-size: 32px;
103
- line-height: 160%;
104
- }
105
-
106
- h3 {
107
- font-weight: 600;
108
- font-size: 24px;
109
- line-height: 160%;
110
- }
111
-
112
- h4 {
113
- font-weight: 600;
114
- font-size: 18px;
115
- line-height: 160%;
116
- }
117
-
118
- h5 {
119
- font-size: 20px;
120
- line-height: 28px;
121
- font-weight: normal;
122
-
123
- @media (max-width: 768px) {
124
- font-size: 18px;
125
- line-height: 25px;
126
- }
127
- }
128
-
129
- h6 {
130
- font-size: 18px;
131
- line-height: 24px;
132
- font-weight: normal;
133
-
134
- @media (max-width: 768px) {
135
- font-size: 16px;
136
- line-height: 20px;
137
- font-weight: bold;
94
+ .page-wrapper {
95
+ &:not(.mvc-service.pgrants) {
96
+ h1 {
97
+ font-weight: bold;
98
+ font-size: 40px;
99
+ line-height: 48px;
100
+ }
101
+
102
+ h2 {
103
+ font-weight: bold;
104
+ font-size: 32px;
105
+ line-height: 36px;
106
+ }
107
+
108
+ h3 {
109
+ font-weight: bold;
110
+ font-size: 24px;
111
+ line-height: 28px;
112
+ }
113
+
114
+ h4 {
115
+ font-weight: bold;
116
+ font-size: 18px;
117
+ line-height: 24px;
118
+ }
119
+
120
+ h5 {
121
+ font-weight: bold;
122
+ font-size: 16px;
123
+ line-height: 20px;
124
+ }
125
+
126
+ h6 {
127
+ font-weight: bold;
128
+ font-size: 14px;
129
+ line-height: 16px;
130
+ }
138
131
  }
139
132
  }
140
133
 
@@ -182,6 +175,10 @@ h6 {
182
175
  background-color: var(--Subsidiary) !important;
183
176
  }
184
177
 
178
+ .bg-bg1 {
179
+ background-color: var(--Bg1) !important;
180
+ }
181
+
185
182
  .bg-bg2 {
186
183
  background-color: var(--Bg2) !important;
187
184
  }
@@ -489,8 +489,4 @@
489
489
  }
490
490
  }
491
491
  }
492
-
493
- h4 {
494
- font-size: 16px;
495
- }
496
492
  }
@@ -161,6 +161,10 @@
161
161
  // footer-info__phone
162
162
  &__phone {
163
163
  font-weight: bold;
164
+
165
+ & > *{
166
+ color: #fff;
167
+ }
164
168
  }
165
169
 
166
170
  // footer-info__text
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.0.1080",
2
+ "version": "2.0.1084",
3
3
  "name": "ros.grant.common",
4
4
  "private": false,
5
5
  "description": "Collection of static files used by RosGrant awesome team",