add more padding around icons
This commit is contained in:
parent
9aabfa0503
commit
7dcafc4cc1
@ -28,10 +28,18 @@
|
|||||||
.links {
|
.links {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
||||||
|
.icon-link {
|
||||||
|
padding: $gap ($gap * 4);
|
||||||
|
}
|
||||||
|
|
||||||
.icon-link:first-child {
|
.icon-link:first-child {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-link:last-child {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-link:hover {
|
.icon-link:hover {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $color-gray-dark;
|
color: $color-gray-dark;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user