Layouts
Float
Utilities for sets an element's placement to a side of its container and allows content to wrap around it.
Class
class | css |
---|---|
float-right | float: right |
float-left | float: left |
float-none | float: none |
clearfix | &::after { content: ""; display: table; clear: both; } |
Variant
Variant | Enabled | Responsive |
---|---|---|
Default | Yes | Yes |
Dark Theme | ||
hover | ||
group-hover | ||
focus | ||
focus-within | ||
active | ||
visited | ||
checked | ||
disabled |