You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
soapbox/app/styles/components/icon.scss

19 lines
261 B

.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;
}