1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-20 03:59:36 +02:00
flame/client/src/components/UI/Icons/Icon/Icon.module.css

16 lines
177 B
CSS
Raw Normal View History

.Icon {
color: var(--color-primary);
width: 90%;
}
2022-11-30 20:46:28 +00:00
.AppIconWrapper {
display: flex;
align-items: center;
height: 35px;
width: 35px;
}
.AppIcon {
height: 31px;
}