Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <span class="pin pin__green">
  2. <span>2</span>
  3. <span>new</span>
  4. </span>
  5.  
  6. .pin {
  7. position: absolute;
  8. top: 7px;
  9. right: 7px;
  10. display: inline-block;
  11. min-height: 34px;
  12. min-width: 42px;
  13. vertical-align: top;
  14. padding: 0px 4px;
  15. color: #fff;
  16. text-align: center;
  17. line-height: 1.2;
  18. text-transform: uppercase;
  19. border-radius: 4px;
  20. box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.28);
  21. }
  22.  
  23. .pin__green {
  24. background-color: #2588ed;
  25. border: 1px solid #1978da;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement