Row grids
.row-grid
to any .row
, make sure to include .g-0
modifer Position and z-index
start-0
, end-0
, top-0
, bottom-0
, and translate-middle
; Demo window
.demo-window
to portray a focal point for images, demo objects, data, tables or layout properties. Place content inside .demo-window-content
Opacity presets
helpers.scss
file for more details. You can also set .width-0
to remove any given width, or you can use .w-auto
to undo explicitly specified widths .opacity-5

Hover background
.hover-bg
bg-primary-500 color-fusion-300
hover-bg
bg-info-500 color-fusion-300
hover-bg
bg-warning-500 color-fusion-300
hover-bg
bg-success-500 color-fusion-300
hover-bg
bg-danger-500 color-fusion-300
hover-bg
bg-fusion-500 color-white
hover-bg
Cursor pointers
Focus Rings
The .focus-ring
helper removes the default outline
on :focus
, replacing it with a box-shadow
that can be more broadly customized. The new shadow is made up of a series of CSS variables, inherited from the :root
level, that can be modified for any element or component.
Background Tricks
The .bg-placeholder
is used to create a placeholder background for elements. Use the .translucent-light
or .translucent-dark
classes (along with other supporting classes) to add a translucent background.
Shadow Presets
.shadow-none
.shadow-1
.shadow-2
.shadow-3
.shadow-4
.shadow-5
.shadow-sm
.shadow
.shadow-lg
.shadow-inset-1
.shadow-inset-2
.shadow-inset-3
.shadow-inset-4
.shadow-inset-5
Shadow Hovers
.shadow-hover-1
.shadow-hover-2
.shadow-hover-3
.shadow-hover-4
.shadow-hover-5
.shadow-sm-hover
.shadow-hover
.shadow-lg-hover
.shadow-hover-inset-1
.shadow-hover-inset-2
.shadow-hover-inset-3
.shadow-hover-inset-4
.shadow-hover-inset-5
Child Hover
.show-child-on-hover
.show-on-hover-parent
Gradient presets
.bg-primary-gradient
, .bg-info-gradient
, .bg-success-gradient
, .bg-warning-gradient
, .bg-danger-gradient
, .bg-fusion-gradient
, .bg-brand-gradient
, and .bg-trans-gradient
(which requires .text-white
modifier) Header 3 Subheader text
Paragraph text, in bold, italic, and underlined
Z-index Presets
z-index
utilities because of their default values of -1
through 3
, which we use for the layout of overlapping components. High-level z-index
values are used for overlay components like modals and tooltips. Ratio & Object Fit
.ratio
class to create a responsive ratio for an element. Use the .object-fit
class to control how an element is resized to fit its container.