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

@@ -17,7 +17,7 @@
}
.swiper-button-prev, .swiper-button-next {
--swiper-navigation-size: 20px;
top: calc(-1 * var(--spacing-xxl));
top: calc(-1 * var(--spacing-lg));
transform: translateY(0%);
font-weight: var(--font-weight-black);
color: var(--ion-color-dark);

View File

@@ -3,7 +3,7 @@
font-weight: var(--font-weight-black);
font-stretch: condensed;
text-transform: uppercase;
margin-bottom: var(--spacing-xs);
margin-bottom: var(--spacing-sm);
width: 100%;
display: flex;