Replace vue-sticky with stickybits for IE compat
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
@include media($medium-screen) {
|
||||
margin-left: -$gap * 7;
|
||||
}
|
||||
}
|
||||
|
||||
.sticky-cta-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
background-color: $color-gray-lightest;
|
||||
border-top: 1px solid $color-gray-lighter;
|
||||
@@ -15,11 +20,6 @@
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.sticky-cta-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.sticky-cta-text {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user