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

14 lines
174 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: .4rem;
}
}
}