@unlk/keymaster 1.6.8 → 1.6.9
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 +11 -0
- 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 +11 -0
package/CHANGELOG.md
CHANGED
package/dist/css/keymaster.css
CHANGED
|
@@ -35313,6 +35313,17 @@ textarea.form-control-lg {
|
|
|
35313
35313
|
box-shadow: none;
|
|
35314
35314
|
}
|
|
35315
35315
|
|
|
35316
|
+
.form-check-lg {
|
|
35317
|
+
padding-left: 2em;
|
|
35318
|
+
}
|
|
35319
|
+
|
|
35320
|
+
.form-check-lg .form-check-input {
|
|
35321
|
+
width: 1.5em;
|
|
35322
|
+
height: 1.5em;
|
|
35323
|
+
margin-top: 0;
|
|
35324
|
+
margin-left: -2em;
|
|
35325
|
+
}
|
|
35326
|
+
|
|
35316
35327
|
.form-check-tiled {
|
|
35317
35328
|
margin-bottom: .5rem;
|
|
35318
35329
|
padding-left: .25rem;
|