Sticky styling

This commit is contained in:
Montana
2019-06-06 09:42:23 -04:00
parent f3821f8d61
commit f89424b217
6 changed files with 19 additions and 22 deletions

View File

@@ -1,12 +1,9 @@
.sticky-cta {
z-index: 100;
@include media($small-screen) {
margin-left: -$gap * 4;
}
margin-left: -$gap * 4;
@include media($medium-screen) {
margin-left: -$gap * 5;
margin-right: -$gap * 3;
}
}
@@ -23,7 +20,6 @@
border-bottom: 1px solid $color-gray-lighter;
padding: 0 40px 0 40px;
box-shadow: $box-shadow;
margin-bottom: 20px;
}
.sticky-cta-text {