mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-23 13:29:35 +02:00
Multiple changes to App related components. Created form to add new Apps, outsourced AppGrid component
This commit is contained in:
parent
f34bbd938d
commit
7e540587a5
9 changed files with 276 additions and 45 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue