&:before,
&:after {
content: "";
height: 0;
width: 0;
}
&:before {
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-bottom: 19px solid ${theme.filter.border};
position: absolute;
top: -18px;
right: -1px;
}
&:after {
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 17px solid ${theme.filter.background};
position: absolute;
top: -17px;
left: 1px;
}
&:before,
&:after {
content: "";
height: 0;
width: 0;
}
&:before {
border-left: 14px solid transparent;
border-right: 14px solid transparent;
border-bottom: 19px solid ${theme.filter.border};
position: absolute;
top: -18px;
right: -1px;
}
&:after {
border-left: 12px solid transparent;
border-right: 12px solid transparent;
border-bottom: 17px solid ${theme.filter.background};
position: absolute;
top: -17px;
left: 1px;
}