Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. nav .dropdown-button a:after, .nav-principal .dropdown-button:after{
  2. font-family: 'Material-Design-Iconic-Font';
  3. margin-left: 0.5rem;
  4. content: "\f2f9";
  5. }
  6.  
  7. nav .dropdown-content {
  8. min-width: 200px;
  9. height: auto !important;
  10. overflow: visible!important;
  11. border: 2px solid #048DBC;
  12. box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
  13. }
  14.  
  15. nav .dropdown-content li, nav .dropdown-content li a{
  16. min-height: 30px !important;
  17. height: 30px;
  18. line-height: 30px !important;
  19. }
  20.  
  21. nav .dropdown-content li a {
  22. border-bottom: 1px dotted #048DBC;
  23. color: #048DBC;
  24. padding: 0 0.5rem;
  25. }
  26.  
  27. nav .dropdown-content li a:before{
  28. color: #074D87;
  29. }
  30.  
  31. nav .dropdown-content li a:hover{
  32. color: #074D87;
  33. background: #66CBFA;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement