@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 +4 -2
- package/dist/index.css.map +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.min.css.map +1 -1
- package/package.json +1 -1
- package/src/styles/components/_app.scss +7 -8
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:
|
|
793
|
+
background-color:var(--color-outline);
|
|
794
794
|
content:"";
|
|
795
795
|
height:2rem;
|
|
796
|
-
|
|
796
|
+
position:relative;
|
|
797
|
+
right:calc(var(--space-s)/2);
|
|
798
|
+
width:var(--border-s);
|
|
797
799
|
}
|
|
798
800
|
|
|
799
801
|
.app-header-item{
|