@ansiversa/components 0.0.57 → 0.0.58
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 +1 -1
- package/src/styles/global.css +0 -27
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -1148,33 +1148,6 @@
|
|
|
1148
1148
|
@apply text-sm text-slate-400;
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
|
-
/* Tables ----------------------------------------------- */
|
|
1152
|
-
|
|
1153
|
-
.av-table {
|
|
1154
|
-
@apply w-full border-collapse text-sm text-left text-slate-300;
|
|
1155
|
-
}
|
|
1156
|
-
|
|
1157
|
-
.av-table thead {
|
|
1158
|
-
@apply text-xs uppercase tracking-[0.12em] text-slate-500;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
.av-table thead tr {
|
|
1162
|
-
@apply border-b border-slate-800;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.av-table th,
|
|
1166
|
-
.av-table td {
|
|
1167
|
-
@apply px-3 py-2.5 align-middle;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
|
-
.av-table tbody tr {
|
|
1171
|
-
@apply border-b border-slate-900/80;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
.av-table tbody tr:hover {
|
|
1175
|
-
@apply bg-slate-900/60;
|
|
1176
|
-
}
|
|
1177
|
-
|
|
1178
1151
|
/* Divider ---------------------------------------------- */
|
|
1179
1152
|
|
|
1180
1153
|
.av-divider {
|