_navbar.scss 378 B

12345678910111213141516171819202122232425
  1. .grw-custom-nav-tab,
  2. .grw-custom-nav-dropdown {
  3. svg {
  4. width: 17px;
  5. height: 17px;
  6. margin-right: 5px;
  7. vertical-align: text-bottom;
  8. }
  9. }
  10. .grw-custom-nav-tab {
  11. .nav-title {
  12. flex-wrap: nowrap;
  13. }
  14. .nav-link {
  15. padding: 1rem 1.5rem;
  16. }
  17. .grw-nav-slide-hr {
  18. border-top: 0rem;
  19. border-bottom: 3px solid;
  20. transition: 0.3s ease-in-out;
  21. }
  22. }