Current Directory: /home/astoriaah/www/old15/templates/client/less/style
Viewing File: /home/astoriaah/www/old15/templates/client/less/style/module-numbers.less
/* Large Rounded numbers
-----------------------------------------------------------------------------*/
.rounded-big,
#mainWrap .rounded-big {
.border-radius(100px);
padding:10px;
font-size: 2em;
display:inline-block;
width: 80px;
text-align: center;
line-height: 60px;
color:#fff;
&.primary1 {
background:@primary
}
&.primary2 {
background:@primary2
}
&.primary3 {
background:@primary3
}
&.secondary1 {
background:@secondary
}
&.secondary2 {
background:@secondary2
}
&.secondary3 {
background:@secondary3
}
}