@byuhbll/components 4.6.1 → 5.0.0-beta.0

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": "@byuhbll/components",
3
- "version": "4.6.1",
3
+ "version": "5.0.0-beta.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0"
@@ -178,9 +178,9 @@ body {
178
178
  color: #404040;
179
179
  }
180
180
 
181
- html {
182
- font-size: 62.5%;
183
- }
181
+ // html {
182
+ // font-size: 62.5%;
183
+ // }
184
184
 
185
185
  table {
186
186
  border-collapse: separate;
@@ -238,20 +238,20 @@ ul {
238
238
  }
239
239
 
240
240
  /* Change site size on bigger browser sizes */
241
- @media screen and (min-width: 1400px) {
242
- html {
243
- font-size: 70%;
244
- }
245
- }
241
+ // @media screen and (min-width: 1400px) {
242
+ // html {
243
+ // font-size: 70%;
244
+ // }
245
+ // }
246
246
 
247
- @media screen and (min-width: 1720px) {
248
- html {
249
- font-size: 75%;
250
- }
251
- }
247
+ // @media screen and (min-width: 1720px) {
248
+ // html {
249
+ // font-size: 75%;
250
+ // }
251
+ // }
252
252
 
253
- @media screen and (min-width: 2000px) {
254
- html {
255
- font-size: 80%;
256
- }
257
- }
253
+ // @media screen and (min-width: 2000px) {
254
+ // html {
255
+ // font-size: 80%;
256
+ // }
257
+ // }