/** * Admin classes * * @author splitfire - http://splitfire.fr * @version 1.0 * */ //Groupe de progress bar .progressbar_group { text-align: center; & > .progressbar { display:inline-block; } } .sub { font-weight:normal; color:#fff; padding:0 0 0 10px; font-size:1.2em; //@include px2em($px :$fontSize * 3.7, $base-font-size: $base-font-size, $em : true, $rem: true, $percent: false, $property : height) ; //@include px2em($px :$fontSize * 3.7, $base-font-size: $base-font-size, $em : true, $rem: true, $percent: false, $property : line-height) ; @include rem(( height : $fontSize * 3.7, line-height : $fontSize * 3.7 )); background-color:$successColor; & .btn { margin-left:10px} @include mq($to: phone){height:auto} }