new css
This commit is contained in:
parent
503adf5bbc
commit
54c43fd052
|
|
@ -55,6 +55,12 @@
|
||||||
#quote-items select {
|
#quote-items select {
|
||||||
border: 1.5px solid #9ca3af !important;
|
border: 1.5px solid #9ca3af !important;
|
||||||
}
|
}
|
||||||
|
#invoice-items > div,
|
||||||
|
#quote-items > div,
|
||||||
|
#invoice-items .border,
|
||||||
|
#quote-items .border {
|
||||||
|
border: 1.5px solid #9ca3af !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-gray-100">
|
<body class="bg-gray-100">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue