CustomNav.module.scss 414 B

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