.button-right::before {
content: '';
position: absolute;
border: 11.5px solid transparent;
border-right: 11px solid grey;
border-bottom: 10px solid grey;
right: 130px;
top: 0;
}
.button-right::before {
content: '';
position: absolute;
border: 11.5px solid transparent;
border-right: 11px solid grey;
border-bottom: 10px solid grey;
left: 0;
top: 0;
}