Merge pull request #939 from dod-ccpo/fix-home-page-icons
Fix home page icons
This commit is contained in:
commit
8fea19b18d
@ -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