Advertisement
Guest User

Untitled

a guest
Nov 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2. .footer-expander {
  3. height: 147px;
  4. overflow: hidden;
  5.  
  6. @media #{$phone} {
  7. height: auto;
  8. }
  9.  
  10. footer {
  11. transition: all 0.3s ease;
  12. opacity: 0;
  13. bottom: -147px;
  14. height: 147px;
  15. padding-top: 0px;
  16. flex-direction: column;
  17. justify-content: center;
  18. display: flex;
  19. position: relative;
  20.  
  21.  
  22. @media #{$phone} {
  23. position: static;
  24. opacity: 1;
  25. height: auto;
  26. padding-top: 40px;
  27. padding-bottom: 40px;
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement