| 123456789101112131415161718192021222324252627 |
- .grw-custom-nav-tab,
- .grw-custom-nav-dropdown {
- :global {
- svg {
- width: 17px;
- height: 17px;
- margin-right: 5px;
- vertical-align: text-bottom;
- }
- }
- }
- .grw-custom-nav-tab :global {
- .nav-title {
- flex-wrap: nowrap;
- }
- .nav-link {
- padding: 1rem 1.5rem;
- }
- .grw-nav-slide-hr {
- border-top: 0rem;
- border-bottom: 3px solid;
- transition: 0.3s ease-in-out;
- }
- }
|