Fixed dashed border width issue for offers preview in Portal (#19427)

fixes PROD-282
This commit is contained in:
Sodbileg Gansukh 2024-01-03 13:48:47 +07:00 committed by GitHub
parent ebcf0ad508
commit ea04f74a82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@ export const OfferPageStyles = () => {
margin-bottom: 24px; margin-bottom: 24px;
/*border: 1px dashed var(--brandcolor);*/ /*border: 1px dashed var(--brandcolor);*/
background-image: url("data:image/svg+xml,%3csvg width='100%25' height='99.9%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C3C3C3' stroke-width='3' stroke-dasharray='3%2c 9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); background-image: url("data:image/svg+xml,%3csvg width='100%25' height='99.9%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C3C3C3' stroke-width='3' stroke-dasharray='3%2c 9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
background-color: var(--white);
border-radius: 6px; border-radius: 6px;
} }