Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. ::-webkit-input-placeholder {font-family: 'Open Sans', sans-serif;color: rgba(236, 111, 6, 0.34);font-size: 14px;font-weight: 400;}
  2. ::-moz-placeholder {font-family: 'Open Sans', sans-serif;color: rgba(236, 111, 6, 0.34);font-size: 14px;font-weight: 400;}
  3. :-moz-placeholder {font-family: 'Open Sans', sans-serif;color: rgba(236, 111, 6, 0.34);font-size: 14px;font-weight: 400;}
  4. :-ms-input-placeholder {font-family: 'Open Sans', sans-serif;color: rgba(236, 111, 6, 0.34);font-size: 14px;font-weight: 400;}
  5.  
  6.  
  7. *, *:before, *:after {
  8. box-sizing: border-box;
  9. }
  10.  
  11.  
  12.  
  13. ul {
  14. margin: 0;
  15. padding: 0;
  16. li {
  17. list-style-type: none;
  18. }
  19. }
  20.  
  21. %clearfix {
  22. *zoom: 1;
  23. &:before, &:after {
  24. content: " ";
  25. display: table;
  26. }
  27. &:after {
  28. clear: both;
  29. }
  30. }
  31.  
  32. %pseudo{
  33. position: relative;
  34. &:before,&:after{
  35. content: ' ';
  36. position: absolute;
  37. top: 0;
  38. left: 0;
  39. }
  40.  
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement