Commit 62f956b5 authored by Hamza Arfaoui's avatar Hamza Arfaoui

styling

parent 27b3e334
<div class="motif-item" id="motif{{motif.id}}" ng-class="{'active':(chosenMotif.indexOf(motif.id)>-1)}"> <div class="motif-item" id="motif{{motif.id}}" ng-class="{'active':(chosenMotif.indexOf(motif.id)>-1)}">
<img ng-src="{{caisse.params.subfolder}}{{motif.picto}}"/> <img ng-src="{{caisse.params.subfolder}}{{motif.picto}}"/>
<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 > 97 && motif.firstline.indexOf('<small>') != -1 || motif.firstline.length > 80 && motif.firstline.indexOf('<small>') == -1}"></span>
</div> </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