Fixed dashed border width issue for offers preview in Portal (#19427)
fixes PROD-282
This commit is contained in:
parent
ebcf0ad508
commit
ea04f74a82
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user