@unlk/keymaster 1.6.3 → 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 +10 -0
- package/dist/css/keymaster.css +209 -209
- 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 +18 -20
- package/scss/theme/_variables-overrides.scss +1 -0
- package/scss/theme/_version.scss +1 -1
- package/scss/theme/mixins/_buttons.scss +39 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [1.6.5] - 2026-06-24
|
|
6
|
+
|
|
7
|
+
### Update
|
|
8
|
+
- Button icon styles for sm and lg
|
|
9
|
+
|
|
10
|
+
## [1.6.4] - 2026-06-12
|
|
11
|
+
|
|
12
|
+
### Update
|
|
13
|
+
- Button Disabled State
|
|
14
|
+
|
|
5
15
|
## [1.6.3] - 2026-05-28
|
|
6
16
|
|
|
7
17
|
### Update
|
package/dist/css/keymaster.css
CHANGED
|
@@ -20848,7 +20848,7 @@ textarea.form-control-lg {
|
|
|
20848
20848
|
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
|
|
20849
20849
|
pointer-events: none;
|
|
20850
20850
|
filter: none;
|
|
20851
|
-
opacity:
|
|
20851
|
+
opacity: 1;
|
|
20852
20852
|
}
|
|
20853
20853
|
|
|
20854
20854
|
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
|
|
@@ -21270,7 +21270,7 @@ textarea.form-control-lg {
|
|
|
21270
21270
|
--bs-btn-border-radius: var(--bs-border-radius);
|
|
21271
21271
|
--bs-btn-hover-border-color: transparent;
|
|
21272
21272
|
--bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
|
|
21273
|
-
--bs-btn-disabled-opacity:
|
|
21273
|
+
--bs-btn-disabled-opacity: 1;
|
|
21274
21274
|
--bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
|
|
21275
21275
|
padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
|
|
21276
21276
|
font-family: var(--bs-btn-font-family);
|
|
@@ -21344,142 +21344,6 @@ textarea.form-control-lg {
|
|
|
21344
21344
|
box-shadow: none;
|
|
21345
21345
|
}
|
|
21346
21346
|
|
|
21347
|
-
.btn-outline-primary {
|
|
21348
|
-
--bs-btn-color: #1f1f4f;
|
|
21349
|
-
--bs-btn-border-color: #1f1f4f;
|
|
21350
|
-
--bs-btn-hover-color: #fff;
|
|
21351
|
-
--bs-btn-hover-bg: #1f1f4f;
|
|
21352
|
-
--bs-btn-hover-border-color: #1f1f4f;
|
|
21353
|
-
--bs-btn-focus-shadow-rgb: 31, 31, 79;
|
|
21354
|
-
--bs-btn-active-color: #fff;
|
|
21355
|
-
--bs-btn-active-bg: #1f1f4f;
|
|
21356
|
-
--bs-btn-active-border-color: #1f1f4f;
|
|
21357
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21358
|
-
--bs-btn-disabled-color: #1f1f4f;
|
|
21359
|
-
--bs-btn-disabled-bg: transparent;
|
|
21360
|
-
--bs-btn-disabled-border-color: #1f1f4f;
|
|
21361
|
-
--bs-gradient: none;
|
|
21362
|
-
}
|
|
21363
|
-
|
|
21364
|
-
.btn-outline-secondary {
|
|
21365
|
-
--bs-btn-color: #fbcd18;
|
|
21366
|
-
--bs-btn-border-color: #fbcd18;
|
|
21367
|
-
--bs-btn-hover-color: #000;
|
|
21368
|
-
--bs-btn-hover-bg: #fbcd18;
|
|
21369
|
-
--bs-btn-hover-border-color: #fbcd18;
|
|
21370
|
-
--bs-btn-focus-shadow-rgb: 251, 205, 24;
|
|
21371
|
-
--bs-btn-active-color: #000;
|
|
21372
|
-
--bs-btn-active-bg: #fbcd18;
|
|
21373
|
-
--bs-btn-active-border-color: #fbcd18;
|
|
21374
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21375
|
-
--bs-btn-disabled-color: #fbcd18;
|
|
21376
|
-
--bs-btn-disabled-bg: transparent;
|
|
21377
|
-
--bs-btn-disabled-border-color: #fbcd18;
|
|
21378
|
-
--bs-gradient: none;
|
|
21379
|
-
}
|
|
21380
|
-
|
|
21381
|
-
.btn-outline-success {
|
|
21382
|
-
--bs-btn-color: #09cc8b;
|
|
21383
|
-
--bs-btn-border-color: #09cc8b;
|
|
21384
|
-
--bs-btn-hover-color: #000;
|
|
21385
|
-
--bs-btn-hover-bg: #09cc8b;
|
|
21386
|
-
--bs-btn-hover-border-color: #09cc8b;
|
|
21387
|
-
--bs-btn-focus-shadow-rgb: 9, 204, 139;
|
|
21388
|
-
--bs-btn-active-color: #000;
|
|
21389
|
-
--bs-btn-active-bg: #09cc8b;
|
|
21390
|
-
--bs-btn-active-border-color: #09cc8b;
|
|
21391
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21392
|
-
--bs-btn-disabled-color: #09cc8b;
|
|
21393
|
-
--bs-btn-disabled-bg: transparent;
|
|
21394
|
-
--bs-btn-disabled-border-color: #09cc8b;
|
|
21395
|
-
--bs-gradient: none;
|
|
21396
|
-
}
|
|
21397
|
-
|
|
21398
|
-
.btn-outline-action {
|
|
21399
|
-
--bs-btn-color: #02f;
|
|
21400
|
-
--bs-btn-border-color: #02f;
|
|
21401
|
-
--bs-btn-hover-color: #fff;
|
|
21402
|
-
--bs-btn-hover-bg: #02f;
|
|
21403
|
-
--bs-btn-hover-border-color: #02f;
|
|
21404
|
-
--bs-btn-focus-shadow-rgb: 0, 34, 255;
|
|
21405
|
-
--bs-btn-active-color: #fff;
|
|
21406
|
-
--bs-btn-active-bg: #02f;
|
|
21407
|
-
--bs-btn-active-border-color: #02f;
|
|
21408
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21409
|
-
--bs-btn-disabled-color: #02f;
|
|
21410
|
-
--bs-btn-disabled-bg: transparent;
|
|
21411
|
-
--bs-btn-disabled-border-color: #02f;
|
|
21412
|
-
--bs-gradient: none;
|
|
21413
|
-
}
|
|
21414
|
-
|
|
21415
|
-
.btn-outline-warning {
|
|
21416
|
-
--bs-btn-color: #ff6a1a;
|
|
21417
|
-
--bs-btn-border-color: #ff6a1a;
|
|
21418
|
-
--bs-btn-hover-color: #000;
|
|
21419
|
-
--bs-btn-hover-bg: #ff6a1a;
|
|
21420
|
-
--bs-btn-hover-border-color: #ff6a1a;
|
|
21421
|
-
--bs-btn-focus-shadow-rgb: 255, 106, 26;
|
|
21422
|
-
--bs-btn-active-color: #000;
|
|
21423
|
-
--bs-btn-active-bg: #ff6a1a;
|
|
21424
|
-
--bs-btn-active-border-color: #ff6a1a;
|
|
21425
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21426
|
-
--bs-btn-disabled-color: #ff6a1a;
|
|
21427
|
-
--bs-btn-disabled-bg: transparent;
|
|
21428
|
-
--bs-btn-disabled-border-color: #ff6a1a;
|
|
21429
|
-
--bs-gradient: none;
|
|
21430
|
-
}
|
|
21431
|
-
|
|
21432
|
-
.btn-outline-danger {
|
|
21433
|
-
--bs-btn-color: #e4263e;
|
|
21434
|
-
--bs-btn-border-color: #e4263e;
|
|
21435
|
-
--bs-btn-hover-color: #fff;
|
|
21436
|
-
--bs-btn-hover-bg: #e4263e;
|
|
21437
|
-
--bs-btn-hover-border-color: #e4263e;
|
|
21438
|
-
--bs-btn-focus-shadow-rgb: 228, 38, 62;
|
|
21439
|
-
--bs-btn-active-color: #fff;
|
|
21440
|
-
--bs-btn-active-bg: #e4263e;
|
|
21441
|
-
--bs-btn-active-border-color: #e4263e;
|
|
21442
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21443
|
-
--bs-btn-disabled-color: #e4263e;
|
|
21444
|
-
--bs-btn-disabled-bg: transparent;
|
|
21445
|
-
--bs-btn-disabled-border-color: #e4263e;
|
|
21446
|
-
--bs-gradient: none;
|
|
21447
|
-
}
|
|
21448
|
-
|
|
21449
|
-
.btn-outline-light {
|
|
21450
|
-
--bs-btn-color: #fff;
|
|
21451
|
-
--bs-btn-border-color: #fff;
|
|
21452
|
-
--bs-btn-hover-color: #000;
|
|
21453
|
-
--bs-btn-hover-bg: #fff;
|
|
21454
|
-
--bs-btn-hover-border-color: #fff;
|
|
21455
|
-
--bs-btn-focus-shadow-rgb: 255, 255, 255;
|
|
21456
|
-
--bs-btn-active-color: #000;
|
|
21457
|
-
--bs-btn-active-bg: #fff;
|
|
21458
|
-
--bs-btn-active-border-color: #fff;
|
|
21459
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21460
|
-
--bs-btn-disabled-color: #fff;
|
|
21461
|
-
--bs-btn-disabled-bg: transparent;
|
|
21462
|
-
--bs-btn-disabled-border-color: #fff;
|
|
21463
|
-
--bs-gradient: none;
|
|
21464
|
-
}
|
|
21465
|
-
|
|
21466
|
-
.btn-outline-dark {
|
|
21467
|
-
--bs-btn-color: #1c1d1e;
|
|
21468
|
-
--bs-btn-border-color: #1c1d1e;
|
|
21469
|
-
--bs-btn-hover-color: #fff;
|
|
21470
|
-
--bs-btn-hover-bg: #1c1d1e;
|
|
21471
|
-
--bs-btn-hover-border-color: #1c1d1e;
|
|
21472
|
-
--bs-btn-focus-shadow-rgb: 28, 29, 30;
|
|
21473
|
-
--bs-btn-active-color: #fff;
|
|
21474
|
-
--bs-btn-active-bg: #1c1d1e;
|
|
21475
|
-
--bs-btn-active-border-color: #1c1d1e;
|
|
21476
|
-
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
21477
|
-
--bs-btn-disabled-color: #1c1d1e;
|
|
21478
|
-
--bs-btn-disabled-bg: transparent;
|
|
21479
|
-
--bs-btn-disabled-border-color: #1c1d1e;
|
|
21480
|
-
--bs-gradient: none;
|
|
21481
|
-
}
|
|
21482
|
-
|
|
21483
21347
|
.btn-link {
|
|
21484
21348
|
--bs-btn-font-weight: 400;
|
|
21485
21349
|
--bs-btn-color: var(--bs-link-color);
|
|
@@ -33355,12 +33219,12 @@ textarea.form-control-lg {
|
|
|
33355
33219
|
display: inline-flex;
|
|
33356
33220
|
}
|
|
33357
33221
|
|
|
33358
|
-
.btn > i:first-child, .btn > .icon:first-child {
|
|
33222
|
+
.btn > i:first-child:not(:only-child), .btn > .icon:first-child:not(:only-child) {
|
|
33359
33223
|
width: fit-content;
|
|
33360
33224
|
margin-right: .5rem;
|
|
33361
33225
|
}
|
|
33362
33226
|
|
|
33363
|
-
.btn > i:last-child, .btn > .icon:last-child {
|
|
33227
|
+
.btn > i:last-child:not(:only-child), .btn > .icon:last-child:not(:only-child) {
|
|
33364
33228
|
width: fit-content;
|
|
33365
33229
|
margin-left: .5rem;
|
|
33366
33230
|
}
|
|
@@ -33377,9 +33241,26 @@ textarea.form-control-lg {
|
|
|
33377
33241
|
--bs-btn-active-bg: #13132f;
|
|
33378
33242
|
--bs-btn-active-border-color: #13132f;
|
|
33379
33243
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33380
|
-
--bs-btn-disabled-color: #
|
|
33381
|
-
--bs-btn-disabled-bg: #
|
|
33382
|
-
--bs-btn-disabled-border-color: #
|
|
33244
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33245
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33246
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33247
|
+
}
|
|
33248
|
+
|
|
33249
|
+
.btn-outline-primary {
|
|
33250
|
+
--bs-btn-color: #1f1f4f;
|
|
33251
|
+
--bs-btn-border-color: #1f1f4f;
|
|
33252
|
+
--bs-btn-hover-color: #1f1f4f;
|
|
33253
|
+
--bs-btn-hover-bg: #e9e9ed;
|
|
33254
|
+
--bs-btn-hover-border-color: #1f1f4f;
|
|
33255
|
+
--bs-btn-focus-shadow-rgb: 31, 31, 79;
|
|
33256
|
+
--bs-btn-active-color: #fff;
|
|
33257
|
+
--bs-btn-active-bg: #19193f;
|
|
33258
|
+
--bs-btn-active-border-color: #19193f;
|
|
33259
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33260
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33261
|
+
--bs-btn-disabled-bg: transparent;
|
|
33262
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33263
|
+
--bs-gradient: none;
|
|
33383
33264
|
}
|
|
33384
33265
|
|
|
33385
33266
|
.btn-icon-primary {
|
|
@@ -33396,9 +33277,9 @@ textarea.form-control-lg {
|
|
|
33396
33277
|
--bs-btn-active-color: #fff;
|
|
33397
33278
|
--bs-btn-active-bg: #13132f;
|
|
33398
33279
|
--bs-btn-active-border-color: #13132f;
|
|
33399
|
-
--bs-btn-disabled-bg: #
|
|
33400
|
-
--bs-btn-disabled-color: #
|
|
33401
|
-
--bs-btn-disabled-border-color: #
|
|
33280
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33281
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33282
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33402
33283
|
width: 2.5rem;
|
|
33403
33284
|
height: 2.5rem;
|
|
33404
33285
|
line-height: 1;
|
|
@@ -33418,8 +33299,8 @@ textarea.form-control-lg {
|
|
|
33418
33299
|
--bs-btn-active-bg: #13132f;
|
|
33419
33300
|
--bs-btn-active-border-color: #13132f;
|
|
33420
33301
|
--bs-btn-disabled-bg: transparent;
|
|
33421
|
-
--bs-btn-disabled-color: #
|
|
33422
|
-
--bs-btn-disabled-border-color: #
|
|
33302
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33303
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33423
33304
|
width: 2.5rem;
|
|
33424
33305
|
height: 2.5rem;
|
|
33425
33306
|
line-height: 1;
|
|
@@ -33437,9 +33318,26 @@ textarea.form-control-lg {
|
|
|
33437
33318
|
--bs-btn-active-bg: #fde174;
|
|
33438
33319
|
--bs-btn-active-border-color: #fde174;
|
|
33439
33320
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33440
|
-
--bs-btn-disabled-color: #
|
|
33441
|
-
--bs-btn-disabled-bg: #
|
|
33442
|
-
--bs-btn-disabled-border-color: #
|
|
33321
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33322
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33323
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33324
|
+
}
|
|
33325
|
+
|
|
33326
|
+
.btn-outline-secondary {
|
|
33327
|
+
--bs-btn-color: #fbcd18;
|
|
33328
|
+
--bs-btn-border-color: #fbcd18;
|
|
33329
|
+
--bs-btn-hover-color: #fbcd18;
|
|
33330
|
+
--bs-btn-hover-bg: #fffae8;
|
|
33331
|
+
--bs-btn-hover-border-color: #fbcd18;
|
|
33332
|
+
--bs-btn-focus-shadow-rgb: 251, 205, 24;
|
|
33333
|
+
--bs-btn-active-color: #000;
|
|
33334
|
+
--bs-btn-active-bg: #c9a413;
|
|
33335
|
+
--bs-btn-active-border-color: #c9a413;
|
|
33336
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33337
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33338
|
+
--bs-btn-disabled-bg: transparent;
|
|
33339
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33340
|
+
--bs-gradient: none;
|
|
33443
33341
|
}
|
|
33444
33342
|
|
|
33445
33343
|
.btn-icon-secondary {
|
|
@@ -33456,9 +33354,9 @@ textarea.form-control-lg {
|
|
|
33456
33354
|
--bs-btn-active-color: #000;
|
|
33457
33355
|
--bs-btn-active-bg: #fde174;
|
|
33458
33356
|
--bs-btn-active-border-color: #fde174;
|
|
33459
|
-
--bs-btn-disabled-bg: #
|
|
33460
|
-
--bs-btn-disabled-color: #
|
|
33461
|
-
--bs-btn-disabled-border-color: #
|
|
33357
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33358
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33359
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33462
33360
|
width: 2.5rem;
|
|
33463
33361
|
height: 2.5rem;
|
|
33464
33362
|
line-height: 1;
|
|
@@ -33478,8 +33376,8 @@ textarea.form-control-lg {
|
|
|
33478
33376
|
--bs-btn-active-bg: #977b0e;
|
|
33479
33377
|
--bs-btn-active-border-color: #977b0e;
|
|
33480
33378
|
--bs-btn-disabled-bg: transparent;
|
|
33481
|
-
--bs-btn-disabled-color: #
|
|
33482
|
-
--bs-btn-disabled-border-color: #
|
|
33379
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33380
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33483
33381
|
width: 2.5rem;
|
|
33484
33382
|
height: 2.5rem;
|
|
33485
33383
|
line-height: 1;
|
|
@@ -33497,9 +33395,26 @@ textarea.form-control-lg {
|
|
|
33497
33395
|
--bs-btn-active-bg: #057a53;
|
|
33498
33396
|
--bs-btn-active-border-color: #057a53;
|
|
33499
33397
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33500
|
-
--bs-btn-disabled-color: #
|
|
33501
|
-
--bs-btn-disabled-bg: #
|
|
33502
|
-
--bs-btn-disabled-border-color: #
|
|
33398
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33399
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33400
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33401
|
+
}
|
|
33402
|
+
|
|
33403
|
+
.btn-outline-success {
|
|
33404
|
+
--bs-btn-color: #09cc8b;
|
|
33405
|
+
--bs-btn-border-color: #09cc8b;
|
|
33406
|
+
--bs-btn-hover-color: #09cc8b;
|
|
33407
|
+
--bs-btn-hover-bg: #e6faf3;
|
|
33408
|
+
--bs-btn-hover-border-color: #09cc8b;
|
|
33409
|
+
--bs-btn-focus-shadow-rgb: 9, 204, 139;
|
|
33410
|
+
--bs-btn-active-color: #000;
|
|
33411
|
+
--bs-btn-active-bg: #07a36f;
|
|
33412
|
+
--bs-btn-active-border-color: #07a36f;
|
|
33413
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33414
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33415
|
+
--bs-btn-disabled-bg: transparent;
|
|
33416
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33417
|
+
--bs-gradient: none;
|
|
33503
33418
|
}
|
|
33504
33419
|
|
|
33505
33420
|
.btn-icon-success {
|
|
@@ -33516,9 +33431,9 @@ textarea.form-control-lg {
|
|
|
33516
33431
|
--bs-btn-active-color: #fff;
|
|
33517
33432
|
--bs-btn-active-bg: #057a53;
|
|
33518
33433
|
--bs-btn-active-border-color: #057a53;
|
|
33519
|
-
--bs-btn-disabled-bg: #
|
|
33520
|
-
--bs-btn-disabled-color: #
|
|
33521
|
-
--bs-btn-disabled-border-color: #
|
|
33434
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33435
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33436
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33522
33437
|
width: 2.5rem;
|
|
33523
33438
|
height: 2.5rem;
|
|
33524
33439
|
line-height: 1;
|
|
@@ -33538,8 +33453,8 @@ textarea.form-control-lg {
|
|
|
33538
33453
|
--bs-btn-active-bg: #057a53;
|
|
33539
33454
|
--bs-btn-active-border-color: #057a53;
|
|
33540
33455
|
--bs-btn-disabled-bg: transparent;
|
|
33541
|
-
--bs-btn-disabled-color: #
|
|
33542
|
-
--bs-btn-disabled-border-color: #
|
|
33456
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33457
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33543
33458
|
width: 2.5rem;
|
|
33544
33459
|
height: 2.5rem;
|
|
33545
33460
|
line-height: 1;
|
|
@@ -33556,7 +33471,7 @@ textarea.form-control-lg {
|
|
|
33556
33471
|
--bs-btn-active-color: #fff;
|
|
33557
33472
|
--bs-btn-active-border-color: transparent;
|
|
33558
33473
|
--bs-btn-disabled-bg: transparent;
|
|
33559
|
-
--bs-btn-disabled-color: #
|
|
33474
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33560
33475
|
--bs-btn-disabled-border-color: transparent;
|
|
33561
33476
|
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
33562
33477
|
text-decoration: none;
|
|
@@ -33574,9 +33489,26 @@ textarea.form-control-lg {
|
|
|
33574
33489
|
--bs-btn-active-bg: #001499;
|
|
33575
33490
|
--bs-btn-active-border-color: #001499;
|
|
33576
33491
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33577
|
-
--bs-btn-disabled-color: #
|
|
33578
|
-
--bs-btn-disabled-bg: #
|
|
33579
|
-
--bs-btn-disabled-border-color: #
|
|
33492
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33493
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33494
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33495
|
+
}
|
|
33496
|
+
|
|
33497
|
+
.btn-outline-action {
|
|
33498
|
+
--bs-btn-color: #02f;
|
|
33499
|
+
--bs-btn-border-color: #02f;
|
|
33500
|
+
--bs-btn-hover-color: #02f;
|
|
33501
|
+
--bs-btn-hover-bg: #e6e9ff;
|
|
33502
|
+
--bs-btn-hover-border-color: #02f;
|
|
33503
|
+
--bs-btn-focus-shadow-rgb: 0, 34, 255;
|
|
33504
|
+
--bs-btn-active-color: #fff;
|
|
33505
|
+
--bs-btn-active-bg: #001bcc;
|
|
33506
|
+
--bs-btn-active-border-color: #001bcc;
|
|
33507
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33508
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33509
|
+
--bs-btn-disabled-bg: transparent;
|
|
33510
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33511
|
+
--bs-gradient: none;
|
|
33580
33512
|
}
|
|
33581
33513
|
|
|
33582
33514
|
.btn-icon-action {
|
|
@@ -33593,9 +33525,9 @@ textarea.form-control-lg {
|
|
|
33593
33525
|
--bs-btn-active-color: #fff;
|
|
33594
33526
|
--bs-btn-active-bg: #001499;
|
|
33595
33527
|
--bs-btn-active-border-color: #001499;
|
|
33596
|
-
--bs-btn-disabled-bg: #
|
|
33597
|
-
--bs-btn-disabled-color: #
|
|
33598
|
-
--bs-btn-disabled-border-color: #
|
|
33528
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33529
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33530
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33599
33531
|
width: 2.5rem;
|
|
33600
33532
|
height: 2.5rem;
|
|
33601
33533
|
line-height: 1;
|
|
@@ -33615,8 +33547,8 @@ textarea.form-control-lg {
|
|
|
33615
33547
|
--bs-btn-active-bg: #001499;
|
|
33616
33548
|
--bs-btn-active-border-color: #001499;
|
|
33617
33549
|
--bs-btn-disabled-bg: transparent;
|
|
33618
|
-
--bs-btn-disabled-color: #
|
|
33619
|
-
--bs-btn-disabled-border-color: #
|
|
33550
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33551
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33620
33552
|
width: 2.5rem;
|
|
33621
33553
|
height: 2.5rem;
|
|
33622
33554
|
line-height: 1;
|
|
@@ -33634,9 +33566,26 @@ textarea.form-control-lg {
|
|
|
33634
33566
|
--bs-btn-active-bg: #994010;
|
|
33635
33567
|
--bs-btn-active-border-color: #994010;
|
|
33636
33568
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33637
|
-
--bs-btn-disabled-color: #
|
|
33638
|
-
--bs-btn-disabled-bg: #
|
|
33639
|
-
--bs-btn-disabled-border-color: #
|
|
33569
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33570
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33571
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33572
|
+
}
|
|
33573
|
+
|
|
33574
|
+
.btn-outline-warning {
|
|
33575
|
+
--bs-btn-color: #ff6a1a;
|
|
33576
|
+
--bs-btn-border-color: #ff6a1a;
|
|
33577
|
+
--bs-btn-hover-color: #ff6a1a;
|
|
33578
|
+
--bs-btn-hover-bg: #fff0e8;
|
|
33579
|
+
--bs-btn-hover-border-color: #ff6a1a;
|
|
33580
|
+
--bs-btn-focus-shadow-rgb: 255, 106, 26;
|
|
33581
|
+
--bs-btn-active-color: #000;
|
|
33582
|
+
--bs-btn-active-bg: #cc5515;
|
|
33583
|
+
--bs-btn-active-border-color: #cc5515;
|
|
33584
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33585
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33586
|
+
--bs-btn-disabled-bg: transparent;
|
|
33587
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33588
|
+
--bs-gradient: none;
|
|
33640
33589
|
}
|
|
33641
33590
|
|
|
33642
33591
|
.btn-icon-warning {
|
|
@@ -33653,9 +33602,9 @@ textarea.form-control-lg {
|
|
|
33653
33602
|
--bs-btn-active-color: #fff;
|
|
33654
33603
|
--bs-btn-active-bg: #994010;
|
|
33655
33604
|
--bs-btn-active-border-color: #994010;
|
|
33656
|
-
--bs-btn-disabled-bg: #
|
|
33657
|
-
--bs-btn-disabled-color: #
|
|
33658
|
-
--bs-btn-disabled-border-color: #
|
|
33605
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33606
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33607
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33659
33608
|
width: 2.5rem;
|
|
33660
33609
|
height: 2.5rem;
|
|
33661
33610
|
line-height: 1;
|
|
@@ -33675,8 +33624,8 @@ textarea.form-control-lg {
|
|
|
33675
33624
|
--bs-btn-active-bg: #994010;
|
|
33676
33625
|
--bs-btn-active-border-color: #994010;
|
|
33677
33626
|
--bs-btn-disabled-bg: transparent;
|
|
33678
|
-
--bs-btn-disabled-color: #
|
|
33679
|
-
--bs-btn-disabled-border-color: #
|
|
33627
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33628
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33680
33629
|
width: 2.5rem;
|
|
33681
33630
|
height: 2.5rem;
|
|
33682
33631
|
line-height: 1;
|
|
@@ -33694,9 +33643,26 @@ textarea.form-control-lg {
|
|
|
33694
33643
|
--bs-btn-active-bg: #891725;
|
|
33695
33644
|
--bs-btn-active-border-color: #891725;
|
|
33696
33645
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33697
|
-
--bs-btn-disabled-color: #
|
|
33698
|
-
--bs-btn-disabled-bg: #
|
|
33699
|
-
--bs-btn-disabled-border-color: #
|
|
33646
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33647
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33648
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33649
|
+
}
|
|
33650
|
+
|
|
33651
|
+
.btn-outline-danger {
|
|
33652
|
+
--bs-btn-color: #e4263e;
|
|
33653
|
+
--bs-btn-border-color: #e4263e;
|
|
33654
|
+
--bs-btn-hover-color: #e4263e;
|
|
33655
|
+
--bs-btn-hover-bg: #fce9ec;
|
|
33656
|
+
--bs-btn-hover-border-color: #e4263e;
|
|
33657
|
+
--bs-btn-focus-shadow-rgb: 228, 38, 62;
|
|
33658
|
+
--bs-btn-active-color: #fff;
|
|
33659
|
+
--bs-btn-active-bg: #b61e32;
|
|
33660
|
+
--bs-btn-active-border-color: #b61e32;
|
|
33661
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33662
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33663
|
+
--bs-btn-disabled-bg: transparent;
|
|
33664
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33665
|
+
--bs-gradient: none;
|
|
33700
33666
|
}
|
|
33701
33667
|
|
|
33702
33668
|
.btn-icon-danger {
|
|
@@ -33713,9 +33679,9 @@ textarea.form-control-lg {
|
|
|
33713
33679
|
--bs-btn-active-color: #fff;
|
|
33714
33680
|
--bs-btn-active-bg: #891725;
|
|
33715
33681
|
--bs-btn-active-border-color: #891725;
|
|
33716
|
-
--bs-btn-disabled-bg: #
|
|
33717
|
-
--bs-btn-disabled-color: #
|
|
33718
|
-
--bs-btn-disabled-border-color: #
|
|
33682
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33683
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33684
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33719
33685
|
width: 2.5rem;
|
|
33720
33686
|
height: 2.5rem;
|
|
33721
33687
|
line-height: 1;
|
|
@@ -33735,8 +33701,8 @@ textarea.form-control-lg {
|
|
|
33735
33701
|
--bs-btn-active-bg: #891725;
|
|
33736
33702
|
--bs-btn-active-border-color: #891725;
|
|
33737
33703
|
--bs-btn-disabled-bg: transparent;
|
|
33738
|
-
--bs-btn-disabled-color: #
|
|
33739
|
-
--bs-btn-disabled-border-color: #
|
|
33704
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33705
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33740
33706
|
width: 2.5rem;
|
|
33741
33707
|
height: 2.5rem;
|
|
33742
33708
|
line-height: 1;
|
|
@@ -33754,9 +33720,26 @@ textarea.form-control-lg {
|
|
|
33754
33720
|
--bs-btn-active-bg: #999;
|
|
33755
33721
|
--bs-btn-active-border-color: #999;
|
|
33756
33722
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33757
|
-
--bs-btn-disabled-color: #
|
|
33758
|
-
--bs-btn-disabled-bg:
|
|
33759
|
-
--bs-btn-disabled-border-color:
|
|
33723
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33724
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33725
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33726
|
+
}
|
|
33727
|
+
|
|
33728
|
+
.btn-outline-light {
|
|
33729
|
+
--bs-btn-color: #fff;
|
|
33730
|
+
--bs-btn-border-color: #fff;
|
|
33731
|
+
--bs-btn-hover-color: #fff;
|
|
33732
|
+
--bs-btn-hover-bg: white;
|
|
33733
|
+
--bs-btn-hover-border-color: #fff;
|
|
33734
|
+
--bs-btn-focus-shadow-rgb: 255, 255, 255;
|
|
33735
|
+
--bs-btn-active-color: #000;
|
|
33736
|
+
--bs-btn-active-bg: #ccc;
|
|
33737
|
+
--bs-btn-active-border-color: #ccc;
|
|
33738
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33739
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33740
|
+
--bs-btn-disabled-bg: transparent;
|
|
33741
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33742
|
+
--bs-gradient: none;
|
|
33760
33743
|
}
|
|
33761
33744
|
|
|
33762
33745
|
.btn-icon-light {
|
|
@@ -33773,9 +33756,9 @@ textarea.form-control-lg {
|
|
|
33773
33756
|
--bs-btn-active-color: #000;
|
|
33774
33757
|
--bs-btn-active-bg: #999;
|
|
33775
33758
|
--bs-btn-active-border-color: #999;
|
|
33776
|
-
--bs-btn-disabled-bg:
|
|
33777
|
-
--bs-btn-disabled-color: #
|
|
33778
|
-
--bs-btn-disabled-border-color:
|
|
33759
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33760
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33761
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33779
33762
|
width: 2.5rem;
|
|
33780
33763
|
height: 2.5rem;
|
|
33781
33764
|
line-height: 1;
|
|
@@ -33795,8 +33778,8 @@ textarea.form-control-lg {
|
|
|
33795
33778
|
--bs-btn-active-bg: #999;
|
|
33796
33779
|
--bs-btn-active-border-color: #999;
|
|
33797
33780
|
--bs-btn-disabled-bg: transparent;
|
|
33798
|
-
--bs-btn-disabled-color:
|
|
33799
|
-
--bs-btn-disabled-border-color:
|
|
33781
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33782
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33800
33783
|
width: 2.5rem;
|
|
33801
33784
|
height: 2.5rem;
|
|
33802
33785
|
line-height: 1;
|
|
@@ -33814,9 +33797,26 @@ textarea.form-control-lg {
|
|
|
33814
33797
|
--bs-btn-active-bg: #111112;
|
|
33815
33798
|
--bs-btn-active-border-color: #111112;
|
|
33816
33799
|
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33817
|
-
--bs-btn-disabled-color: #
|
|
33818
|
-
--bs-btn-disabled-bg: #
|
|
33819
|
-
--bs-btn-disabled-border-color: #
|
|
33800
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33801
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33802
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33803
|
+
}
|
|
33804
|
+
|
|
33805
|
+
.btn-outline-dark {
|
|
33806
|
+
--bs-btn-color: #1c1d1e;
|
|
33807
|
+
--bs-btn-border-color: #1c1d1e;
|
|
33808
|
+
--bs-btn-hover-color: #1c1d1e;
|
|
33809
|
+
--bs-btn-hover-bg: #e8e8e9;
|
|
33810
|
+
--bs-btn-hover-border-color: #1c1d1e;
|
|
33811
|
+
--bs-btn-focus-shadow-rgb: 28, 29, 30;
|
|
33812
|
+
--bs-btn-active-color: #fff;
|
|
33813
|
+
--bs-btn-active-bg: #161718;
|
|
33814
|
+
--bs-btn-active-border-color: #161718;
|
|
33815
|
+
--bs-btn-active-shadow: inset 0 3px 5px #00000020;
|
|
33816
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33817
|
+
--bs-btn-disabled-bg: transparent;
|
|
33818
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33819
|
+
--bs-gradient: none;
|
|
33820
33820
|
}
|
|
33821
33821
|
|
|
33822
33822
|
.btn-icon-dark {
|
|
@@ -33833,9 +33833,9 @@ textarea.form-control-lg {
|
|
|
33833
33833
|
--bs-btn-active-color: #fff;
|
|
33834
33834
|
--bs-btn-active-bg: #111112;
|
|
33835
33835
|
--bs-btn-active-border-color: #111112;
|
|
33836
|
-
--bs-btn-disabled-bg: #
|
|
33837
|
-
--bs-btn-disabled-color: #
|
|
33838
|
-
--bs-btn-disabled-border-color: #
|
|
33836
|
+
--bs-btn-disabled-bg: #d0d2d6;
|
|
33837
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33838
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33839
33839
|
width: 2.5rem;
|
|
33840
33840
|
height: 2.5rem;
|
|
33841
33841
|
line-height: 1;
|
|
@@ -33855,8 +33855,8 @@ textarea.form-control-lg {
|
|
|
33855
33855
|
--bs-btn-active-bg: #111112;
|
|
33856
33856
|
--bs-btn-active-border-color: #111112;
|
|
33857
33857
|
--bs-btn-disabled-bg: transparent;
|
|
33858
|
-
--bs-btn-disabled-color: #
|
|
33859
|
-
--bs-btn-disabled-border-color: #
|
|
33858
|
+
--bs-btn-disabled-color: #a1a5ad;
|
|
33859
|
+
--bs-btn-disabled-border-color: #d0d2d6;
|
|
33860
33860
|
width: 2.5rem;
|
|
33861
33861
|
height: 2.5rem;
|
|
33862
33862
|
line-height: 1;
|
|
@@ -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
|
|