@sikka/hawa 0.20.5-next → 0.20.6-next
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 +8 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2751,6 +2751,12 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
2751
2751
|
.hawa-align-middle {
|
|
2752
2752
|
vertical-align: middle;
|
|
2753
2753
|
}
|
|
2754
|
+
.hawa-font-mono {
|
|
2755
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
2756
|
+
}
|
|
2757
|
+
.hawa-font-sans {
|
|
2758
|
+
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
2759
|
+
}
|
|
2754
2760
|
.hawa-text-2xl {
|
|
2755
2761
|
font-size: 1.5rem;
|
|
2756
2762
|
line-height: 2rem;
|
|
@@ -3217,9 +3223,9 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
3217
3223
|
--tw-shadow: 0.25rem 0.25rem hsl(var(--primary));
|
|
3218
3224
|
box-shadow: var(--tw-shadow);
|
|
3219
3225
|
}
|
|
3220
|
-
body {
|
|
3226
|
+
/* body {
|
|
3221
3227
|
font-family: "IBM Plex Sans Arabic", sans-serif;
|
|
3222
|
-
}
|
|
3228
|
+
} */
|
|
3223
3229
|
.selection\:hawa-p-0 *::-moz-selection {
|
|
3224
3230
|
padding: 0px;
|
|
3225
3231
|
}
|