diff --git a/docs/pages/components/input.md b/docs/pages/components/input.md index de021c7..8cce0af 100644 --- a/docs/pages/components/input.md +++ b/docs/pages/components/input.md @@ -12,13 +12,13 @@ Input and select elements enable users to provide text input or make choices. In Use the `sm` or `lg` classes to reduce or increase the font size and padding of an input or select element. -
-
+
+
-
+
@@ -43,8 +43,8 @@ Use the `sm` or `lg` classes to reduce or increase the font size and padding of Those classes work on checkboxes and radio buttons too. -
-
+
+
@@ -55,7 +55,7 @@ Those classes work on checkboxes and radio buttons too. Large choice .lg
-
+
@@ -218,10 +218,10 @@ Use the `input busy` classes to overlay the input with a -
- - - +
+ + +
+ to - +
diff --git a/docs/pages/components/state.md b/docs/pages/components/state.md index a20498d..a2e3ee5 100644 --- a/docs/pages/components/state.md +++ b/docs/pages/components/state.md @@ -37,7 +37,7 @@ Use the `state highlighted` classes for an accentuated section e.g. which awaits
-

Office document conversion

+

Document conversion

Drag supported documents here

diff --git a/docs/pages/components/toast.md b/docs/pages/components/toast.md index 86cf7c5..8f117f1 100644 --- a/docs/pages/components/toast.md +++ b/docs/pages/components/toast.md @@ -65,7 +65,7 @@ Use the `accent`, `success` or `alert` classes to give the toast notification a

The demo can be seen directly on this page. Use the following controls to change it's color.

-
+
diff --git a/docs/pages/components/tooltip.md b/docs/pages/components/tooltip.md index 899c0e5..f50fb7d 100644 --- a/docs/pages/components/tooltip.md +++ b/docs/pages/components/tooltip.md @@ -22,7 +22,7 @@ Use the `data-tooltip` attribute on any element to attach a tooltip that appears To change position, use the `tooltip-left`, `tooltip-bottom` or `tooltip-right` classes accordingly. -
+
diff --git a/docs/pages/utilities/effects.md b/docs/pages/utilities/effects.md index 7a736cd..3df6524 100644 --- a/docs/pages/utilities/effects.md +++ b/docs/pages/utilities/effects.md @@ -41,7 +41,7 @@ To make an element appear over or inside a surface, the `shadow-*` classes can b To rotate an element, the `rotate-*` classes can be used. -
+
A
diff --git a/docs/pages/utilities/spacing.md b/docs/pages/utilities/spacing.md index 3614b71..320c2a3 100644 --- a/docs/pages/utilities/spacing.md +++ b/docs/pages/utilities/spacing.md @@ -57,7 +57,7 @@ The space between flex or grid items can be set with the `gap-*` classes. The outer spacing (margin) for elements can be set with the `m-*` classes. -
+
#3
@@ -118,7 +118,7 @@ The outer spacing (margin) for elements can be set with the `m-*` classes. The inner spacing (padding) for elements can be set with the `p-*` classes. -
+
#3
.p-0 diff --git a/docs/pages/utilities/text.md b/docs/pages/utilities/text.md index 7944424..1cc505a 100644 --- a/docs/pages/utilities/text.md +++ b/docs/pages/utilities/text.md @@ -194,7 +194,7 @@ Text can be truncated with an ellipsis using the `truncate` class, if the contai Also there are 3 utilities to control wrapping and writing mode.
-
+

Sloths are a Neotropical group of xenarthran mammals

Noted for their slowness of movement, tree sloths spend most of their lives hanging upside down in the trees of the tropical rainforests of South America and Central America.

diff --git a/src/components/_modal.css b/src/components/_modal.css index 65e1513..286b2dc 100644 --- a/src/components/_modal.css +++ b/src/components/_modal.css @@ -73,6 +73,7 @@ max-width: var(--screen-2xl); box-shadow: none; height: 99vh; + padding-top: 1.5rem; } } } diff --git a/src/components/_state.css b/src/components/_state.css index 5375116..2542e75 100644 --- a/src/components/_state.css +++ b/src/components/_state.css @@ -8,6 +8,7 @@ h1, h2, h3, h4, h5, h6 { color: var(--color-text-muted); margin: .5rem 0 0 0; + text-align: center; } &.empty {