pleroma/app/styles/components/icon.scss

19 lines
261 B
SCSS
Raw Normal View History

2021-09-12 16:54:38 -07:00
.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;
}