A description of each additional class used in Insight
.avatarApply to an <img> element to format it as a small, rounded avatar
.avatar-smApply to a .avatar element to decrease default size
.avatar-lgApply to a .avatar element to increase default size
.avatar-lgApply to a .avatar element to increase default size
.bg-imageApply to a <img> element to format the image as the background for the parent element
.badge-mdApply to a .badge element to fix the font size to .875rem
.custom-checkbox-switchAdd to .custom-checkbox element to diplay as an 'on/off' style switch
.form-control-roundAdd to .form-control element to round corners
.input-group-roundAdd to .input-group element to round corners of child elements
.hover-effectApply to a .card, <a> or <img> element to add a raised effect on hover
.iconApply to an <img> element to format as an icon and convert .svg images to inline SVG elements
.icon-smApply to .icon element to reduce the default size
.icon-lgApply to .icon element to increase the default size
.text-*Any Bootstrap text color utility applied to .icon will fill the SVG icon with that color
.icon-roundedApply to <div> element that contains an <i.materialicons> element to add a rounded border. Use any bg-* class to color the rounded icon's background
.list-social-linksApply to a <ul> element to format as a row of social links, each with its own background and hover effect
.list-pipe-seperatorApply to a <ul> element to place a pipe '|' character between each child <li> item
.sidebarApply to a .col-* element to adjust the 'sticking' point of any child .sticky-top element so that it sits neatly underneath the navigation bar
.slider-highlight-selectedApply to [data-flickity] element to highlight selected slide and fade all others
.bg-triangleApply to <img src="assets/img/bg-triangle.svg"> element to position the triangle in the background of the section
.bg-triangle-top-leftPosition the .bg-triangle element so it points to the top left-hand corner of the section
.bg-triangle-top-rightPosition the .bg-triangle element so it points to the top right-hand corner of the section
.bg-triangle-bottom-leftPosition the .bg-triangle element so it points to the bottom left-hand corner of the section
.bg-*Apply to .bg-triangle element to color the triangle background using any bg- utility class
.font-alt-1Apply to any text element to use the 'Permanent Marker' font
.text-smallApply to any text element to fix the font size to the @font-size-sm variable
.video-coverApply to a <div> element that contains an <iframe>, <img.bg-image> and .video-play-icon to format as a Video Cover element
.video-play-iconApply to a <div> element to format it as a round video play icon
.video-play-icon-lgApply to a .video-play-icon element to increase its default size
.o-hiddenSets overflow attribute to hidden
.o-visibleSets overflow attribute to visible
.bg-gradientSets background attribute to a linear gradient from @blue to @indigo
.bg-gradient-2Sets background attribute to a linear gradient from @indigo to @pink
.bg-gradient-3Sets background attribute to a linear gradient from @red to @orange
.height-(0 - 100)Sets the height of the element to a min-height of the specified value (0 - 100) in viewport height (vh) units
.opacity-(0 - 100)Sets the opacity attribute of the element to the speicified value of 0 - 1
.overlay-darkApply to a <section> to add a dark fading overlay to the bottom of the section
.overlay-topApply to .overlay-dark section to position the overlay at the top of the section
.spacer-y-(0 - 5)Apply to an element to add a measure of spacing to the top and bottom of the section. The value (0 - 5) refers to a multiplied measure of the base line height (1.5rem) ie. .spacer-y-2 would be equal to 3rem of padding at the top and bottom of the element.