add styles

parent d82fc832
...@@ -29,4 +29,9 @@ export default { ...@@ -29,4 +29,9 @@ export default {
.content { .content {
min-height: 100vh; min-height: 100vh;
} }
:deep(input) {
color:black
}
</style> </style>
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
</td> </td>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium"> <td class="px-6 py-4 whitespace-nowrap text-sm font-medium">
<button <button
type="button"
class="bg-red-500 my-2 hover:bg-red-700 text-white font-bold py-2 px-4 rounded" class="bg-red-500 my-2 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"
@click="removeProduct(product.id)" @click="removeProduct(product.id)"
> >
......
...@@ -2,7 +2,6 @@ import './assets/main.css' ...@@ -2,7 +2,6 @@ import './assets/main.css'
import vueComponents from '@sangarajuguptanisum/vue-custom-components' import vueComponents from '@sangarajuguptanisum/vue-custom-components'
import { createApp } from 'vue' import { createApp } from 'vue'
import App from './App.vue' import App from './App.vue'
import { createRouter, createWebHistory } from 'vue-router' import { createRouter, createWebHistory } from 'vue-router'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment