Skip to content
Snippets Groups Projects
Commit 26f403df authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: add capitalize on structure card name

parent 316d2a74
No related branches found
No related tags found
2 merge requests!68Recette,!67Dev
<div class="structure" fxLayout="column" (click)="cardClicked()" (mouseenter)="cardHover()">
<div class="headerStructure" fxLayout="row" fxLayoutAlign="space-between center" fxLayoutGap="16px">
<span class="nomStructure">{{ structure.structureName }}</span>
<span class="structure-name">{{ structure.structureName }}</span>
<div
*ngIf="structure.distance"
class="distanceStructure"
......
......@@ -11,12 +11,13 @@
color: $grey-3;
@include cn-regular-16;
}
.nomStructure {
.structure-name {
padding-top: 13px;
color: $grey-1;
@include cn-bold-20;
padding-bottom: 5px;
width: 100%;
text-transform: capitalize;
}
.distanceStructure {
@include cn-regular-16;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment