@dev-tcloud/tcloud-ui 2.3.2 → 2.3.3
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/package.json
CHANGED
|
@@ -1312,52 +1312,6 @@ body.tc-prime {
|
|
|
1312
1312
|
}
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
|
-
//==========================================================
|
|
1316
|
-
// Prime T-Cloud UI KIT Components
|
|
1317
|
-
//==========================================================
|
|
1318
|
-
|
|
1319
|
-
//====================================
|
|
1320
|
-
// Tab Menu
|
|
1321
|
-
//====================================
|
|
1322
|
-
|
|
1323
|
-
.tab-title {
|
|
1324
|
-
|
|
1325
|
-
&:hover {
|
|
1326
|
-
background: var(--tc-complemt-2) !important;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
&.tab-title-active {
|
|
1330
|
-
@include prime-bg;
|
|
1331
|
-
}
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.area-navigation {
|
|
1335
|
-
|
|
1336
|
-
td {
|
|
1337
|
-
&:first-child,
|
|
1338
|
-
&:last-child {
|
|
1339
|
-
|
|
1340
|
-
button {
|
|
1341
|
-
@include prime-color;
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
.subnav {
|
|
1349
|
-
|
|
1350
|
-
.tc-menu {
|
|
1351
|
-
background: none !important;
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
1315
|
|
|
1362
1316
|
//====================================
|
|
1363
1317
|
// Modal
|