mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(docs): footer icons style
This commit is contained in:
parent
c7ac6fced9
commit
7c07b642c9
1 changed files with 14 additions and 3 deletions
|
|
@ -65,11 +65,22 @@
|
||||||
.social {
|
.social {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
font-size: 3rem;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 2.5rem;
|
||||||
|
height: 2.5rem;
|
||||||
|
background-color: $social-fg;
|
||||||
|
border-radius: 0.375rem;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: $social-fg;
|
margin-right: 1.5rem;
|
||||||
margin-right: 1rem;
|
line-height: 0.5;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue