Пишем наш стиль в extra.less:
.p-footer {
position: relative;
box-shadow: 0 -10px 40px hsla(0, 0%, 0%, 0.5);
}
.p-footer::before {
content: '';
position: absolute;
top: -4px;
left: 0;
right: 0;
height: 6px;
background: linear-gradient(90deg, hsl(0, 100%, 50%), hsl(60, 100%...