=================== Round Status Labels =================== .evan-label =========== Shows an outline label. Add more style using the following classes: ============================== ================================================================================================ Class Description ============================== ================================================================================================ .label-rouded add border-radious to the label .label-info add yellow color to the label .label-success add green color to the label .label-danger add red color to the label ============================== ================================================================================================ ------- Example ------- :: {{ (task.contractState == '7' ? '_digitaltwin.finished' : '_digitaltwin.rented') | translate }} ------------ View Example ------------ .. image:: ../../images/angular-sass/label-rounded.png :width: 200 .evan-circle ============ Shows an label as an round element. ------- Example ------- ::
{{ i + 1 }}
------------ View Example ------------ .. image:: ../../images/angular-sass/label-round.png :width: 600