@pmidc/upyog-css 1.2.36-UAT.7 → 1.2.36-UAT.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/dist/index.css +18 -0
- package/dist/index.min.css +1 -1
- package/package.json +1 -1
- package/src/components/card.scss +4 -1
- package/src/modules/TL/index.scss +17 -0
package/dist/index.css
CHANGED
|
@@ -1644,6 +1644,9 @@ body {
|
|
|
1644
1644
|
font-weight: 700;
|
|
1645
1645
|
letter-spacing: .5px;
|
|
1646
1646
|
width: 100%; }
|
|
1647
|
+
.card .card-label span {
|
|
1648
|
+
color: #dc2626;
|
|
1649
|
+
font-weight: "bold"; }
|
|
1647
1650
|
.card .card-label-error {
|
|
1648
1651
|
display: block;
|
|
1649
1652
|
font-size: 12px;
|
|
@@ -20461,6 +20464,21 @@ body {
|
|
|
20461
20464
|
color: #333 !important;
|
|
20462
20465
|
margin-bottom: 8px !important; }
|
|
20463
20466
|
|
|
20467
|
+
.TL-new-application-btn {
|
|
20468
|
+
background: linear-gradient(135deg, #2563eb, #1e40af) !important;
|
|
20469
|
+
color: #fff !important;
|
|
20470
|
+
border: none !important;
|
|
20471
|
+
border-radius: 4px !important;
|
|
20472
|
+
padding: 10px 20px !important;
|
|
20473
|
+
font-size: 16px !important;
|
|
20474
|
+
font-weight: 500 !important;
|
|
20475
|
+
cursor: pointer !important; }
|
|
20476
|
+
|
|
20477
|
+
.TL-plus-icon {
|
|
20478
|
+
font-size: 24px !important;
|
|
20479
|
+
font-weight: 700 !important;
|
|
20480
|
+
line-height: 1 !important; }
|
|
20481
|
+
|
|
20464
20482
|
.display-none {
|
|
20465
20483
|
display: none; }
|
|
20466
20484
|
|