mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-19 11:39:36 +02:00
15 lines
177 B
CSS
15 lines
177 B
CSS
.Icon {
|
|
color: var(--color-primary);
|
|
width: 90%;
|
|
}
|
|
|
|
.AppIconWrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 35px;
|
|
width: 35px;
|
|
}
|
|
|
|
.AppIcon {
|
|
height: 31px;
|
|
}
|