Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. &__curve {
  2. position: absolute;
  3. left: 0;
  4. bottom: 0;
  5. height: 6px;
  6. width: 100%;
  7. background-image: svg-load(
  8. '../img/curve-top.svg',
  9. fill=$color-grey
  10. );
  11. background-size: 100% 100%;
  12.  
  13. @include desktop {
  14. height: 24px;
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement