Classes to format your user images. You can combine avatar classes with padding utility class to give to the image a nice white border.
.avatar-xxl p-2
.avatar-xl p-2
.avatar-lg p-1
.avatar p-1
.avatar-sm p-1
span.avatar p-1
Small count and labeling component.
Card widget, similar to Bootstrap's .card
.
<div class="col-lg-4">
<div class="card-widget mb-4">
<div class="card-widget-body">
<div class="dot me-3 bg-indigo"></div>
<div class="text">
<h6 class="mb-0">Completed cases</h6><span class="text-gray-500">127 new cases</span>
</div>
</div>
<div class="icon text-white bg-indigo"><i class="fas fa-clipboard-check"> </i></div>
</div>
</div>
This theme also comes with a 150+ Premium SVG icons with appropriate license. No additional purchase is necessary.
For a complete icon reference, see here.
Vector icons and social logos on your website with Font Awesome, the web’s most popular icon set and toolkit.
These icons are mostly used in buttons or for social network links. For a complete icon reference, see here.
Utility class that turns a <img class="bg-image">
into a background image for its parent. Useful e.g. for carousels. Make sure that image's parent container and the content that should be placed over the image are relatively positioned.
Utility class that darkens or lightens the backround image of the element to enhance the legibility. It can be used with cards, carousel slides, etc.
Gradient overlay adds vertical gradient that's darkest on the bottom third of the element.
.dark-overlay
, .light-overlay
, .gradient-overlay
- CSS class to be used on the element
.overlay-content
- use this class on the element's content to increase its Z-index and move it above the overlay layer
Responsive borders as an addition to Bootstrap's border utilities.
.border-sm
, .border-md
, etc.
Additional utility classes, for block elements mostly.
.bg-gray-100
to .bg-gray-900
- grayscale backgrounds
.bg-primary-light
, .bg-secondary-light
- lighter backgrounds for the theme colours
.opacity-1
to .opacity-9
- opacity helper
.hover-scale
- scale element on hover
.hover-animate
- move element up by few pixels on hover
.hover-scale-bg-image
- scale element's background picture on hover
Text utility classes to control text size and more.
.text-gray-100
to .text-gray-900
- grayscale text colours
.text-sm
, .text-lg
, .text-xl
- text sizes
.letter-spacing-1
to .letter-spacing-5
- letter spacing 0.1em to 0.5em
.z-index-1
to .z-index-5
- z-index from 10 to 50
.text-hover-primary
, etc. - text colour on hover/focus for theme colours
.overflow-visible
and .overflow-hidden
- overflow control