@intellias/menu 2.5.11 → 2.5.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.
package/dist/css/main.css CHANGED
@@ -808,7 +808,8 @@
808
808
  padding: 0 16px;
809
809
  }
810
810
  }
811
- .intems-menu-container a, .intems-menu-container a:hover {
811
+ .intems-menu-container a,
812
+ .intems-menu-container a:hover {
812
813
  text-decoration: none;
813
814
  }
814
815
  .intems-menu-left {
@@ -903,6 +904,9 @@
903
904
  width: 100%;
904
905
  margin-left: 12px;
905
906
  }
907
+ .intems-menu-links:has(> li:first-child.intems-menu-links--right) {
908
+ justify-content: flex-end;
909
+ }
906
910
  @media only screen and (max-width : 600px) {
907
911
  .intems-menu-links {
908
912
  display: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intellias/menu",
3
- "version": "2.5.11",
3
+ "version": "2.5.13",
4
4
  "description": "Menu for intems project.",
5
5
  "author": "Intems",
6
6
  "scripts": {