@enos5/enos-vue-default 1.6.5 → 1.6.6
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/styles.css
CHANGED
|
@@ -1200,10 +1200,6 @@
|
|
|
1200
1200
|
border-color: var(--color-slate-300);
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
|
-
.border-slate-700 {
|
|
1204
|
-
border-color: var(--color-slate-700);
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
1203
|
.\!bg-neutral-100 {
|
|
1208
1204
|
background-color: var(--color-neutral-100) !important;
|
|
1209
1205
|
}
|
|
@@ -1362,10 +1358,6 @@
|
|
|
1362
1358
|
background-color: var(--color-slate-600);
|
|
1363
1359
|
}
|
|
1364
1360
|
|
|
1365
|
-
.bg-slate-900 {
|
|
1366
|
-
background-color: var(--color-slate-900);
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
1361
|
.bg-transparent {
|
|
1370
1362
|
background-color: #0000;
|
|
1371
1363
|
}
|