By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!в extra.less задать свойство для единого баннера, напримерЗдравствуйте, у меня есть папка с баннерами Аризоны в svg формате,как их использовать
.userBanner {
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none;
display: inline-flex;
}
.userBanner {
width: 169px;
height: 35px;
font-size: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border: none;
display: inline-flex;
&.owner {
background: url(https://domain.com/image.svg);
}
}