Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <div class="header_add-menu"></div>
  2.  
  3. .header_add-menu
  4. position: relative
  5. min-width: 160px
  6. max-width: 275px
  7. width: 275px
  8. z-index: 9995
  9.  
  10. &::before, &::after
  11. content: ""
  12. position: absolute
  13. width: 0
  14. height: 0
  15. border-style: solid
  16. border-color: transparent
  17. border-top: 0
  18.  
  19.  
  20. /* Stroke */
  21. &::before
  22. top: -16px
  23. left: 21px
  24.  
  25. /* If 1px darken stroke slightly */
  26. border-bottom-color: #777
  27. border-width: 16px
  28.  
  29.  
  30. /* Fill */
  31. &::after
  32. top: -15px
  33. left: 22px
  34. border-bottom-color: #f3f3f3
  35. border-width: 15px
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement