mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
🐛 deduplicate buttons to add a date
This commit is contained in:
parent
217d9a97c7
commit
d9042c1993
@ -50,13 +50,12 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="add_date">
|
||||
<!-- ajouter une date-->
|
||||
<button class="button is-primary" (click)="addChoice()">
|
||||
<i class="fa fa-plus"></i>
|
||||
<button class="button is-primary is-fullwidth" (click)="addChoice()">
|
||||
{{ 'dates.add' | translate }}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
.button {
|
||||
min-width: 9ch;
|
||||
margin-left: -1rem;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@ -94,9 +93,11 @@
|
||||
.delete-date {
|
||||
color: $primary_color;
|
||||
border: 0;
|
||||
border-radius: 0.25rem;
|
||||
background: transparent;
|
||||
text-align: left;
|
||||
margin-right: 0;
|
||||
margin-left: -2rem;
|
||||
|
||||
.fa,
|
||||
.icon {
|
||||
@ -128,6 +129,6 @@
|
||||
line-height: 16px;
|
||||
}
|
||||
.add_date {
|
||||
margin-left: 1rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
|
@ -12,7 +12,6 @@
|
||||
</span>
|
||||
<span *ngIf="!pollService.mode_calendar">
|
||||
{{ 'dates.datepicker_input' | translate }}
|
||||
<i class="fa fa-calendar-o"></i>
|
||||
</span>
|
||||
</button>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user