Skip to content
Snippets Groups Projects
Commit 73b9533b authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix(ui): details on carto

parent 2c944d1a
No related branches found
No related tags found
1 merge request!783V3.0.0
......@@ -92,8 +92,8 @@
<!-- Admin menu -->
<section *ngIf="profileService.isAdmin()" class="structure-details-block hide-on-print">
<h2 class="red">Administration</h2>
Administrateur(s) de cette structure:
<div *ngIf="structureAdmins.length === 0">Aucun administrateur</div>
Membre(s) de cette structure:
<div *ngIf="structureAdmins.length === 0">Aucun membres</div>
<ul *ngIf="structureAdmins.length > 0">
<li *ngFor="let structureAdmin of structureAdmins">
{{ structureAdmin.email }}
......
......@@ -32,7 +32,7 @@
}
.structure-details-content {
height: calc(100% - 65px);
height: calc(100% - $header-height);
overflow-y: auto;
scrollbar-gutter: stable;
max-width: 600px;
......@@ -111,6 +111,7 @@ section.actions {
section.informations {
.light {
font-weight: 400;
color: $grey-4-text;
}
}
......@@ -151,9 +152,12 @@ section.digitalSkills {
@include font-bold-16;
}
ul {
margin-top: 0;
}
::ng-deep .collapse-header {
padding-left: 12px;
padding-top: 12px;
padding: 12px 12px;
}
::ng-deep .collapse {
border-color: $grey-6 !important;
......
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