Color and background helpers combine the power of our
.text-*
utilities and
.bg-*
utilities in one class. Using our Sass
color-contrast()
function, we automatically determine a contrasting
color
for a particular
background-color
.
background-color
utilities are generated with Sass using CSS variables. This allows for real-time color changes without compilation and dynamic alpha transparency changes.
Text color utilities are generated with Sass using CSS variables. This allows for real-time color changes without compilation and dynamic alpha transparency changes.
Bootstrap provides
.pe-none
and
.pe-auto
classes to prevent or add element interactions.
This link can not be clicked.
This link can be clicked (this is default behavior).
This link
can not be clicked because the
pointer-events
property is inherited from its parent. However,
this link
has a
pe-auto
class and can be clicked.
Use
user-select-all
,
user-select-auto
, or
user-select-none
class to the content which is selected when the user interacts with it.
This paragraph will be entirely selected when clicked by the user.
This paragraph has default select behavior.
This paragraph will not be selectable when clicked by the user.
Adjust the
overflow
property on the fly with four default values and classes. These classes are not responsive by default.
.overflow-auto
on an element with set width and height dimensions. By design, this content will vertically scroll.
.overflow-hidden
on an element with set width and height dimensions.
.overflow-visible
on an element with set width and height add more text dimensions myFav admin dashboard template.
.overflow-scroll
on an element with set width and height dimensions.
While shadows on components are disabled by default in Bootstrap and can be enabled via
$enable-shadows
, you can also quickly add or remove a shadow with our
box-shadow
utility classes. Includes support for
.shadow-none
and three default sizes (which have associated variables to match).
Change the value of the
object-fit
property
with our responsive
object-fit
utility classes. This property tells the content to fill the parent container in a variety of ways, such as preserving the aspect ratio or stretching to take up as much space as possible.
.object-fit-contain
.object-fit-cover
.object-fit-fill
.object-fit-scale
.object-fit-none
Use
z-index
utilities to stack elements on top of one another. Requires a
position
value other than
static
, which can be set with custom styles or using our
position utilities
.
Easily configure layout, styles, and preferences for your admin interface.