File Manager

Current Directory: /home/astoriaah/www/old15/templates/client/less/style
Viewing File: /home/astoriaah/www/old15/templates/client/less/style/module-hot.less
/* Hot new etc -----------------------------------------------------------------------------*/ .hot, .new { position: relative; z-index: 1; h3:after, h3:after{ position: absolute; z-index: 20; padding: 0px 8px; line-height:2em; font-size: 10px; top: -25px; right: -30px; font-style: italic; background: #333; color: #fff; } &.nopadding { h3:after, h3:after{ top: 0px; right: auto; left:0; } .zen-module-title { h3 { padding-left:60px } } } } .hot h3:after{ content: "Hot"; background: @primary; } .new h3:after{ content: "New"; background: @secondary; } .primary1 h3:after { background: @primary3 !important; } .primary1 h3:after { background: lighten(@primary, 30%); } .primary2 h3:after { background: @primary; } .primary3 h3:after { background: darken(@primary, 30%); } .secondary1 h3:after { background: lighten(@secondary, 10%); } .secondary2 h3:after { background: @secondary; } .secondary3 h3:after { background: darken(@secondary, 30%); }