Skip to content
Snippets Groups Projects
Commit 9970a561 authored by Fabien Forestier's avatar Fabien Forestier
Browse files

Merge branch '71-dataset-null-values-within-organisations' into 'development'

Resolve "[Dataset] Null values within organisations"

See merge request refonte-data/portail-data!18
parents 1a8bd921 697e0037
No related branches found
No related tags found
2 merge requests!18Resolve "[Dataset] Null values within organisations",!19Development
Pipeline #
<button tabindex="0" class="feedback-header" (click)="toogle()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<svg xmlns="http://www.w3.org/2000/svg" id="chevron" viewBox="0 0 15 9">
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
</svg>
<span i18n="@@feedback.giveYourFeedback">Gives us your opinion</span>
</button>
<form [formGroup]="feedbackForm" (ngSubmit)="sendFeedback()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<textarea id="message" formControlName="message" [placeholder]="feedback.placeholder"></textarea>
<div class="action">
<button type="submit" class="button" i18n="@@feedback.send" [disabled]="feedbackForm.invalid">
Send
</button>
</div>
</form>
<div class="feedback-container">
<button tabindex="0" class="feedback-header" (click)="toogle()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<svg xmlns="http://www.w3.org/2000/svg" id="chevron" viewBox="0 0 15 9">
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
<path d="M7.5 7.5c-.1 0-.3-.1-.4-.1l-6-6C1 1.1 1 .8 1.1.6s.5-.2.7 0l5.6 5.6L13 .6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c.1.1-.1.2-.2.2z"
class="brandcolor" />
</svg>
<span i18n="@@feedback.giveYourFeedback">Gives us your opinion</span>
</button>
<form [formGroup]="feedbackForm" (ngSubmit)="sendFeedback()" [ngClass]="{'expended': isExpended, 'closed': shouldBeAnimated}">
<textarea id="message" formControlName="message" [placeholder]="feedback.placeholder"></textarea>
<div class="action">
<button type="submit" class="button" i18n="@@feedback.send" [disabled]="feedbackForm.invalid">
Send
</button>
</div>
</form>
</div>
......@@ -58,7 +58,10 @@ $animation-duration: 0.5s;
}
}
// Closed
.feedback-container {
z-index: 9;
}
button.feedback-header {
position: fixed;
background-color: $tomato-color;
......
......@@ -50,7 +50,7 @@
<span class="info-subtitle">
{{ producer.organisationName }}
</span>
<span>
<span *ngIf="producer.individualName">
{{ producer.individualName }}
</span>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment