bigbuffet-rw/app/styles/components/icon.scss
2021-09-20 15:33:28 -05:00

19 lines
325 B
SCSS

.svg-icon {
width: 16px;
height: 16px;
display: flex;
align-items: center;
justify-content: center;
> svg {
// Apparently this won't skew the image as long as it has a viewbox
width: 100%;
height: 100%;
}
}
.icon-button > div {
display: flex;
align-items: center;
justify-content: center;
}