feat:Change styles on dashboard, add animations

This commit is contained in:
Daniel Blumrich
2022-09-08 11:58:57 +00:00
committed by Thea Schöbl
parent 0d755bcbd3
commit 605aa1b782
12 changed files with 252 additions and 126 deletions

View File

@@ -43,10 +43,10 @@ export class NewsSectionComponent extends NewsPageComponent implements OnInit {
enabled: true,
sticky: true,
},
width: 240,
width: 300,
breakpoints: {
768: {
width: 280,
width: 380,
},
},
};

View File

@@ -26,7 +26,8 @@
[(ngModel)]="searchTerm"
></ion-input>
<ion-icon
size="25"
size="35"
weight="300"
name="search"
(click)="onSubmitSearch()"
class="clickable"

View File

@@ -25,6 +25,7 @@
--padding-top: var(--spacing-xl);
--padding-bottom: var(--spacing-xl);
font-size: var(--font-size-xs);
--placeholder-font-weight: var(--font-weight-bold);
box-shadow: var(--shadow-default);
}
ion-icon {