Update/misc UI fixes (#1961)

* fix login error message spacing and ensure not longer than 64 chars

* spinner color to tertiary

* totally responsive homepage cards

* copy changes, back button for marketplace, minor styling

* center setup wizard tiles; adjust external link style

* remove cert note from setup success

* convert launch card to go to login button

* change system settings to system; update icons

* refactor card widget input as full card details; more card resizing for home page

* cleanup

* clean up widget params

* delete contructor

Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
Lucy C
2022-11-23 06:05:36 -07:00
committed by Aiden McClelland
parent 6eea2526f6
commit f7c5e64fbc
36 changed files with 451 additions and 322 deletions

View File

@@ -1,7 +1,7 @@
<ion-grid class="full-height">
<ion-row class="ion-align-items-center ion-text-center full-height">
<ion-col>
<ion-spinner color="warning"></ion-spinner>
<ion-spinner color="tertiary"></ion-spinner>
<p>{{ text }}</p>
</ion-col>
</ion-row>