mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
36 lines
395 B
CSS
36 lines
395 B
CSS
.icon {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon svg {
|
|
fill: currentColor;
|
|
}
|
|
|
|
.xlarge > svg {
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
|
|
.large > svg {
|
|
width: 24px;
|
|
height: 24px;
|
|
}
|
|
|
|
.medium > svg {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.small > svg {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
|
|
.xsmall > svg {
|
|
width: 10px;
|
|
height: 10px;
|
|
}
|