Skip to content
Vinicius Reif Biavatti edited this page Jun 4, 2021 · 5 revisions

Description

Util classes are used for miscellaneous and quick things. Check the table below:

Class Description
.left Quick float: left style
.right Quick float: right style
.center Quick text-align: center style
.left-align Quick text-align: left style
.right-align Quick text-align: right style
.center-align Alias for .center class
.full-width Quick width: 100% style
.full-height Quick height: 100% style
.inline Quick display: inline style
.inline-block Quick display: inline-block style
.block Quick display: block style
.valign-top Quick vertical-align: top style
.valign-middle Quick vertical-align: middle style
.valign-bottom Quick vertical-align: bottom style
.fixed Quick position: fixed style
.absolute Quick position: absolute style
.relative Quick position: relative style
.static Quick position: static style
.no-shadow Removes the shadow of some element
.no-padding Removes the padding of some element
.no-border Removes the border of some element
.content Put a 12px padding for all sides in some element
.disabled Disabled style class for components that allow the disabled state
.disable-select Quick user-select: none style
.cursor-pointer Quick cursor: pointer style
.cursor-default Quick cursor: default style
Clone this wiki locally