Advertisement
Guest User

Untitled

a guest
Dec 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.37 KB | None | 0 0
  1. .navbar-custom {
  2.     background-color: #005eb8;
  3. }
  4.  
  5. .input-custom {
  6.     outline: none !important;
  7.     box-shadow: none !important;
  8.     border: none !important;
  9. }
  10.  
  11. .btn-custom {
  12.     background-color: #ffffff;
  13.     outline: none !important;
  14.     box-shadow: none !important;
  15. }
  16.  
  17. .btn-custom:hover, .btn-custom:active, .btn-custom:focus {
  18.     background-color: #ebf5ff;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement