@unlk/keymaster 1.7.0 → 1.7.1
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 +1 -1
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +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/_version.scss +1 -1
- package/scss/theme/forms/_form-check.scss +1 -1
package/CHANGELOG.md
CHANGED
package/dist/css/keymaster.css
CHANGED
|
@@ -35354,6 +35354,7 @@ textarea.form-control-lg {
|
|
|
35354
35354
|
.form-check-tiled .form-check-input:checked ~ .form-check-label:before {
|
|
35355
35355
|
opacity: 1;
|
|
35356
35356
|
background-color: #02f;
|
|
35357
|
+
background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3e%3cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e");
|
|
35357
35358
|
border-color: #02f;
|
|
35358
35359
|
transform: scale(1);
|
|
35359
35360
|
}
|
|
@@ -35388,7 +35389,6 @@ textarea.form-control-lg {
|
|
|
35388
35389
|
.form-check-tiled .form-check-label:before {
|
|
35389
35390
|
content: "";
|
|
35390
35391
|
opacity: 0;
|
|
35391
|
-
background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23fff'%3e%3cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3e%3c/svg%3e");
|
|
35392
35392
|
background-position: center;
|
|
35393
35393
|
background-repeat: no-repeat;
|
|
35394
35394
|
background-size: 11px;
|