Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. body{
  2. font-family: 'Raleway', sans-serif;
  3. background:rgb(77,77,77);
  4. }
  5. input[type=text] {
  6. height:17px !important;
  7. border: 0 !important;
  8. width: calc(100% - 2px) !important;
  9. margin-left:1px !important;
  10. box-shadow: -8px 10px 0px -7px #ebebeb, 8px 10px 0px -7px #ebebeb !important;
  11. -webkit-transition: box-shadow 0.3s !important;
  12. transition: box-shadow 0.3s !important;
  13.  
  14. }
  15. input[type=text]:focus {
  16. outline: none !important;
  17. box-shadow: -8px 10px 0px -7px #4EA6EA, 8px 10px 0px -7px #4EA6EA !important;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement