@jrgermain/stylesheet 0.1.0 → 0.1.1

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/index.css CHANGED
@@ -790,10 +790,12 @@
790
790
  margin-right:auto;
791
791
  }
792
792
  .app-header-section:nth-child(n+3):before{
793
- background-color:orange;
793
+ background-color:var(--color-outline);
794
794
  content:"";
795
795
  height:2rem;
796
- width:2px;
796
+ position:relative;
797
+ right:calc(var(--space-s)/2);
798
+ width:var(--border-s);
797
799
  }
798
800
 
799
801
  .app-header-item{