ui-kit-ck-consultant 0.5.109 → 0.5.113

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/css/style.css CHANGED
@@ -208,7 +208,7 @@ a {
208
208
  }
209
209
 
210
210
  h2 {
211
- font-size: 18px;
211
+ font-size: 20px;
212
212
  font-weight: bold;
213
213
  color: var(--black);
214
214
  }
package/dist/index.css CHANGED
@@ -1385,10 +1385,13 @@
1385
1385
  color: var(--white);
1386
1386
  }
1387
1387
 
1388
- ._38JFK._1Km4b {
1389
- cursor: not-allowed;
1390
- background-color: var(--gray);
1391
- color: var(--white);
1388
+ ._38JFK._1Km4b,
1389
+ ._38JFK._1Km4b:hover,
1390
+ ._38JFK._1Km4b:active {
1391
+ cursor: not-allowed !important;
1392
+ background-color: var(--gray) !important;
1393
+ color: var(--white) !important;
1394
+ opacity: 1 !important;
1392
1395
  }
1393
1396
 
1394
1397
  ._38JFK:not(._NU04_):hover {
@@ -1508,19 +1511,26 @@
1508
1511
  color: var(--white);
1509
1512
  }
1510
1513
 
1511
- ._2JnR3._3c4B_ > div:first-child {
1512
- border-bottom-color: var(--gray);
1513
- border-top-color: var(--gray);
1514
+ ._2JnR3._3c4B_ > div:first-child,
1515
+ ._2JnR3._3c4B_:hover > div:first-child,
1516
+ ._2JnR3._3c4B_:active > div:first-child {
1517
+ border-bottom-color: var(--gray) !important;
1518
+ border-top-color: var(--gray) !important;
1514
1519
  }
1515
1520
 
1516
- ._2JnR3._3c4B_ > div:last-child {
1517
- border-left-color: var(--gray);
1521
+ ._2JnR3._3c4B_ > div:last-child,
1522
+ ._2JnR3._3c4B_:hover > div:last-child,
1523
+ ._2JnR3._3c4B_:active > div:last-child {
1524
+ border-left-color: var(--gray) !important;
1518
1525
  }
1519
1526
 
1520
- ._2JnR3._3c4B_ {
1521
- cursor: not-allowed;
1522
- background-color: var(--gray);
1523
- color: var(--white);
1527
+ ._2JnR3._3c4B_,
1528
+ ._2JnR3._3c4B_:hover,
1529
+ ._2JnR3._3c4B_:active {
1530
+ cursor: not-allowed !important;
1531
+ background-color: var(--gray) !important;
1532
+ color: var(--white) !important;
1533
+ opacity: 1 !important;
1524
1534
  }
1525
1535
 
1526
1536
  ._2JnR3:not(._a0pKA):hover > div:first-child {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-kit-ck-consultant",
3
- "version": "0.5.109",
3
+ "version": "0.5.113",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",