Multiple changes to App related components. Created form to add new Apps, outsourced AppGrid component

This commit is contained in:
unknown
2021-05-13 17:21:52 +02:00
parent f34bbd938d
commit 7e540587a5
9 changed files with 276 additions and 45 deletions

View File

@@ -9,7 +9,10 @@
}
.AppCardIcon {
/* height: 64px; */
width: 40px;
height: 40px;
margin-right: 0.5em;
}
.AppCardDetails {
@@ -23,7 +26,7 @@
font-size: 1em;
font-weight: 500;
color: var(--color-primary);
margin-bottom: -8px;
margin-bottom: -4px;
}
.AppCardDetails span {