Resolve lots of absolute and fixed positioning issues (#571)

This commit is contained in:
Kyle Knight
2016-12-06 11:55:48 -05:00
committed by Jason Meller
parent 854bc5bd1c
commit 21ec1ed1b1
30 changed files with 270 additions and 148 deletions
@@ -2,7 +2,7 @@
width: 100%;
&__button-wrap {
@include position(absolute, null 30px 30px 30px);
@include position(absolute, null 0 0 0);
}
&__submit-btn {