Current Directory: /home/astoriaah/www/old15/templates/client/less/style
Viewing File: /home/astoriaah/www/old15/templates/client/less/style/module-icons.less
/* Icons
-----------------------------------------------------------------------------*/
.moduletable.icon {
position: relative;
float:left;
width:100% !important;
&:before {
font-size: 2em;opacity: 0.3;position:absolute;z-index:1;right:4px;top:4px
}
&small:before {
font-size: 1em;
}
&.medium:before {
font-size: 3em;
}
&.large:before {
font-size: 4em;
}
&.top:before {
top: 6px
}
&.bottom:before {
bottom: 6px;top: auto;
}
}
.moduletable.icon {
height: auto;
width: auto;
}
/* Large icons
-----------------------------------------------------------------------------*/
.largeicons {
i{
height:100px;width:100px;
border:4px solid #333;
border-radius:200px;
display:block;
margin:0 auto;
text-align:center;
&:before{
font-size:4em;
color:#333;
position:absolute;
width:100px;
text-align:center;
display:block;
margin-left:0px;
margin-top:27px;
}
&:hover:before {
color:@secondary;
}
&:hover {
border:4px solid @secondary
}
}
}