Guest User

Untitled

a guest
Apr 24th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <div class="clear-sort">
  2. <button type="button" class="btn btn--clear">Tühjenda filtrid</button>
  3. </div>
  4.  
  5. .clear-sort .btn--clear{
  6. border: 1px solid #ece8e3;
  7. background: transparent;
  8. color: #c8c4bf;
  9. font-size: 10px;
  10. font-family: Roboto;
  11. font-weight: 700;
  12. width: 210px;
  13. margin-top: 20px;
  14. padding: 7px;
  15. position: relative;
  16. }
  17. .clear-sort .btn--clear::before{
  18. content: "";
  19. background: url('../images/base/clear.png') no-repeat 50%;
  20. width: 20px;
  21. height: 20px;
  22. position: absolute;
  23.  
  24. }
Add Comment
Please, Sign In to add comment