Sticky CTA styling fixes:

1. Remove gap between sidenav and sticky cta
2. Update z-index of sticky cta so it is behind the sidenav
This commit is contained in:
leigh-mil 2019-12-03 10:29:50 -05:00
parent d1252b83ef
commit 9ef4f693eb

View File

@ -1,7 +1,7 @@
.sticky-cta { .sticky-cta {
margin-left: -$gap * 4; margin-left: -$gap * 5;
margin-right: -$gap * 5; margin-right: -$gap * 5;
z-index: 10; z-index: 1;
background-color: $color-gray-lightest; background-color: $color-gray-lightest;
border-top: 1px solid $color-gray-lighter; border-top: 1px solid $color-gray-lighter;
border-bottom: 1px solid $color-gray-lighter; border-bottom: 1px solid $color-gray-lighter;