Nudge
Modifiers
Class | Description |
---|---|
nudge | Nudge the element from all 4 directions |
nudge-top | Nudge the element from the top |
nudge-topright | Nudge the element from the top right corner |
nudge-bottomleft | Nudge the element from the bottom left corner |
nudge-bottom | Nudge the element from the bottom |
nudge-bottomright | Nudge the element from the bottom right corner |
nudge-left | Nudge the element from the left |
nudge-right | Nudge the element from the right |
inner-radius | Creates border radius based on --nudge and --radius |
Utilities
Class | Description |
---|---|
nudge-* | Amount of --nudge to apply |
nudge-x-* | Amount of --nudge-x to apply |
nudge-y-* | Amount of --nudge-y to apply |
CSS Variables
Variable | Default | Description |
---|---|---|
--nudge | 0 | Amount to to nudge on both block and inline axes |
--nudge-x | 0 | Amount to to nudge on the inline axis |
--nudge-y | 0 | Amount to to nudge on the block axis |