Palette classes
Danger color palette includes 2 colors: 1 main color without suffix (.bg-danger
) and 1 accent color with 100
suffix. Majority of components and layout parts are coded with maximum flexibility and support of different color options that can be changed on-the-fly just by adding or replacing proper color class. Also works perfectly in combination with other helpers, that makes Limitless very flexible and configurable.
SASS files include 10 different shades and tints of each color, but class names include only 2 of them. You can easy add new shades or tints of any color if you need to just by adding color variable to theme color map and re-compile your SASS files. That will generate all necessary color classes for all components and automatically add all states to them.
Please note: default Bootstrap contextual classes - primary, danger, success, warning, info - still available and correspond to main colors, so you can use both.bg-danger
and .[btn|badge|table|btn-outline|alert]-danger
as main color classes. For light semi-transparent danger background color, add *-100
suffix and optionally .text-danger
class.
Class | Description |
---|---|
.bg-danger .bg-danger-100 |
Classes for background color. You can choose between 1 danger color using .bg-danger class and 1 accent (light) color using .bg-danger-100 class |
.button-danger .button-danger-100 |
Classes for solid buttons. Include hover, active and open states |
.button-outline-danger .button-outline-danger-100 |
Classes for outline buttons. Include hover, active and open states |
.badge-danger .badge-danger-100 |
Classes for solid badges. Include hover, active and open states for links |
.alert-danger |
Classes for light alerts. You can use .bg-danger in combination with .text-white for solid background color |
.table-danger |
Classes for light table rows or cells. You can use .bg-danger in combination with .text-white for solid background color |
.list-group-item-danger |
Classes for inline and clickable list group items. Include hover, and active states |
.border-danger .border-danger-100 |
Classes for border color. Useful when only border needs to have different colors - validation, highlights, custom buttons etc. Can be used with form controls, selects, cards, buttons and any other block element |
.border-top-danger .border-top-danger-100 |
Classes for top border color. Use this class if you need to highlight top border only |
.border-bottom-danger .border-bottom-danger-100 |
Classes for bottom border color. Use this class if you need to highlight bottom border only |
.border-left-danger .border-left-danger-100 |
Classes for left border color. Use this class if you need to highlight left border only |
.border-right-danger .border-right-danger-100 |
Classes for right border color. Use this class if you need to highlight right border only |
.text-danger .text-danger-100 |
Classes for text color. These colors can be used with: text, links, icons, lists etc. Base text color doesn't require suffix |
Alert options
Bordered, styled, solid in both directionsForm components
Inputs, selects, input groups etc.Input field text
Using .text-danger
class
Input border color
Using .border-danger
class
Input with feedback
Using .text-danger
class
Input group text addon - text
Using .text-danger
class
Input group addon - background
Using .bg-danger-100
class
Input group addon - border
Using .border-danger
class
Input group icon addon - text
Using .text-danger
class
Input group icon addon - background
Using .bg-danger-100
class
Input group icon addon - border
Using .border-danger
class
Input group button - solid background
Using .btn-danger
class
Input group button - solid border
Using .border-danger
class
Input group button - outline
Using .btn-outline-danger
class
Input group button - outline border
Using .border-danger
class
Select2 single - text
Using .text-danger
class
Select2 single - border
Using .border-danger
class
Multiselect - text
Using color class in buttonClass
option
Multiselect - border
Using color class in buttonClass
option
Custom select - text
Using .text-danger
class
Custom select - border
Using .border-danger
class
Custom file input - text
Using .text-danger
class
Custom file input - border
Using .border-danger
class
Tabs component color
Solid tabs nav and content colorTabs navigation color
Solid color tabs
custom
background color to the tabs navigation and content with .bg-danger
palette classes
Text options
Text, link, badges, badge pills, iconsText
Using .text-danger
class in inline element
Badge pill
Using .badge-danger
class
Badge
Using .badge-danger
class
Progress bars
All colors, all sizes, all optionsBasic bar color
Using .bg-danger
classes
Striped bar color
Using .bg-danger
classes
Animated bar color
Using .bg-danger
classes
Table color options
Header, footer, rows, columns, cells etc.Header and footer
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @@Kopyov |
2 | Victoria | Baker | @@Vicky |
3 | James | Alexander | @@Alex |
# | First Name | Last Name | Username |
Table rows
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @@Kopyov |
2 | Victoria | Baker | @@Vicky |
3 | James | Alexander | @@Alex |
# | First Name | Last Name | Username |
Table columns
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @@Kopyov |
2 | Victoria | Baker | @@Vicky |
3 | James | Alexander | @@Alex |
# | First Name | Last Name | Username |
Solid table
.bg-*
classes to the table
# | First Name | Last Name | Username |
---|---|---|---|
1 | Eugene | Kopyov | @@Kopyov |
2 | Victoria | Baker | @@Vicky |
3 | James | Alexander | @@Alex |
# | First Name | Last Name | Username |
Button colors
Button text, border and background colorsBasic button
Using .bg-danger
classes
Labeled button
Using .bg-danger
classes
Outline button colors
Using border and text color classes
Card colors
Card, card border and heading colorsDanger card
.bg-danger
class added to the card header
Danger bordered card
.bg-danger
and .border-danger
classes
Danger solid card
.bg-danger
class added to the card container
Notifications & dialogs
Notifications, modals, popovers, tooltipsTooltip color
Change default tooltip color
Popover header
Using .bg-danger
classes
Popover background
Apply custom color to the entire popover
Modal dialog header
Using .bg-danger
classes
Modal background
Using .bg-danger
classes
Modal dialog footer
Using .bg-danger
classes
Noty notification
Using .bg-danger
color classes
jGrowl notification
Using plugin's theme
option
PNotify notification
Using plugin's addclass
option
Dropdown menu colors
Dropdown and menu elements colorDropdown border color
Using .border-danger
color classes
Dropdown background color
Using .bg-danger
color classes
Adapted menu components
Badges, badge pills, checkboxes, radios