Commit b1a6b96c authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI180

parent 13474b9d
......@@ -42,9 +42,9 @@ footer {background-color: initial;color: #929292;border-top: 8px solid #929292;d
background: url(/assets/img/icons/borne/motif_selected.png) no-repeat;
background-size: cover;
}
.motif-item span{color: #ffffff;font-weight: normal;height: 120px;text-align: left;margin-top: 15px;padding-left: 0px;position: relative;font-size: 33px;bottom: 22px;font-family: 'OpenSans';line-height: 48px;left: 39px;top: -5px;}
.motif-item span{color: #ffffff;font-weight: normal;height: 120px;text-align: left;margin-top: 15px;padding-left: 0px;position: relative;font-size: 29px;bottom: 22px;font-family: 'OpenSans';line-height: 48px;left: 15px;top: -5px;}
.motif-item span small{
font-size: 23px;
font-size: 19px;
line-height: 32px;
display: block;
}
......@@ -1011,10 +1011,10 @@ top: 569px !important;
#motifs-list.motifs-five{
top: 85px;
}
.motifs-seven-plus .motif-item span.bigname{
.motif-item span.bigname{
font-size: 22px;
}
.motifs-seven-plus .motif-item span.bigname small{
.motif-item span.bigname small{
font-size: 13px;
}
/* fade In */
......
<div class="motif-item" id="motif{{motif.id}}" ng-class="{'active':(chosenMotif.indexOf(motif.id)>-1)}">
<img ng-src="{{caisse.params.subfolder}}{{motif.picto}}"/>
{{motif.firstline.length}}<span ng-bind-html="motif.firstline" ng-class="{'bigname' : motif.firstline.length > 105 && motif.firstline.indexOf('<small>') != -1 || motif.firstline.length > 80 && motif.firstline.indexOf('<small>') == -1}"></span>
<span ng-bind-html="motif.firstline" ng-class="{'bigname' : motif.firstline.length > 105 && motif.firstline.indexOf('<small>') != -1 || motif.firstline.length > 80 && motif.firstline.indexOf('<small>') == -1}"></span>
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment