add styles

parent d82fc832
......@@ -29,4 +29,9 @@ export default {
.content {
min-height: 100vh;
}
:deep(input) {
color:black
}
</style>
......@@ -32,7 +32,6 @@
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm font-medium">
<button
type="button"
class="bg-red-500 my-2 hover:bg-red-700 text-white font-bold py-2 px-4 rounded"
@click="removeProduct(product.id)"
>
......
......@@ -2,7 +2,6 @@ import './assets/main.css'
import vueComponents from '@sangarajuguptanisum/vue-custom-components'
import { createApp } from 'vue'
import App from './App.vue'
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