Style Guide
All colors are available via Bootstrap classes. They work for both background and text.
Text Example: .text-[color]
Background Example: .bg-[color]
Read more here: Bootstrap Colors
If a new color is introduced in the future it must be brought to the project by a SASS variable ONLY so it can be available cross site.
Primary / link
#011626mint
#25c69eGray
#606060Light Gray
#f3f3f3White
#ffffffGreen
Green / #bfd730Red
Red / #c4122fAlert
Danger
#a94442Success
Laguna / #06b5b7Main font family is the 'Gordita' font. It's already set-up and available in the following variants:
- Normal (default font)
- Normal Italic (use '.font-italic' class)
- Bold (700) (use '.font-weight-bold' class)
- Bold Italic (use '.font-weight-bold-italic' class)
- Base font size 16px or (use '.font-size-base' class)
- font-size 18px (use '.font-size-lg' class)
- font-size 15px (use '.font-size-sm' class)
All fonts are responsive by using Bootstrap's built-in responsive font sizes functionality.
Don't create custom media queries for font-sizes without any need.
Basic headings
h1. heading (50px)
h2. heading (40px)
h3. heading (35px)
h4. heading (28px)
h5. heading (22px)
h6. heading (20px)
Display headings
Traditional heading elements are designed to work best in the meat of your page content. When you need a heading to stand out, consider using a display heading—a larger, slightly more opinionated heading style.
Display 1 (96px)
Display 2 (88px)
Display 3 (70px)
Display 4 (35px)
Styled headings
Uses the '.fancy-heading' class in any H1-H6 heading.
Fancy Heading
Fancy Heading Centered
Lead
Make a paragraph stand out by adding .lead.
Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Duis mollis, est non commodo luctus.
Font weight and italics
Quickly change the weight (boldness) of text or italicize text.
Bold text.
medium text.
Normal weight text.
Light weight text.
Italic text.
All button classes (size, color, variant, border radius) can be mixed and matched.
Basic button styles
Basic Button Link
Button sizes
Button states
Active StateButton border radius variants
Button group
Text Field
Text Field + Icon
Text Area
States
Checkboxes
Switches
Radios
Badges
MOST POPULARNew This Month
Members Only
Low Stock
VMP Exclusive Pressing
Pagination
Basic Select
All selects and dropdowns can be modified with Bootstrap color and size classes.
Basic Dropdown
Colors
All theme colors are available.
Floating Dropdown
Enhanced Selects
Project has specific needs for more enhanced selects that can't be covered from Bootstrap out of the box. We are using a specific plugin called 'Bootstrap Select' to bring enhanced dropdowns to the project. Dropdowns with support of icons, multiselect and search capabilities.
These selects accept all Bootstrap button size and color classes via the data-style attribute.
With option groups
With search
With icons
You can bring icons into the select options via the data-icon attribute.