@shohojdhara/atomix 0.3.11 → 0.3.12

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.
@@ -5611,22 +5611,22 @@ a,a:hover{
5611
5611
  .c-edge-panel--glass .c-edge-panel__backdrop.is-animating-out{
5612
5612
  animation:fadeOut .3s ease forwards;
5613
5613
  }
5614
- .c-edge-panel--glass.c-edge-panel--start .c-edge-panel__glass-wrapper{
5614
+ .c-edge-panel--glass.c-edge-panel--start .c-edge-panel__glass-content{
5615
5615
  animation:slideInStart .3s ease forwards;
5616
5616
  }
5617
- .c-edge-panel--glass.c-edge-panel--start .c-edge-panel__glass-wrapper.is-animating-out{
5617
+ .c-edge-panel--glass.c-edge-panel--start .c-edge-panel__glass-content.is-animating-out{
5618
5618
  animation:slideOutStart .3s ease forwards;
5619
5619
  }
5620
- .c-edge-panel--glass.c-edge-panel--end .c-edge-panel__glass-wrapper{
5620
+ .c-edge-panel--glass.c-edge-panel--end .c-edge-panel__glass-content{
5621
5621
  animation:slideInEnd .3s ease forwards;
5622
5622
  }
5623
- .c-edge-panel--glass.c-edge-panel--end .c-edge-panel__glass-wrapper.is-animating-out{
5623
+ .c-edge-panel--glass.c-edge-panel--end .c-edge-panel__glass-content.is-animating-out{
5624
5624
  animation:slideOutEnd .3s ease forwards;
5625
5625
  }
5626
- .c-edge-panel--glass.c-edge-panel--top .c-edge-panel__glass-wrapper{
5626
+ .c-edge-panel--glass.c-edge-panel--top .c-edge-panel__glass-content{
5627
5627
  animation:slideInTop .3s ease forwards;
5628
5628
  }
5629
- .c-edge-panel--glass.c-edge-panel--bottom .c-edge-panel__glass-wrapper{
5629
+ .c-edge-panel--glass.c-edge-panel--bottom .c-edge-panel__glass-content{
5630
5630
  animation:slideInBottom .3s ease forwards;
5631
5631
  }
5632
5632
  .c-edge-panel--glass.c-edge-panel--bottom .c-edge-panel__container,.c-edge-panel--glass.c-edge-panel--bottom .c-edge-panel__glass-content,.c-edge-panel--glass.c-edge-panel--top .c-edge-panel__container,.c-edge-panel--glass.c-edge-panel--top .c-edge-panel__glass-content{
@@ -7809,7 +7809,10 @@ a,a:hover{
7809
7809
  }
7810
7810
  .c-nav__dropdown-menu{
7811
7811
  left:0;
7812
+ list-style:none;
7813
+ margin:0;
7812
7814
  opacity:0;
7815
+ padding:0;
7813
7816
  position:absolute;
7814
7817
  top:100%;
7815
7818
  visibility:hidden;