Current Directory: /home/astoriaah/www/old15/templates/client/less/style
Viewing File: /home/astoriaah/www/old15/templates/client/less/style/module-anvil.less
/* Anvil
-----------------------------------------------------------------------------*/
.anvil,
#mainWrap .anvil{
position: relative;
width: 80px;
height: 80px;
margin:0;
text-align: right;
font: 30px/100px Arial, sans-serif;
color: white;
border:0 !important;
padding-right:10px
}
.anvil::after {
content: "";
position: absolute;
top: 0;
left: 0;
border-width: 0 0 80px 80px;
border-style: solid;
border-color: transparent #fafafa;
}
.anvil {
&.primary1 {
background:@primary
}
&.primary2 {
background:@primary2
}
&.primary3 {
background:@primary3
}
&.secondary1 {
background:@secondary
}
&.secondary2 {
background:@secondary2
}
&.secondary3 {
background:@secondary3
}
}