mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
11 lines
158 B
CSS
11 lines
158 B
CSS
.icon {
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.icon > svg {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|