mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-30 22:28:50 +01:00
14 lines
No EOL
175 B
SCSS
14 lines
No EOL
175 B
SCSS
:host {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.socials {
|
|
font-size: 2rem;
|
|
|
|
a {
|
|
padding: 0.4rem;
|
|
}
|
|
}
|
|
} |