upcoming events style
This commit is contained in:
parent
c189ce1650
commit
13dc5ceef8
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
<div class="community-upcoming">
|
||||||
|
|
||||||
|
|
||||||
<section class="toolbar">
|
<section class="toolbar">
|
||||||
<label>Jours à venir:
|
<label>Jours à venir:
|
||||||
<input type="number" min="1" [ngModel]="days()" (ngModelChange)="days.set($event); load()" />
|
<input type="number" min="1" [ngModel]="days()" (ngModelChange)="days.set($event); load()" />
|
||||||
|
@ -7,3 +10,4 @@
|
||||||
<app-all-events [features]="features"></app-all-events>
|
<app-all-events [features]="features"></app-all-events>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
|
@ -4,5 +4,11 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
}
|
}
|
||||||
|
:host{
|
||||||
|
.community-upcoming{
|
||||||
|
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue