mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 18:48:50 +01:00
14 lines
176 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|