ui-kit-ck-consultant 0.5.215 → 0.5.216

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.
Files changed (2) hide show
  1. package/dist/index.css +14 -16
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1104,7 +1104,7 @@
1104
1104
  background-color: var(--white);
1105
1105
  color: var(--black);
1106
1106
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
1107
- min-height: 140px;
1107
+ min-height: 85px;
1108
1108
  display: flex;
1109
1109
  overflow: hidden;
1110
1110
  }
@@ -1127,7 +1127,7 @@
1127
1127
  margin: auto;
1128
1128
  }
1129
1129
 
1130
- ._1zFpZ>._2rKrR>p {
1130
+ ._1zFpZ > ._2rKrR > p {
1131
1131
  margin: auto;
1132
1132
  padding-top: 20px;
1133
1133
  color: var(--primary-color);
@@ -1180,7 +1180,6 @@
1180
1180
  }
1181
1181
 
1182
1182
  @-webkit-keyframes _19crY {
1183
-
1184
1183
  0%,
1185
1184
  100% {
1186
1185
  transform: scaleY(1);
@@ -1192,7 +1191,6 @@
1192
1191
  }
1193
1192
 
1194
1193
  @keyframes _19crY {
1195
-
1196
1194
  0%,
1197
1195
  100% {
1198
1196
  transform: scaleY(1);
@@ -1226,25 +1224,25 @@
1226
1224
  margin-bottom: auto;
1227
1225
  }
1228
1226
 
1229
- ._2KSuY>h2,
1230
- ._3euMf>h2 {
1227
+ ._2KSuY > h2,
1228
+ ._3euMf > h2 {
1231
1229
  font-size: 18px;
1232
1230
  font-weight: bold;
1233
1231
  margin: 0;
1234
1232
  }
1235
1233
 
1236
- ._3euMf>h2 {
1234
+ ._3euMf > h2 {
1237
1235
  margin-right: 1rem;
1238
1236
  cursor: pointer;
1239
1237
  padding-bottom: 4px;
1240
1238
  transition: 0.3s;
1241
1239
  }
1242
1240
 
1243
- ._3euMf>h2:hover {
1241
+ ._3euMf > h2:hover {
1244
1242
  opacity: 0.7;
1245
1243
  }
1246
1244
 
1247
- ._3euMf>h2:active {
1245
+ ._3euMf > h2:active {
1248
1246
  opacity: 0.5;
1249
1247
  }
1250
1248
 
@@ -1302,7 +1300,7 @@
1302
1300
  background-color: rgba(255, 255, 255, 0.25);
1303
1301
  }
1304
1302
 
1305
- ._1OCk3>span {
1303
+ ._1OCk3 > span {
1306
1304
  display: inline-block;
1307
1305
  font-size: 28px;
1308
1306
  font-weight: bold;
@@ -1331,12 +1329,12 @@
1331
1329
  margin: auto 20px;
1332
1330
  }
1333
1331
 
1334
- ._11M7t>span {
1332
+ ._11M7t > span {
1335
1333
  display: block;
1336
1334
  font-size: 16px;
1337
1335
  }
1338
1336
 
1339
- ._11M7t>span:first-child {
1337
+ ._11M7t > span:first-child {
1340
1338
  font-weight: bold;
1341
1339
  }
1342
1340
 
@@ -1373,17 +1371,17 @@
1373
1371
  margin-left: 0;
1374
1372
  }
1375
1373
 
1376
- ._1b4T4>span:first-child {
1374
+ ._1b4T4 > span:first-child {
1377
1375
  color: #67748e;
1378
1376
  font-size: 18px;
1379
1377
  }
1380
1378
 
1381
- ._1b4T4>span:last-child {
1379
+ ._1b4T4 > span:last-child {
1382
1380
  font-size: 24px;
1383
1381
  font-weight: bold;
1384
1382
  }
1385
1383
 
1386
- ._1b4T4>span:last-child>span {
1384
+ ._1b4T4 > span:last-child > span {
1387
1385
  font-size: 15px;
1388
1386
  padding-left: 6px;
1389
1387
  }
@@ -1401,7 +1399,7 @@
1401
1399
  font-size: 24px;
1402
1400
  }
1403
1401
 
1404
- ._1dkwV>svg {
1402
+ ._1dkwV > svg {
1405
1403
  margin: auto;
1406
1404
  }
1407
1405
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-kit-ck-consultant",
3
- "version": "0.5.215",
3
+ "version": "0.5.216",
4
4
  "description": "Made with create-react-library",
5
5
  "author": "Noah LANFRIT",
6
6
  "license": "MIT",