Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. .form-control {
  2. width: 100%;
  3. border: 2px solid rgba($gray, .1);
  4.  
  5. @include placeholder {
  6. color: $light-gray;
  7. }
  8.  
  9. &:focus {
  10. border-color: rgba($gray, .1);;
  11. outline: none;
  12.  
  13. @include placeholder { // убираем плейсхолдер на клик
  14. color: transparent;
  15. opacity: 0;
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement