ui-kit-ck-consultant 1.0.0 → 1.0.1
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 +10 -4
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1011,8 +1011,8 @@
|
|
|
1011
1011
|
text-align: left;
|
|
1012
1012
|
text-transform: uppercase;
|
|
1013
1013
|
letter-spacing: 0.4px;
|
|
1014
|
-
padding: 0
|
|
1015
|
-
background-color: var(--
|
|
1014
|
+
padding: 0 10px;
|
|
1015
|
+
background-color: var(--gray-light);
|
|
1016
1016
|
border: 0;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
._2PYe5 {
|
|
1021
1021
|
font-size: 13px;
|
|
1022
1022
|
text-align: left;
|
|
1023
|
-
padding: 0
|
|
1023
|
+
padding: 0 10px;
|
|
1024
1024
|
}
|
|
1025
1025
|
|
|
1026
1026
|
/* Tbody cells - default (clean hairline rows) */
|
|
@@ -1032,7 +1032,13 @@
|
|
|
1032
1032
|
transition: background-color var(--transition);
|
|
1033
1033
|
}
|
|
1034
1034
|
._233g5 > tr > th {
|
|
1035
|
-
background-color: var(--
|
|
1035
|
+
background-color: var(--surface);
|
|
1036
|
+
font-size: 13px;
|
|
1037
|
+
font-weight: 600;
|
|
1038
|
+
text-align: left;
|
|
1039
|
+
text-transform: none;
|
|
1040
|
+
letter-spacing: normal;
|
|
1041
|
+
padding: 0 10px;
|
|
1036
1042
|
border: none;
|
|
1037
1043
|
border-bottom: solid 1px var(--border);
|
|
1038
1044
|
border-radius: 0;
|