mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-30 21:25:18 +01:00
14 lines
174 B
SCSS
14 lines
174 B
SCSS
|
|
:host {
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
|
||
|
|
.socials {
|
||
|
|
font-size: 2rem;
|
||
|
|
|
||
|
|
a {
|
||
|
|
padding: .4rem;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|