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

fix(structures): update strucutes list design

parent 0a7cbf6b
No related branches found
No related tags found
2 merge requests!85Recette,!84Dev
......@@ -23,6 +23,4 @@
[title]="structure.getEquipmentsTitle(equipement)"
></app-svg-icon>
</div>
<br />
</div>
......@@ -6,13 +6,16 @@
.structure {
padding: 12px 0 12px 0;
border-bottom: 1px dashed $grey !important;
height: 110px;
cursor: pointer;
@media #{$large-phone} {
height: unset;
}
.typeStructure {
color: $grey-3;
@include cn-regular-16;
}
.structure-name {
padding-top: 13px;
color: $grey-1;
@include cn-bold-20;
padding-bottom: 5px;
......
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