css
Donate
.widget {
.is-divider {
position: relative;
max-width: 100%;
background: transparent;
&:after {
content: "";
position: absolute;
width: 50px;
height: 3px;
border-radius: 99px;
background-color: #FCC46E;
}
&:before {
content: "";
top: 1px;
position: absolute;
width: 100%;
height: 1px;
background-color: #D8D8D8;
}
}
}