@unlk/keymaster 1.2.6 → 1.2.8
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 +14 -0
- package/dist/css/keymaster.css +560 -43
- package/dist/css/keymaster.css.map +1 -1
- package/dist/css/keymaster.min.css +15 -3
- 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/_buttons.scss +72 -5
- package/scss/theme/_fontawesome.scss +5 -2
- package/scss/theme/mixins/_buttons.scss +68 -0
package/dist/css/keymaster.css
CHANGED
|
@@ -19236,7 +19236,7 @@
|
|
|
19236
19236
|
*/
|
|
19237
19237
|
:root, :host {
|
|
19238
19238
|
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
19239
|
-
--fa-font-sharp-
|
|
19239
|
+
--fa-font-sharp-solid: normal 900 1em/1 var(--fa-family-sharp);
|
|
19240
19240
|
/* deprecated: this older custom property will be removed next major release */
|
|
19241
19241
|
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
19242
19242
|
}
|
|
@@ -19244,21 +19244,53 @@
|
|
|
19244
19244
|
@font-face {
|
|
19245
19245
|
font-family: "Font Awesome 7 Sharp";
|
|
19246
19246
|
font-style: normal;
|
|
19247
|
-
font-weight:
|
|
19247
|
+
font-weight: 900;
|
|
19248
19248
|
font-display: block;
|
|
19249
|
-
src: url("../../../fonts/fa-sharp-
|
|
19249
|
+
src: url("../../../fonts/fa-sharp-solid-900.woff2");
|
|
19250
19250
|
}
|
|
19251
|
-
.
|
|
19251
|
+
.fass {
|
|
19252
19252
|
--fa-family: var(--fa-family-sharp);
|
|
19253
|
-
--fa-style:
|
|
19253
|
+
--fa-style: 900;
|
|
19254
19254
|
}
|
|
19255
19255
|
|
|
19256
19256
|
.fa-sharp {
|
|
19257
19257
|
--fa-family: var(--fa-family-sharp);
|
|
19258
19258
|
}
|
|
19259
19259
|
|
|
19260
|
-
.fa-
|
|
19261
|
-
--fa-style:
|
|
19260
|
+
.fa-solid {
|
|
19261
|
+
--fa-style: 900;
|
|
19262
|
+
}
|
|
19263
|
+
|
|
19264
|
+
/*!
|
|
19265
|
+
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19266
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
19267
|
+
* Copyright 2025 Fonticons, Inc.
|
|
19268
|
+
*/
|
|
19269
|
+
:root, :host {
|
|
19270
|
+
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
19271
|
+
--fa-font-sharp-regular: normal 400 1em/1 var(--fa-family-sharp);
|
|
19272
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
19273
|
+
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
19274
|
+
}
|
|
19275
|
+
|
|
19276
|
+
@font-face {
|
|
19277
|
+
font-family: "Font Awesome 7 Sharp";
|
|
19278
|
+
font-style: normal;
|
|
19279
|
+
font-weight: 400;
|
|
19280
|
+
font-display: block;
|
|
19281
|
+
src: url("../../../fonts/fa-sharp-regular-400.woff2");
|
|
19282
|
+
}
|
|
19283
|
+
.fasr {
|
|
19284
|
+
--fa-family: var(--fa-family-sharp);
|
|
19285
|
+
--fa-style: 400;
|
|
19286
|
+
}
|
|
19287
|
+
|
|
19288
|
+
.fa-sharp {
|
|
19289
|
+
--fa-family: var(--fa-family-sharp);
|
|
19290
|
+
}
|
|
19291
|
+
|
|
19292
|
+
.fa-regular {
|
|
19293
|
+
--fa-style: 400;
|
|
19262
19294
|
}
|
|
19263
19295
|
|
|
19264
19296
|
/*!
|
|
@@ -19293,6 +19325,38 @@
|
|
|
19293
19325
|
--fa-style: 300;
|
|
19294
19326
|
}
|
|
19295
19327
|
|
|
19328
|
+
/*!
|
|
19329
|
+
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19330
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
19331
|
+
* Copyright 2025 Fonticons, Inc.
|
|
19332
|
+
*/
|
|
19333
|
+
:root, :host {
|
|
19334
|
+
--fa-family-sharp: "Font Awesome 7 Sharp";
|
|
19335
|
+
--fa-font-sharp-thin: normal 100 1em/1 var(--fa-family-sharp);
|
|
19336
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
19337
|
+
--fa-style-family-sharp: var(--fa-family-sharp);
|
|
19338
|
+
}
|
|
19339
|
+
|
|
19340
|
+
@font-face {
|
|
19341
|
+
font-family: "Font Awesome 7 Sharp";
|
|
19342
|
+
font-style: normal;
|
|
19343
|
+
font-weight: 100;
|
|
19344
|
+
font-display: block;
|
|
19345
|
+
src: url("../../../fonts/fa-sharp-thin-100.woff2");
|
|
19346
|
+
}
|
|
19347
|
+
.fast {
|
|
19348
|
+
--fa-family: var(--fa-family-sharp);
|
|
19349
|
+
--fa-style: 100;
|
|
19350
|
+
}
|
|
19351
|
+
|
|
19352
|
+
.fa-sharp {
|
|
19353
|
+
--fa-family: var(--fa-family-sharp);
|
|
19354
|
+
}
|
|
19355
|
+
|
|
19356
|
+
.fa-thin {
|
|
19357
|
+
--fa-style: 100;
|
|
19358
|
+
}
|
|
19359
|
+
|
|
19296
19360
|
/*!
|
|
19297
19361
|
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19298
19362
|
* License - https://fontawesome.com/license (Commercial License)
|
|
@@ -19372,7 +19436,7 @@
|
|
|
19372
19436
|
*/
|
|
19373
19437
|
:root, :host {
|
|
19374
19438
|
--fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
|
|
19375
|
-
--fa-font-sharp-duotone-
|
|
19439
|
+
--fa-font-sharp-duotone-regular: normal 400 1em/1 var(--fa-family-sharp-duotone);
|
|
19376
19440
|
/* deprecated: this older custom property will be removed next major release */
|
|
19377
19441
|
--fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
|
|
19378
19442
|
}
|
|
@@ -19380,13 +19444,13 @@
|
|
|
19380
19444
|
@font-face {
|
|
19381
19445
|
font-family: "Font Awesome 7 Sharp Duotone";
|
|
19382
19446
|
font-style: normal;
|
|
19383
|
-
font-weight:
|
|
19447
|
+
font-weight: 400;
|
|
19384
19448
|
font-display: block;
|
|
19385
|
-
src: url("../../../fonts/fa-sharp-duotone-
|
|
19449
|
+
src: url("../../../fonts/fa-sharp-duotone-regular-400.woff2");
|
|
19386
19450
|
}
|
|
19387
|
-
.
|
|
19451
|
+
.fasdr {
|
|
19388
19452
|
--fa-family: var(--fa-family-sharp-duotone);
|
|
19389
|
-
--fa-style:
|
|
19453
|
+
--fa-style: 400;
|
|
19390
19454
|
position: relative;
|
|
19391
19455
|
letter-spacing: normal;
|
|
19392
19456
|
}
|
|
@@ -19397,42 +19461,42 @@
|
|
|
19397
19461
|
letter-spacing: normal;
|
|
19398
19462
|
}
|
|
19399
19463
|
|
|
19400
|
-
.fa-
|
|
19401
|
-
--fa-style:
|
|
19464
|
+
.fa-regular {
|
|
19465
|
+
--fa-style: 400;
|
|
19402
19466
|
}
|
|
19403
19467
|
|
|
19404
|
-
.
|
|
19468
|
+
.fasdr::before,
|
|
19405
19469
|
.fa-sharp-duotone::before {
|
|
19406
19470
|
position: absolute;
|
|
19407
19471
|
color: var(--fa-primary-color, currentColor);
|
|
19408
19472
|
opacity: var(--fa-primary-opacity, 1);
|
|
19409
19473
|
}
|
|
19410
19474
|
|
|
19411
|
-
.
|
|
19475
|
+
.fasdr::after,
|
|
19412
19476
|
.fa-sharp-duotone::after {
|
|
19413
19477
|
color: var(--fa-secondary-color, currentColor);
|
|
19414
19478
|
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19415
19479
|
}
|
|
19416
19480
|
|
|
19417
|
-
.fa-swap-opacity .
|
|
19481
|
+
.fa-swap-opacity .fasdr::before,
|
|
19418
19482
|
.fa-swap-opacity .fa-sharp-duotone::before,
|
|
19419
|
-
.fa-swap-opacity.
|
|
19483
|
+
.fa-swap-opacity.fasdr::before,
|
|
19420
19484
|
.fa-swap-opacity.fa-sharp-duotone::before {
|
|
19421
19485
|
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19422
19486
|
}
|
|
19423
19487
|
|
|
19424
|
-
.fa-swap-opacity .
|
|
19488
|
+
.fa-swap-opacity .fasdr::after,
|
|
19425
19489
|
.fa-swap-opacity .fa-sharp-duotone::after,
|
|
19426
|
-
.fa-swap-opacity.
|
|
19490
|
+
.fa-swap-opacity.fasdr::after,
|
|
19427
19491
|
.fa-swap-opacity.fa-sharp-duotone::after {
|
|
19428
19492
|
opacity: var(--fa-primary-opacity, 1);
|
|
19429
19493
|
}
|
|
19430
19494
|
|
|
19431
|
-
.fa-li.
|
|
19495
|
+
.fa-li.fasdr,
|
|
19432
19496
|
.fa-li.fa-sharp-duotone,
|
|
19433
|
-
.fa-stack-1x.
|
|
19497
|
+
.fa-stack-1x.fasdr,
|
|
19434
19498
|
.fa-stack-1x.fa-sharp-duotone,
|
|
19435
|
-
.fa-stack-2x.
|
|
19499
|
+
.fa-stack-2x.fasdr,
|
|
19436
19500
|
.fa-stack-2x.fa-sharp-duotone {
|
|
19437
19501
|
position: absolute;
|
|
19438
19502
|
}
|
|
@@ -19509,6 +19573,78 @@
|
|
|
19509
19573
|
position: absolute;
|
|
19510
19574
|
}
|
|
19511
19575
|
|
|
19576
|
+
/*!
|
|
19577
|
+
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19578
|
+
* License - https://fontawesome.com/license (Commercial License)
|
|
19579
|
+
* Copyright 2025 Fonticons, Inc.
|
|
19580
|
+
*/
|
|
19581
|
+
:root, :host {
|
|
19582
|
+
--fa-family-sharp-duotone: "Font Awesome 7 Sharp Duotone";
|
|
19583
|
+
--fa-font-sharp-duotone-thin: normal 100 1em/1 var(--fa-family-sharp-duotone);
|
|
19584
|
+
/* deprecated: this older custom property will be removed next major release */
|
|
19585
|
+
--fa-style-family-sharp-duotone: var(--fa-family-sharp-duotone);
|
|
19586
|
+
}
|
|
19587
|
+
|
|
19588
|
+
@font-face {
|
|
19589
|
+
font-family: "Font Awesome 7 Sharp Duotone";
|
|
19590
|
+
font-style: normal;
|
|
19591
|
+
font-weight: 100;
|
|
19592
|
+
font-display: block;
|
|
19593
|
+
src: url("../../../fonts/fa-sharp-duotone-thin-100.woff2");
|
|
19594
|
+
}
|
|
19595
|
+
.fasdt {
|
|
19596
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
19597
|
+
--fa-style: 100;
|
|
19598
|
+
position: relative;
|
|
19599
|
+
letter-spacing: normal;
|
|
19600
|
+
}
|
|
19601
|
+
|
|
19602
|
+
.fa-sharp-duotone {
|
|
19603
|
+
--fa-family: var(--fa-family-sharp-duotone);
|
|
19604
|
+
position: relative;
|
|
19605
|
+
letter-spacing: normal;
|
|
19606
|
+
}
|
|
19607
|
+
|
|
19608
|
+
.fa-thin {
|
|
19609
|
+
--fa-style: 100;
|
|
19610
|
+
}
|
|
19611
|
+
|
|
19612
|
+
.fasdt::before,
|
|
19613
|
+
.fa-sharp-duotone::before {
|
|
19614
|
+
position: absolute;
|
|
19615
|
+
color: var(--fa-primary-color, currentColor);
|
|
19616
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
19617
|
+
}
|
|
19618
|
+
|
|
19619
|
+
.fasdt::after,
|
|
19620
|
+
.fa-sharp-duotone::after {
|
|
19621
|
+
color: var(--fa-secondary-color, currentColor);
|
|
19622
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19623
|
+
}
|
|
19624
|
+
|
|
19625
|
+
.fa-swap-opacity .fasdt::before,
|
|
19626
|
+
.fa-swap-opacity .fa-sharp-duotone::before,
|
|
19627
|
+
.fa-swap-opacity.fasdt::before,
|
|
19628
|
+
.fa-swap-opacity.fa-sharp-duotone::before {
|
|
19629
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
19630
|
+
}
|
|
19631
|
+
|
|
19632
|
+
.fa-swap-opacity .fasdt::after,
|
|
19633
|
+
.fa-swap-opacity .fa-sharp-duotone::after,
|
|
19634
|
+
.fa-swap-opacity.fasdt::after,
|
|
19635
|
+
.fa-swap-opacity.fa-sharp-duotone::after {
|
|
19636
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
19637
|
+
}
|
|
19638
|
+
|
|
19639
|
+
.fa-li.fasdt,
|
|
19640
|
+
.fa-li.fa-sharp-duotone,
|
|
19641
|
+
.fa-stack-1x.fasdt,
|
|
19642
|
+
.fa-stack-1x.fa-sharp-duotone,
|
|
19643
|
+
.fa-stack-2x.fasdt,
|
|
19644
|
+
.fa-stack-2x.fa-sharp-duotone {
|
|
19645
|
+
position: absolute;
|
|
19646
|
+
}
|
|
19647
|
+
|
|
19512
19648
|
/*!
|
|
19513
19649
|
* Font Awesome Pro 7.0.0 by @fontawesome - https://fontawesome.com
|
|
19514
19650
|
* License - https://fontawesome.com/license (Commercial License)
|
|
@@ -35746,23 +35882,6 @@ textarea.form-control-lg {
|
|
|
35746
35882
|
margin-left: 0.5rem;
|
|
35747
35883
|
}
|
|
35748
35884
|
|
|
35749
|
-
.btn-link-action {
|
|
35750
|
-
--bs-btn-color: rgb(19.3, 19.7, 20.4);
|
|
35751
|
-
--bs-btn-bg: transparent;
|
|
35752
|
-
--bs-btn-border-color: transparent;
|
|
35753
|
-
--bs-btn-hover-color: rgb(19.3, 19.7, 20.4);
|
|
35754
|
-
--bs-btn-hover-bg: rgb(229.5, 232.9, 255);
|
|
35755
|
-
--bs-btn-hover-border-color: transparent;
|
|
35756
|
-
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
35757
|
-
--bs-btn-active-color: #fff;
|
|
35758
|
-
--bs-btn-active-border-color: transparent;
|
|
35759
|
-
--bs-btn-disabled-bg: transparent;
|
|
35760
|
-
--bs-btn-disabled-color: rgb(217.8, 220.2, 224.4);
|
|
35761
|
-
--bs-btn-disabled-border-color: transparent;
|
|
35762
|
-
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
35763
|
-
text-decoration: none;
|
|
35764
|
-
}
|
|
35765
|
-
|
|
35766
35885
|
.btn-primary {
|
|
35767
35886
|
--bs-btn-color: #fff;
|
|
35768
35887
|
--bs-btn-bg: #1f1f4f;
|
|
@@ -35780,14 +35899,57 @@ textarea.form-control-lg {
|
|
|
35780
35899
|
--bs-btn-disabled-border-color: #1f1f4f;
|
|
35781
35900
|
}
|
|
35782
35901
|
|
|
35902
|
+
.btn-icon-primary {
|
|
35903
|
+
width: 2.5rem;
|
|
35904
|
+
height: 2.5rem;
|
|
35905
|
+
line-height: 1;
|
|
35906
|
+
text-align: center;
|
|
35907
|
+
--bs-btn-padding-x: 0.5rem;
|
|
35908
|
+
--bs-btn-padding-y: 0.5rem;
|
|
35909
|
+
--bs-btn-color: #fff;
|
|
35910
|
+
--bs-btn-bg: #1f1f4f;
|
|
35911
|
+
--bs-btn-border-color: #1f1f4f;
|
|
35912
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
35913
|
+
--bs-btn-hover-color: #fff;
|
|
35914
|
+
--bs-btn-hover-bg: rgb(24.8, 24.8, 63.2);
|
|
35915
|
+
--bs-btn-hover-border-color: rgb(24.8, 24.8, 63.2);
|
|
35916
|
+
--bs-btn-active-color: #fff;
|
|
35917
|
+
--bs-btn-active-bg: rgb(18.6, 18.6, 47.4);
|
|
35918
|
+
--bs-btn-active-border-color: rgb(18.6, 18.6, 47.4);
|
|
35919
|
+
--bs-btn-disabled-bg: #1f1f4f;
|
|
35920
|
+
--bs-btn-disabled-color: #fff;
|
|
35921
|
+
--bs-btn-disabled-border-color: #1f1f4f;
|
|
35922
|
+
}
|
|
35923
|
+
|
|
35924
|
+
.btn-icon-outline-primary {
|
|
35925
|
+
width: 2.5rem;
|
|
35926
|
+
height: 2.5rem;
|
|
35927
|
+
line-height: 1;
|
|
35928
|
+
--bs-btn-padding-x: 0.5rem;
|
|
35929
|
+
--bs-btn-padding-y: 0.5rem;
|
|
35930
|
+
--bs-btn-color: #1f1f4f;
|
|
35931
|
+
--bs-btn-bg: transparent;
|
|
35932
|
+
--bs-btn-border-color: #1f1f4f;
|
|
35933
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
35934
|
+
--bs-btn-hover-color: #fff;
|
|
35935
|
+
--bs-btn-hover-bg: #1f1f4f;
|
|
35936
|
+
--bs-btn-hover-border-color: #1f1f4f;
|
|
35937
|
+
--bs-btn-active-color: #fff;
|
|
35938
|
+
--bs-btn-active-bg: rgb(18.6, 18.6, 47.4);
|
|
35939
|
+
--bs-btn-active-border-color: rgb(18.6, 18.6, 47.4);
|
|
35940
|
+
--bs-btn-disabled-bg: transparent;
|
|
35941
|
+
--bs-btn-disabled-color: #1f1f4f;
|
|
35942
|
+
--bs-btn-disabled-border-color: #1f1f4f;
|
|
35943
|
+
}
|
|
35944
|
+
|
|
35783
35945
|
.btn-secondary {
|
|
35784
|
-
--bs-btn-color:
|
|
35946
|
+
--bs-btn-color: #000;
|
|
35785
35947
|
--bs-btn-bg: #fbcd18;
|
|
35786
35948
|
--bs-btn-border-color: #fbcd18;
|
|
35787
|
-
--bs-btn-hover-color:
|
|
35949
|
+
--bs-btn-hover-color: #000;
|
|
35788
35950
|
--bs-btn-hover-bg: rgb(251.8, 215, 70.2);
|
|
35789
35951
|
--bs-btn-hover-border-color: rgb(251.8, 215, 70.2);
|
|
35790
|
-
--bs-btn-focus-shadow-rgb:
|
|
35952
|
+
--bs-btn-focus-shadow-rgb: 213, 174, 20;
|
|
35791
35953
|
--bs-btn-active-color: #000;
|
|
35792
35954
|
--bs-btn-active-bg: rgb(252.6, 225, 116.4);
|
|
35793
35955
|
--bs-btn-active-border-color: rgb(252.6, 225, 116.4);
|
|
@@ -35797,6 +35959,49 @@ textarea.form-control-lg {
|
|
|
35797
35959
|
--bs-btn-disabled-border-color: #fbcd18;
|
|
35798
35960
|
}
|
|
35799
35961
|
|
|
35962
|
+
.btn-icon-secondary {
|
|
35963
|
+
width: 2.5rem;
|
|
35964
|
+
height: 2.5rem;
|
|
35965
|
+
line-height: 1;
|
|
35966
|
+
text-align: center;
|
|
35967
|
+
--bs-btn-padding-x: 0.5rem;
|
|
35968
|
+
--bs-btn-padding-y: 0.5rem;
|
|
35969
|
+
--bs-btn-color: #000;
|
|
35970
|
+
--bs-btn-bg: #fbcd18;
|
|
35971
|
+
--bs-btn-border-color: #fbcd18;
|
|
35972
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
35973
|
+
--bs-btn-hover-color: #000;
|
|
35974
|
+
--bs-btn-hover-bg: rgb(251.8, 215, 70.2);
|
|
35975
|
+
--bs-btn-hover-border-color: rgb(251.8, 215, 70.2);
|
|
35976
|
+
--bs-btn-active-color: #000;
|
|
35977
|
+
--bs-btn-active-bg: rgb(252.6, 225, 116.4);
|
|
35978
|
+
--bs-btn-active-border-color: rgb(252.6, 225, 116.4);
|
|
35979
|
+
--bs-btn-disabled-bg: #fbcd18;
|
|
35980
|
+
--bs-btn-disabled-color: #000;
|
|
35981
|
+
--bs-btn-disabled-border-color: #fbcd18;
|
|
35982
|
+
}
|
|
35983
|
+
|
|
35984
|
+
.btn-icon-outline-secondary {
|
|
35985
|
+
width: 2.5rem;
|
|
35986
|
+
height: 2.5rem;
|
|
35987
|
+
line-height: 1;
|
|
35988
|
+
--bs-btn-padding-x: 0.5rem;
|
|
35989
|
+
--bs-btn-padding-y: 0.5rem;
|
|
35990
|
+
--bs-btn-color: #fbcd18;
|
|
35991
|
+
--bs-btn-bg: transparent;
|
|
35992
|
+
--bs-btn-border-color: #fbcd18;
|
|
35993
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
35994
|
+
--bs-btn-hover-color: #000;
|
|
35995
|
+
--bs-btn-hover-bg: #fbcd18;
|
|
35996
|
+
--bs-btn-hover-border-color: #fbcd18;
|
|
35997
|
+
--bs-btn-active-color: #000;
|
|
35998
|
+
--bs-btn-active-bg: rgb(150.6, 123, 14.4);
|
|
35999
|
+
--bs-btn-active-border-color: rgb(150.6, 123, 14.4);
|
|
36000
|
+
--bs-btn-disabled-bg: transparent;
|
|
36001
|
+
--bs-btn-disabled-color: #fbcd18;
|
|
36002
|
+
--bs-btn-disabled-border-color: #fbcd18;
|
|
36003
|
+
}
|
|
36004
|
+
|
|
35800
36005
|
.btn-success {
|
|
35801
36006
|
--bs-btn-color: #000;
|
|
35802
36007
|
--bs-btn-bg: #09cc8b;
|
|
@@ -35814,6 +36019,66 @@ textarea.form-control-lg {
|
|
|
35814
36019
|
--bs-btn-disabled-border-color: #09cc8b;
|
|
35815
36020
|
}
|
|
35816
36021
|
|
|
36022
|
+
.btn-icon-success {
|
|
36023
|
+
width: 2.5rem;
|
|
36024
|
+
height: 2.5rem;
|
|
36025
|
+
line-height: 1;
|
|
36026
|
+
text-align: center;
|
|
36027
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36028
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36029
|
+
--bs-btn-color: #000;
|
|
36030
|
+
--bs-btn-bg: #09cc8b;
|
|
36031
|
+
--bs-btn-border-color: #09cc8b;
|
|
36032
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36033
|
+
--bs-btn-hover-color: #000;
|
|
36034
|
+
--bs-btn-hover-bg: rgb(7.2, 163.2, 111.2);
|
|
36035
|
+
--bs-btn-hover-border-color: rgb(7.2, 163.2, 111.2);
|
|
36036
|
+
--bs-btn-active-color: #fff;
|
|
36037
|
+
--bs-btn-active-bg: rgb(5.4, 122.4, 83.4);
|
|
36038
|
+
--bs-btn-active-border-color: rgb(5.4, 122.4, 83.4);
|
|
36039
|
+
--bs-btn-disabled-bg: #09cc8b;
|
|
36040
|
+
--bs-btn-disabled-color: #fff;
|
|
36041
|
+
--bs-btn-disabled-border-color: #09cc8b;
|
|
36042
|
+
}
|
|
36043
|
+
|
|
36044
|
+
.btn-icon-outline-success {
|
|
36045
|
+
width: 2.5rem;
|
|
36046
|
+
height: 2.5rem;
|
|
36047
|
+
line-height: 1;
|
|
36048
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36049
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36050
|
+
--bs-btn-color: #09cc8b;
|
|
36051
|
+
--bs-btn-bg: transparent;
|
|
36052
|
+
--bs-btn-border-color: #09cc8b;
|
|
36053
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36054
|
+
--bs-btn-hover-color: #000;
|
|
36055
|
+
--bs-btn-hover-bg: #09cc8b;
|
|
36056
|
+
--bs-btn-hover-border-color: #09cc8b;
|
|
36057
|
+
--bs-btn-active-color: #fff;
|
|
36058
|
+
--bs-btn-active-bg: rgb(5.4, 122.4, 83.4);
|
|
36059
|
+
--bs-btn-active-border-color: rgb(5.4, 122.4, 83.4);
|
|
36060
|
+
--bs-btn-disabled-bg: transparent;
|
|
36061
|
+
--bs-btn-disabled-color: #09cc8b;
|
|
36062
|
+
--bs-btn-disabled-border-color: #09cc8b;
|
|
36063
|
+
}
|
|
36064
|
+
|
|
36065
|
+
.btn-link-action {
|
|
36066
|
+
--bs-btn-color: rgb(19.3, 19.7, 20.4);
|
|
36067
|
+
--bs-btn-bg: transparent;
|
|
36068
|
+
--bs-btn-border-color: transparent;
|
|
36069
|
+
--bs-btn-hover-color: rgb(19.3, 19.7, 20.4);
|
|
36070
|
+
--bs-btn-hover-bg: rgb(229.5, 232.9, 255);
|
|
36071
|
+
--bs-btn-hover-border-color: transparent;
|
|
36072
|
+
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
36073
|
+
--bs-btn-active-color: #fff;
|
|
36074
|
+
--bs-btn-active-border-color: transparent;
|
|
36075
|
+
--bs-btn-disabled-bg: transparent;
|
|
36076
|
+
--bs-btn-disabled-color: rgb(217.8, 220.2, 224.4);
|
|
36077
|
+
--bs-btn-disabled-border-color: transparent;
|
|
36078
|
+
--bs-btn-focus-shadow-rgb: 65, 65, 105;
|
|
36079
|
+
text-decoration: none;
|
|
36080
|
+
}
|
|
36081
|
+
|
|
35817
36082
|
.btn-action {
|
|
35818
36083
|
--bs-btn-color: #fff;
|
|
35819
36084
|
--bs-btn-bg: #02f;
|
|
@@ -35831,6 +36096,49 @@ textarea.form-control-lg {
|
|
|
35831
36096
|
--bs-btn-disabled-border-color: #0022ff;
|
|
35832
36097
|
}
|
|
35833
36098
|
|
|
36099
|
+
.btn-icon-action {
|
|
36100
|
+
width: 2.5rem;
|
|
36101
|
+
height: 2.5rem;
|
|
36102
|
+
line-height: 1;
|
|
36103
|
+
text-align: center;
|
|
36104
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36105
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36106
|
+
--bs-btn-color: #fff;
|
|
36107
|
+
--bs-btn-bg: #02f;
|
|
36108
|
+
--bs-btn-border-color: #02f;
|
|
36109
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36110
|
+
--bs-btn-hover-color: #fff;
|
|
36111
|
+
--bs-btn-hover-bg: rgb(0, 27.2, 204);
|
|
36112
|
+
--bs-btn-hover-border-color: rgb(0, 27.2, 204);
|
|
36113
|
+
--bs-btn-active-color: #fff;
|
|
36114
|
+
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
36115
|
+
--bs-btn-active-border-color: rgb(0, 20.4, 153);
|
|
36116
|
+
--bs-btn-disabled-bg: #0022ff;
|
|
36117
|
+
--bs-btn-disabled-color: #fff;
|
|
36118
|
+
--bs-btn-disabled-border-color: #0022ff;
|
|
36119
|
+
}
|
|
36120
|
+
|
|
36121
|
+
.btn-icon-outline-action {
|
|
36122
|
+
width: 2.5rem;
|
|
36123
|
+
height: 2.5rem;
|
|
36124
|
+
line-height: 1;
|
|
36125
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36126
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36127
|
+
--bs-btn-color: #02f;
|
|
36128
|
+
--bs-btn-bg: transparent;
|
|
36129
|
+
--bs-btn-border-color: #02f;
|
|
36130
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36131
|
+
--bs-btn-hover-color: #fff;
|
|
36132
|
+
--bs-btn-hover-bg: #02f;
|
|
36133
|
+
--bs-btn-hover-border-color: #02f;
|
|
36134
|
+
--bs-btn-active-color: #fff;
|
|
36135
|
+
--bs-btn-active-bg: rgb(0, 20.4, 153);
|
|
36136
|
+
--bs-btn-active-border-color: rgb(0, 20.4, 153);
|
|
36137
|
+
--bs-btn-disabled-bg: transparent;
|
|
36138
|
+
--bs-btn-disabled-color: #0022ff;
|
|
36139
|
+
--bs-btn-disabled-border-color: #0022ff;
|
|
36140
|
+
}
|
|
36141
|
+
|
|
35834
36142
|
.btn-warning {
|
|
35835
36143
|
--bs-btn-color: #000;
|
|
35836
36144
|
--bs-btn-bg: #ff6a1a;
|
|
@@ -35848,6 +36156,49 @@ textarea.form-control-lg {
|
|
|
35848
36156
|
--bs-btn-disabled-border-color: #ff6a1a;
|
|
35849
36157
|
}
|
|
35850
36158
|
|
|
36159
|
+
.btn-icon-warning {
|
|
36160
|
+
width: 2.5rem;
|
|
36161
|
+
height: 2.5rem;
|
|
36162
|
+
line-height: 1;
|
|
36163
|
+
text-align: center;
|
|
36164
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36165
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36166
|
+
--bs-btn-color: #000;
|
|
36167
|
+
--bs-btn-bg: #ff6a1a;
|
|
36168
|
+
--bs-btn-border-color: #ff6a1a;
|
|
36169
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36170
|
+
--bs-btn-hover-color: #000;
|
|
36171
|
+
--bs-btn-hover-bg: rgb(204, 84.8, 20.8);
|
|
36172
|
+
--bs-btn-hover-border-color: rgb(204, 84.8, 20.8);
|
|
36173
|
+
--bs-btn-active-color: #fff;
|
|
36174
|
+
--bs-btn-active-bg: rgb(153, 63.6, 15.6);
|
|
36175
|
+
--bs-btn-active-border-color: rgb(153, 63.6, 15.6);
|
|
36176
|
+
--bs-btn-disabled-bg: #ff6a1a;
|
|
36177
|
+
--bs-btn-disabled-color: #fff;
|
|
36178
|
+
--bs-btn-disabled-border-color: #ff6a1a;
|
|
36179
|
+
}
|
|
36180
|
+
|
|
36181
|
+
.btn-icon-outline-warning {
|
|
36182
|
+
width: 2.5rem;
|
|
36183
|
+
height: 2.5rem;
|
|
36184
|
+
line-height: 1;
|
|
36185
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36186
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36187
|
+
--bs-btn-color: #ff6a1a;
|
|
36188
|
+
--bs-btn-bg: transparent;
|
|
36189
|
+
--bs-btn-border-color: #ff6a1a;
|
|
36190
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36191
|
+
--bs-btn-hover-color: #000;
|
|
36192
|
+
--bs-btn-hover-bg: #ff6a1a;
|
|
36193
|
+
--bs-btn-hover-border-color: #ff6a1a;
|
|
36194
|
+
--bs-btn-active-color: #fff;
|
|
36195
|
+
--bs-btn-active-bg: rgb(153, 63.6, 15.6);
|
|
36196
|
+
--bs-btn-active-border-color: rgb(153, 63.6, 15.6);
|
|
36197
|
+
--bs-btn-disabled-bg: transparent;
|
|
36198
|
+
--bs-btn-disabled-color: #ff6a1a;
|
|
36199
|
+
--bs-btn-disabled-border-color: #ff6a1a;
|
|
36200
|
+
}
|
|
36201
|
+
|
|
35851
36202
|
.btn-danger {
|
|
35852
36203
|
--bs-btn-color: #fff;
|
|
35853
36204
|
--bs-btn-bg: #e4263e;
|
|
@@ -35865,6 +36216,49 @@ textarea.form-control-lg {
|
|
|
35865
36216
|
--bs-btn-disabled-border-color: #e4263e;
|
|
35866
36217
|
}
|
|
35867
36218
|
|
|
36219
|
+
.btn-icon-danger {
|
|
36220
|
+
width: 2.5rem;
|
|
36221
|
+
height: 2.5rem;
|
|
36222
|
+
line-height: 1;
|
|
36223
|
+
text-align: center;
|
|
36224
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36225
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36226
|
+
--bs-btn-color: #fff;
|
|
36227
|
+
--bs-btn-bg: #e4263e;
|
|
36228
|
+
--bs-btn-border-color: #e4263e;
|
|
36229
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36230
|
+
--bs-btn-hover-color: #fff;
|
|
36231
|
+
--bs-btn-hover-bg: rgb(182.4, 30.4, 49.6);
|
|
36232
|
+
--bs-btn-hover-border-color: rgb(182.4, 30.4, 49.6);
|
|
36233
|
+
--bs-btn-active-color: #fff;
|
|
36234
|
+
--bs-btn-active-bg: rgb(136.8, 22.8, 37.2);
|
|
36235
|
+
--bs-btn-active-border-color: rgb(136.8, 22.8, 37.2);
|
|
36236
|
+
--bs-btn-disabled-bg: #e4263e;
|
|
36237
|
+
--bs-btn-disabled-color: #fff;
|
|
36238
|
+
--bs-btn-disabled-border-color: #e4263e;
|
|
36239
|
+
}
|
|
36240
|
+
|
|
36241
|
+
.btn-icon-outline-danger {
|
|
36242
|
+
width: 2.5rem;
|
|
36243
|
+
height: 2.5rem;
|
|
36244
|
+
line-height: 1;
|
|
36245
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36246
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36247
|
+
--bs-btn-color: #e4263e;
|
|
36248
|
+
--bs-btn-bg: transparent;
|
|
36249
|
+
--bs-btn-border-color: #e4263e;
|
|
36250
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36251
|
+
--bs-btn-hover-color: #fff;
|
|
36252
|
+
--bs-btn-hover-bg: #e4263e;
|
|
36253
|
+
--bs-btn-hover-border-color: #e4263e;
|
|
36254
|
+
--bs-btn-active-color: #fff;
|
|
36255
|
+
--bs-btn-active-bg: rgb(136.8, 22.8, 37.2);
|
|
36256
|
+
--bs-btn-active-border-color: rgb(136.8, 22.8, 37.2);
|
|
36257
|
+
--bs-btn-disabled-bg: transparent;
|
|
36258
|
+
--bs-btn-disabled-color: #e4263e;
|
|
36259
|
+
--bs-btn-disabled-border-color: #e4263e;
|
|
36260
|
+
}
|
|
36261
|
+
|
|
35868
36262
|
.btn-light {
|
|
35869
36263
|
--bs-btn-color: #000;
|
|
35870
36264
|
--bs-btn-bg: #fff;
|
|
@@ -35882,6 +36276,49 @@ textarea.form-control-lg {
|
|
|
35882
36276
|
--bs-btn-disabled-border-color: white;
|
|
35883
36277
|
}
|
|
35884
36278
|
|
|
36279
|
+
.btn-icon-light {
|
|
36280
|
+
width: 2.5rem;
|
|
36281
|
+
height: 2.5rem;
|
|
36282
|
+
line-height: 1;
|
|
36283
|
+
text-align: center;
|
|
36284
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36285
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36286
|
+
--bs-btn-color: #000;
|
|
36287
|
+
--bs-btn-bg: #fff;
|
|
36288
|
+
--bs-btn-border-color: #fff;
|
|
36289
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36290
|
+
--bs-btn-hover-color: #000;
|
|
36291
|
+
--bs-btn-hover-bg: #cccccc;
|
|
36292
|
+
--bs-btn-hover-border-color: #cccccc;
|
|
36293
|
+
--bs-btn-active-color: #000;
|
|
36294
|
+
--bs-btn-active-bg: #999999;
|
|
36295
|
+
--bs-btn-active-border-color: #999999;
|
|
36296
|
+
--bs-btn-disabled-bg: white;
|
|
36297
|
+
--bs-btn-disabled-color: #fff;
|
|
36298
|
+
--bs-btn-disabled-border-color: white;
|
|
36299
|
+
}
|
|
36300
|
+
|
|
36301
|
+
.btn-icon-outline-light {
|
|
36302
|
+
width: 2.5rem;
|
|
36303
|
+
height: 2.5rem;
|
|
36304
|
+
line-height: 1;
|
|
36305
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36306
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36307
|
+
--bs-btn-color: #fff;
|
|
36308
|
+
--bs-btn-bg: transparent;
|
|
36309
|
+
--bs-btn-border-color: #fff;
|
|
36310
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36311
|
+
--bs-btn-hover-color: #000;
|
|
36312
|
+
--bs-btn-hover-bg: #fff;
|
|
36313
|
+
--bs-btn-hover-border-color: #fff;
|
|
36314
|
+
--bs-btn-active-color: #000;
|
|
36315
|
+
--bs-btn-active-bg: #999999;
|
|
36316
|
+
--bs-btn-active-border-color: #999999;
|
|
36317
|
+
--bs-btn-disabled-bg: transparent;
|
|
36318
|
+
--bs-btn-disabled-color: white;
|
|
36319
|
+
--bs-btn-disabled-border-color: white;
|
|
36320
|
+
}
|
|
36321
|
+
|
|
35885
36322
|
.btn-dark {
|
|
35886
36323
|
--bs-btn-color: #fff;
|
|
35887
36324
|
--bs-btn-bg: rgb(38.6, 39.4, 40.8);
|
|
@@ -35899,6 +36336,86 @@ textarea.form-control-lg {
|
|
|
35899
36336
|
--bs-btn-disabled-border-color: rgb(38.6, 39.4, 40.8);
|
|
35900
36337
|
}
|
|
35901
36338
|
|
|
36339
|
+
.btn-icon-dark {
|
|
36340
|
+
width: 2.5rem;
|
|
36341
|
+
height: 2.5rem;
|
|
36342
|
+
line-height: 1;
|
|
36343
|
+
text-align: center;
|
|
36344
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36345
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36346
|
+
--bs-btn-color: #fff;
|
|
36347
|
+
--bs-btn-bg: rgb(38.6, 39.4, 40.8);
|
|
36348
|
+
--bs-btn-border-color: rgb(38.6, 39.4, 40.8);
|
|
36349
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36350
|
+
--bs-btn-hover-color: #fff;
|
|
36351
|
+
--bs-btn-hover-bg: rgb(30.88, 31.52, 32.64);
|
|
36352
|
+
--bs-btn-hover-border-color: rgb(30.88, 31.52, 32.64);
|
|
36353
|
+
--bs-btn-active-color: #fff;
|
|
36354
|
+
--bs-btn-active-bg: rgb(23.16, 23.64, 24.48);
|
|
36355
|
+
--bs-btn-active-border-color: rgb(23.16, 23.64, 24.48);
|
|
36356
|
+
--bs-btn-disabled-bg: rgb(38.6, 39.4, 40.8);
|
|
36357
|
+
--bs-btn-disabled-color: #fff;
|
|
36358
|
+
--bs-btn-disabled-border-color: rgb(38.6, 39.4, 40.8);
|
|
36359
|
+
}
|
|
36360
|
+
|
|
36361
|
+
.btn-icon-outline-dark {
|
|
36362
|
+
width: 2.5rem;
|
|
36363
|
+
height: 2.5rem;
|
|
36364
|
+
line-height: 1;
|
|
36365
|
+
--bs-btn-padding-x: 0.5rem;
|
|
36366
|
+
--bs-btn-padding-y: 0.5rem;
|
|
36367
|
+
--bs-btn-color: rgb(38.6, 39.4, 40.8);
|
|
36368
|
+
--bs-btn-bg: transparent;
|
|
36369
|
+
--bs-btn-border-color: rgb(38.6, 39.4, 40.8);
|
|
36370
|
+
--bs-btn-border-radius: var(--bs-border-radius);
|
|
36371
|
+
--bs-btn-hover-color: #fff;
|
|
36372
|
+
--bs-btn-hover-bg: rgb(38.6, 39.4, 40.8);
|
|
36373
|
+
--bs-btn-hover-border-color: rgb(38.6, 39.4, 40.8);
|
|
36374
|
+
--bs-btn-active-color: #fff;
|
|
36375
|
+
--bs-btn-active-bg: rgb(23.16, 23.64, 24.48);
|
|
36376
|
+
--bs-btn-active-border-color: rgb(23.16, 23.64, 24.48);
|
|
36377
|
+
--bs-btn-disabled-bg: transparent;
|
|
36378
|
+
--bs-btn-disabled-color: rgb(38.6, 39.4, 40.8);
|
|
36379
|
+
--bs-btn-disabled-border-color: rgb(38.6, 39.4, 40.8);
|
|
36380
|
+
}
|
|
36381
|
+
|
|
36382
|
+
[class*=btn-icon-].btn-sm, .btn-group-sm > [class*=btn-icon-].btn,
|
|
36383
|
+
[class*=btn-icon-outline-].btn-sm,
|
|
36384
|
+
.btn-group-sm > [class*=btn-icon-outline-].btn {
|
|
36385
|
+
width: 2rem;
|
|
36386
|
+
height: 2rem;
|
|
36387
|
+
--bs-btn-padding-x: 0;
|
|
36388
|
+
--bs-btn-padding-y: 0;
|
|
36389
|
+
}
|
|
36390
|
+
[class*=btn-icon-].btn-lg, .btn-group-lg > [class*=btn-icon-].btn,
|
|
36391
|
+
[class*=btn-icon-outline-].btn-lg,
|
|
36392
|
+
.btn-group-lg > [class*=btn-icon-outline-].btn {
|
|
36393
|
+
width: 3rem;
|
|
36394
|
+
height: 3rem;
|
|
36395
|
+
}
|
|
36396
|
+
|
|
36397
|
+
.btn-sm > i + *, .btn-group-sm > .btn > i + *,
|
|
36398
|
+
.btn-sm > .icon + *,
|
|
36399
|
+
.btn-group-sm > .btn > .icon + * {
|
|
36400
|
+
margin-left: 0.375rem;
|
|
36401
|
+
}
|
|
36402
|
+
.btn-sm > * + i, .btn-group-sm > .btn > * + i,
|
|
36403
|
+
.btn-sm > * + .icon,
|
|
36404
|
+
.btn-group-sm > .btn > * + .icon {
|
|
36405
|
+
margin-left: 0.375rem;
|
|
36406
|
+
}
|
|
36407
|
+
|
|
36408
|
+
.btn-lg > i + *, .btn-group-lg > .btn > i + *,
|
|
36409
|
+
.btn-lg > .icon + *,
|
|
36410
|
+
.btn-group-lg > .btn > .icon + * {
|
|
36411
|
+
margin-left: 0.625rem;
|
|
36412
|
+
}
|
|
36413
|
+
.btn-lg > * + i, .btn-group-lg > .btn > * + i,
|
|
36414
|
+
.btn-lg > * + .icon,
|
|
36415
|
+
.btn-group-lg > .btn > * + .icon {
|
|
36416
|
+
margin-left: 0.625rem;
|
|
36417
|
+
}
|
|
36418
|
+
|
|
35902
36419
|
.accordion {
|
|
35903
36420
|
--bs-accordion-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
35904
36421
|
border-radius: var(--bs-accordion-border-radius);
|