@testgorilla/tgo-ui 1.13.32 → 1.13.33

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testgorilla/tgo-ui",
3
- "version": "1.13.32",
3
+ "version": "1.13.33",
4
4
  "lint-staged": {
5
5
  "src/**/*.ts": [
6
6
  "eslint --fix",
@@ -109,6 +109,7 @@
109
109
  transform: scale(0.9);
110
110
  }
111
111
 
112
+ &.mat-warn mat-option,
112
113
  &.mat-accent mat-option,
113
114
  &.mat-accent .mat-mdc-option-multiple {
114
115
  &:hover {
@@ -166,7 +166,7 @@ caption,
166
166
  font-weight: 400;
167
167
 
168
168
  &.black {
169
- font-family: "ModernGothic-Black", sans-serif;
169
+ font-family: "ModernGothic-Black", sans-serif!important;
170
170
  font-weight: 900;
171
171
  }
172
172
  }
@@ -177,6 +177,7 @@ caption,
177
177
  font-size: 24px;
178
178
  line-height: 30px;
179
179
  font-weight: 900;
180
+ font-family: "ModernGothic-Black", sans-serif!important;
180
181
  }
181
182
 
182
183
  h3,
@@ -184,10 +185,11 @@ caption,
184
185
  font-size: 20px;
185
186
  line-height: 26px;
186
187
  font-weight: 400;
188
+ color: $black;
187
189
 
188
- &.black {
189
- font-family: "ModernGothic-Black", sans-serif;
190
- font-weight: 900;
190
+ &.bold {
191
+ font-family: "ModernGothic-Bold", sans-serif!important;
192
+ font-weight: 700;
191
193
  }
192
194
  }
193
195
 
@@ -196,6 +198,8 @@ caption,
196
198
  font-size: 16px;
197
199
  line-height: 20px;
198
200
  font-weight: 700;
201
+ color: $black;
202
+ font-family: "ModernGothic-Bold", sans-serif!important;
199
203
  }
200
204
 
201
205
  h5,
@@ -203,6 +207,8 @@ caption,
203
207
  font-size: 14px;
204
208
  line-height: 18px;
205
209
  font-weight: 700;
210
+ color: $black;
211
+ font-family: "ModernGothic-Bold", sans-serif!important;
206
212
  }
207
213
 
208
214
  .body-large {