button{--secondary-color:#fff}button .arrow-wrapper{align-items:center;display:flex;justify-content:center}button .arrow{background:var(--primary-color);height:2px;margin-top:3px;position:relative;transition:.2s;width:10px}button .arrow:before{border-width:0 2px 2px 0;box-sizing:border-box;content:"";display:inline-block;padding:3px;position:absolute;right:3px;top:-3px;transform:rotate(-45deg);transition:.2s}button:hover .arrow{background:var(--secondary-color)}button:hover .arrow:before{right:0}
