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 @@ ...@@ -344,30 +344,33 @@
</div> </div>
<ng-container *ngIf="offerHolder.structure"> <ng-container *ngIf="offerHolder.structure">
<div class="sectionHeader"> <div class="otherHelp">
<strong>Autres démarches : </strong> <div class="sectionHeader">
<app-button <strong>Autres démarches : </strong>
class="hide-on-mobile" <app-button
[variant]="'secondary'" class="hide-on-mobile"
[label]="structure.otherDescription ? 'Modifier' : 'Ajouter'" [variant]="'secondary'"
[iconName]="structure.otherDescription ? 'edit' : 'plus'" [label]="structure.otherDescription ? 'Modifier' : 'Ajouter'"
[size]="'small'" [iconName]="structure.otherDescription ? 'edit' : 'plus'"
(action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)" [size]="'small'"
/> (action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)"
<app-icon-button />
class="hide-on-desktop" <app-icon-button
[variant]="'secondary'" class="hide-on-desktop"
[iconName]="structure.otherDescription ? 'edit' : 'plus'" [variant]="'secondary'"
[ariaLabel]=" [iconName]="structure.otherDescription ? 'edit' : 'plus'"
structure.otherDescription [ariaLabel]="
? 'Modifier les autres démarches en ligne' structure.otherDescription
: 'Ajouter les autres démarches en ligne' ? 'Modifier les autres démarches en ligne'
" : 'Ajouter les autres démarches en ligne'
(action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)" "
/> (action)="goToEdit(structureFormStep.structureDigitalHelpingAccompanimentOther, offerHolder)"
/>
</div>
<app-no-information *ngIf="!structure.otherDescription" />
<p *ngIf="structure.otherDescription">{{ structure.otherDescription }}</p>
</div> </div>
<app-no-information *ngIf="!structure.otherDescription" />
<p *ngIf="structure.otherDescription">{{ structure.otherDescription }}</p>
</ng-container> </ng-container>
</section> </section>
......
...@@ -77,10 +77,17 @@ ...@@ -77,10 +77,17 @@
} }
} }
.otherHelp {
gap: 12px;
@include font-regular-14;
}
.formationDetails { .formationDetails {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 24px; gap: 24px;
padding-left: 12px;
@include font-regular-14;
> div { > div {
display: flex; display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment