pleroma/app/styles/components/icon.scss
2021-09-12 18:57:30 -05:00

18 lines
261 B
SCSS

.svg-icon {
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
> svg {
max-width: 100%;
max-height: 100%;
}
}
.icon-button > div {
display: flex;
align-items: center;
justify-content: center;
}