@unlk/keymaster 1.6.4 → 1.6.5
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 +4 -4
- 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 +2 -2
- package/dist/js/keymaster.min.js.map +1 -1
- package/package.json +1 -1
- package/scss/theme/_buttons.scss +8 -11
- package/scss/theme/_version.scss +1 -1
package/CHANGELOG.md
CHANGED
package/dist/css/keymaster.css
CHANGED
|
@@ -33874,19 +33874,19 @@ textarea.form-control-lg {
|
|
|
33874
33874
|
height: 3rem;
|
|
33875
33875
|
}
|
|
33876
33876
|
|
|
33877
|
-
.btn-sm > i:first-child, .btn-group-sm > .btn > i:first-child, .btn-sm > .icon:first-child, .btn-group-sm > .btn > .icon:first-child {
|
|
33877
|
+
.btn-sm > i:first-child:not(:only-child), .btn-group-sm > .btn > i:first-child:not(:only-child), .btn-sm > .icon:first-child:not(:only-child), .btn-group-sm > .btn > .icon:first-child:not(:only-child) {
|
|
33878
33878
|
margin-right: .375rem;
|
|
33879
33879
|
}
|
|
33880
33880
|
|
|
33881
|
-
.btn-sm > i:last-child, .btn-group-sm > .btn > i:last-child, .btn-sm > .icon:last-child, .btn-group-sm > .btn > .icon:last-child {
|
|
33881
|
+
.btn-sm > i:last-child:not(:only-child), .btn-group-sm > .btn > i:last-child:not(:only-child), .btn-sm > .icon:last-child:not(:only-child), .btn-group-sm > .btn > .icon:last-child:not(:only-child) {
|
|
33882
33882
|
margin-left: .375rem;
|
|
33883
33883
|
}
|
|
33884
33884
|
|
|
33885
|
-
.btn-lg > i:first-child, .btn-group-lg > .btn > i:first-child, .btn-lg > .icon:first-child, .btn-group-lg > .btn > .icon:first-child {
|
|
33885
|
+
.btn-lg > i:first-child:not(:only-child), .btn-group-lg > .btn > i:first-child:not(:only-child), .btn-lg > .icon:first-child:not(:only-child), .btn-group-lg > .btn > .icon:first-child:not(:only-child) {
|
|
33886
33886
|
margin-right: .625rem;
|
|
33887
33887
|
}
|
|
33888
33888
|
|
|
33889
|
-
.btn-lg > i:last-child, .btn-group-lg > .btn > i:last-child, .btn-lg > .icon:last-child, .btn-group-lg > .btn > .icon:last-child {
|
|
33889
|
+
.btn-lg > i:last-child:not(:only-child), .btn-group-lg > .btn > i:last-child:not(:only-child), .btn-lg > .icon:last-child:not(:only-child), .btn-group-lg > .btn > .icon:last-child:not(:only-child) {
|
|
33890
33890
|
margin-left: .625rem;
|
|
33891
33891
|
}
|
|
33892
33892
|
|