ngx-admin/src/app/@theme/components/footer/footer.component.scss
2017-07-24 13:13:01 +03:00

14 lines
176 B
SCSS

:host {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
.socials {
font-size: 2rem;
a {
padding: 0.4rem;
}
}
}