Skip to content
Snippets Groups Projects
Commit 045a8daa authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

wip : font 14px

parent e91be888
No related branches found
No related tags found
1 merge request!936Resolve "[modification fiche structure] - Offre structure vs. Offre accompagnant numérique + ordre des blocs"
......@@ -344,30 +344,33 @@
</div>
<ng-container *ngIf="offerHolder.structure">
<div class="sectionHeader">
<strong>Autres démarches : </strong>
<app-button
class="hide-on-mobile"
[variant]="'secondary'"
[label]="structure.otherDescription ? 'Modifier' : 'Ajouter'"
[iconName]="structure.otherDescription ? 'edit' : 'plus'"
[size]="'small'"
(action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)"
/>
<app-icon-button
class="hide-on-desktop"
[variant]="'secondary'"
[iconName]="structure.otherDescription ? 'edit' : 'plus'"
[ariaLabel]="
structure.otherDescription
? 'Modifier les autres démarches en ligne'
: 'Ajouter les autres démarches en ligne'
"
(action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)"
/>
<div class="otherHelp">
<div class="sectionHeader">
<strong>Autres démarches : </strong>
<app-button
class="hide-on-mobile"
[variant]="'secondary'"
[label]="structure.otherDescription ? 'Modifier' : 'Ajouter'"
[iconName]="structure.otherDescription ? 'edit' : 'plus'"
[size]="'small'"
(action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)"
/>
<app-icon-button
class="hide-on-desktop"
[variant]="'secondary'"
[iconName]="structure.otherDescription ? 'edit' : 'plus'"
[ariaLabel]="
structure.otherDescription
? 'Modifier les autres démarches en ligne'
: 'Ajouter les autres démarches en ligne'
"
(action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)"
/>
</div>
<app-no-information *ngIf="!structure.otherDescription" />
<p *ngIf="structure.otherDescription">{{ structure.otherDescription }}</p>
</div>
<app-no-information *ngIf="!structure.otherDescription" />
<p *ngIf="structure.otherDescription">{{ structure.otherDescription }}</p>
</ng-container>
</section>
......
......@@ -77,10 +77,17 @@
}
}
.otherHelp {
gap: 12px;
@include font-regular-14;
}
.formationDetails {
display: flex;
flex-direction: column;
gap: 24px;
padding-left: 12px;
@include font-regular-14;
> div {
display: flex;
......
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