Проблема такая, пытаюсь сделать баннеры на группы пользователей, а они не работают.
Скрин:

Код в
Скрин:

Код в
extra.less
:
CSS:
.userBanner {
font-size: 75%;
font-size: 11px;
font-weight: 400;
font-style: normal;
padding: 1px 10px;
padding: 1px 3px;
border: 1px solid transparent;
border-radius: 6px;
text-align: center;
display: inline-block;
&.imgLeader {
background: url(Banners/imgLeader.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgOwner {
background: url(Banners/imgOwner.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgRyk {
background: url(Banners/imgRyk.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgSpecAdm {
background: url(Banners/imgSpecAdm.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgMlAdm {
background: url(Banners/imgMlAdm.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgAdm {
background: url(Banners/imgAdm.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgStAdm {
background: url(Banners/imgStAdm.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgGlSled {
background: url(Banners/imgGlSled.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgZamGlSled {
background: url(Banners/imgZamGlSled.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgUser {
background: url(Banners/imgUser.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgGa {
background: url(Banners/imgGa.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
&.imgZga {
background: url(Banners/imgZga.png)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain ;
-o-background-size: contain;
}
.userBanner.userBanner--staff {
background: url(Banners/imgTeamLondon)
height: 45px;
width: 130px;
text-indent: -1000em;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
}