Files
web2.0-frontend/src/components/Icon/Icon.scss
T
2018-11-17 15:39:01 +02:00

14 lines
186 B
SCSS

@import "../../assets/scss/globals";
.so-me-icon {
display: flex;
flex-flow: row nowrap;
justify-content: center;
margin: 1em;
svg {
width: 20px;
height: 20px;
}
}