@ansiversa/components 0.0.57 → 0.0.59
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 +5 -27
package/package.json
CHANGED
package/src/styles/global.css
CHANGED
|
@@ -302,6 +302,11 @@
|
|
|
302
302
|
font-size: 0.875rem;
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
+
.av-faq-admin__section .av-container {
|
|
306
|
+
padding-top: 0;
|
|
307
|
+
padding-bottom: 0;
|
|
308
|
+
}
|
|
309
|
+
|
|
305
310
|
@media (min-width: 768px) {
|
|
306
311
|
.av-faq-admin__header {
|
|
307
312
|
padding: 1rem 0;
|
|
@@ -1148,33 +1153,6 @@
|
|
|
1148
1153
|
@apply text-sm text-slate-400;
|
|
1149
1154
|
}
|
|
1150
1155
|
|
|
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
1156
|
/* Divider ---------------------------------------------- */
|
|
1179
1157
|
|
|
1180
1158
|
.av-divider {
|