@triptease/tt-navbar 0.0.11 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @triptease/tt-navbar v0.0.11
2
+ * @triptease/tt-navbar v0.0.13
3
3
  */
4
4
 
5
5
  // ../../node_modules/@lit/reactive-element/css-tag.js
@@ -592,7 +592,7 @@ var styles = i`
592
592
  border: none;
593
593
  }
594
594
 
595
- #tertiary-nav {
595
+ .tertiary-nav {
596
596
  display: flex;
597
597
  flex-direction: column;
598
598
  margin-top: auto;
@@ -647,13 +647,13 @@ var styles = i`
647
647
  }
648
648
  }
649
649
 
650
- .chevron > svg {
650
+ .chevron {
651
651
  margin-left: auto;
652
652
  margin-right: var(--space-scale-1);
653
653
  width: var(--space-scale-2);
654
654
  }
655
655
 
656
- &[open] .chevron > svg {
656
+ &[open] .chevron {
657
657
  transform: rotate(180deg);
658
658
  }
659
659
 
@@ -684,6 +684,8 @@ var styles = i`
684
684
  }
685
685
 
686
686
  .sub-nav-item {
687
+ width: 100%;
688
+ display: flex;
687
689
  padding-left: 44px;
688
690
  padding-top: 10px;
689
691
  padding-bottom: 10px;
@@ -698,6 +700,10 @@ var styles = i`
698
700
  }
699
701
  }
700
702
 
703
+ .logo {
704
+ padding: 0 var(--space-scale-2);
705
+ }
706
+
701
707
  .sub-nav-item:hover,
702
708
  .sub-nav-item:focus-visible,
703
709
  .nav-item:hover,