@unlk/keymaster 1.1.3 → 1.1.4
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/CHANGELOG.md +5 -0
- package/dist/css/keymaster.css +13 -13
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +1 -1
- package/dist/css/keymaster.min.css.map +1 -1
- package/dist/js/keymaster.js +1 -1
- package/dist/js/keymaster.min.js +1 -1
- package/package.json +1 -1
- package/scss/theme/_variables-overrides.scss +5 -3
package/CHANGELOG.md
CHANGED
package/dist/css/keymaster.css
CHANGED
|
@@ -22082,7 +22082,7 @@ hr {
|
|
|
22082
22082
|
h6, .h6, h5, .h5, .form-check-tiled .form-check-label:has(span), h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
|
|
22083
22083
|
margin-top: 0;
|
|
22084
22084
|
margin-bottom: 0.5rem;
|
|
22085
|
-
font-weight:
|
|
22085
|
+
font-weight: 700;
|
|
22086
22086
|
line-height: 1.2;
|
|
22087
22087
|
color: var(--bs-heading-color);
|
|
22088
22088
|
}
|
|
@@ -22465,8 +22465,8 @@ progress {
|
|
|
22465
22465
|
}
|
|
22466
22466
|
|
|
22467
22467
|
.display-1 {
|
|
22468
|
-
font-weight:
|
|
22469
|
-
line-height: 1.
|
|
22468
|
+
font-weight: 700;
|
|
22469
|
+
line-height: 1.1;
|
|
22470
22470
|
font-size: calc(1.625rem + 4.5vw);
|
|
22471
22471
|
}
|
|
22472
22472
|
@media (min-width: 1200px) {
|
|
@@ -22476,8 +22476,8 @@ progress {
|
|
|
22476
22476
|
}
|
|
22477
22477
|
|
|
22478
22478
|
.display-2 {
|
|
22479
|
-
font-weight:
|
|
22480
|
-
line-height: 1.
|
|
22479
|
+
font-weight: 700;
|
|
22480
|
+
line-height: 1.1;
|
|
22481
22481
|
font-size: calc(1.575rem + 3.9vw);
|
|
22482
22482
|
}
|
|
22483
22483
|
@media (min-width: 1200px) {
|
|
@@ -22487,8 +22487,8 @@ progress {
|
|
|
22487
22487
|
}
|
|
22488
22488
|
|
|
22489
22489
|
.display-3 {
|
|
22490
|
-
font-weight:
|
|
22491
|
-
line-height: 1.
|
|
22490
|
+
font-weight: 700;
|
|
22491
|
+
line-height: 1.1;
|
|
22492
22492
|
font-size: calc(1.525rem + 3.3vw);
|
|
22493
22493
|
}
|
|
22494
22494
|
@media (min-width: 1200px) {
|
|
@@ -22498,8 +22498,8 @@ progress {
|
|
|
22498
22498
|
}
|
|
22499
22499
|
|
|
22500
22500
|
.display-4 {
|
|
22501
|
-
font-weight:
|
|
22502
|
-
line-height: 1.
|
|
22501
|
+
font-weight: 700;
|
|
22502
|
+
line-height: 1.1;
|
|
22503
22503
|
font-size: calc(1.475rem + 2.7vw);
|
|
22504
22504
|
}
|
|
22505
22505
|
@media (min-width: 1200px) {
|
|
@@ -22509,8 +22509,8 @@ progress {
|
|
|
22509
22509
|
}
|
|
22510
22510
|
|
|
22511
22511
|
.display-5 {
|
|
22512
|
-
font-weight:
|
|
22513
|
-
line-height: 1.
|
|
22512
|
+
font-weight: 700;
|
|
22513
|
+
line-height: 1.1;
|
|
22514
22514
|
font-size: calc(1.425rem + 2.1vw);
|
|
22515
22515
|
}
|
|
22516
22516
|
@media (min-width: 1200px) {
|
|
@@ -22520,8 +22520,8 @@ progress {
|
|
|
22520
22520
|
}
|
|
22521
22521
|
|
|
22522
22522
|
.display-6 {
|
|
22523
|
-
font-weight:
|
|
22524
|
-
line-height: 1.
|
|
22523
|
+
font-weight: 700;
|
|
22524
|
+
line-height: 1.1;
|
|
22525
22525
|
font-size: calc(1.375rem + 1.5vw);
|
|
22526
22526
|
}
|
|
22527
22527
|
@media (min-width: 1200px) {
|