@gyramais/gyra-design 0.1.55 → 0.1.57
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 +9 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6770,6 +6770,10 @@ h6 {
|
|
|
6770
6770
|
|
|
6771
6771
|
padding-bottom: 0.5rem;
|
|
6772
6772
|
|
|
6773
|
+
padding-left: 0.5rem;
|
|
6774
|
+
|
|
6775
|
+
padding-right: 0.5rem;
|
|
6776
|
+
|
|
6773
6777
|
font-size: 1rem;
|
|
6774
6778
|
|
|
6775
6779
|
line-height: 1.5rem;
|
|
@@ -6789,7 +6793,11 @@ h6 {
|
|
|
6789
6793
|
|
|
6790
6794
|
padding-top: 1rem;
|
|
6791
6795
|
|
|
6792
|
-
padding-bottom: 1rem
|
|
6796
|
+
padding-bottom: 1rem;
|
|
6797
|
+
|
|
6798
|
+
padding-left: 0px;
|
|
6799
|
+
|
|
6800
|
+
padding-right: 0px
|
|
6793
6801
|
}
|
|
6794
6802
|
}
|
|
6795
6803
|
|