ngx-admin/src/app/@theme/components/footer/footer.component.scss

15 lines
176 B
SCSS
Raw Normal View History

2017-04-18 20:29:57 +03:00
:host {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
.socials {
font-size: 2rem;
a {
padding: 0.4rem;
2017-04-18 20:29:57 +03:00
}
}
2017-07-24 13:13:01 +03:00
}