@sikka/hawa 0.1.28 → 0.1.29
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/styles.css +6 -0
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/elements/Tabs.tsx +1 -1
- package/src/styles.css +6 -0
package/dist/styles.css
CHANGED
|
@@ -887,6 +887,9 @@ video {
|
|
|
887
887
|
.mb-5 {
|
|
888
888
|
margin-bottom: 1.25rem;
|
|
889
889
|
}
|
|
890
|
+
.mb-6 {
|
|
891
|
+
margin-bottom: 1.5rem;
|
|
892
|
+
}
|
|
890
893
|
.ml-0 {
|
|
891
894
|
margin-left: 0px;
|
|
892
895
|
}
|
|
@@ -959,6 +962,9 @@ video {
|
|
|
959
962
|
.mt-1\.5 {
|
|
960
963
|
margin-top: 0.375rem;
|
|
961
964
|
}
|
|
965
|
+
.mt-10 {
|
|
966
|
+
margin-top: 2.5rem;
|
|
967
|
+
}
|
|
962
968
|
.mt-14 {
|
|
963
969
|
margin-top: 3.5rem;
|
|
964
970
|
}
|