sito per le richieste......
Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
# label-slider {
margin-bottom : 5px ;
width : 30px ;
height : 30px ;
line-height : 30px ;
position : relative ;
text-align : center ;
border-radius : 5px ;
background-color : # 812121 ;
color : # fff ;
left : -15px ;
margin-left : 100 % ;
}
# label-slider : before {
content : '' ;
width : 0 ;
height : 0 ;
border-left : 10px solid transparent ;
border-right : 10px solid transparent ;
border-top : 13px solid # 812121 ;
position : absolute ;
bottom : 0 ;
left : 50 % ;
-webkit-transform : translate3d ( -50 % , 60 % , 0 ) ;
transform : translate3d ( -50 % , 60 % , 0 ) ;
}
. hideSection {
display : none ! important ;
}