2021-05-09 18:36:55 +02:00
|
|
|
.AppCard {
|
|
|
|
width: 100%;
|
|
|
|
/* height: 50px; */
|
|
|
|
/* max-width: 150px; */
|
|
|
|
/* border: 1px solid red; */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.AppCardIcon {
|
2021-05-13 17:21:52 +02:00
|
|
|
/* height: 64px; */
|
2021-05-09 18:36:55 +02:00
|
|
|
width: 40px;
|
2021-05-13 17:21:52 +02:00
|
|
|
height: 40px;
|
|
|
|
margin-right: 0.5em;
|
2021-05-09 18:36:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.AppCardDetails {
|
|
|
|
text-transform: uppercase;
|
|
|
|
/* display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: center; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.AppCardDetails h5 {
|
|
|
|
font-size: 1em;
|
|
|
|
font-weight: 500;
|
|
|
|
color: var(--color-primary);
|
2021-05-13 17:21:52 +02:00
|
|
|
margin-bottom: -4px;
|
2021-05-09 18:36:55 +02:00
|
|
|
}
|
|
|
|
|
2021-05-12 18:31:02 +02:00
|
|
|
.AppCardDetails span {
|
2021-05-09 18:36:55 +02:00
|
|
|
color: var(--color-accent);
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 0.8em;
|
|
|
|
opacity: 1;
|
|
|
|
}
|