gaf-mobile
Version:
GAF mobile Web site
32 lines (27 loc) • 519 B
text/less
@import (reference) '../themes/variables';
.StickyCTA {
&-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
&--padded {
padding-bottom: 44px + @padding;
}
&-bottomFixed {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
width: 100%;
padding-top: 8px;
padding-bottom: 8px;
background: @body-bg;
.btn {
width: 100%;
}
}
}