Primary Background Color
Primary Color
.bg-primary
Primary color palette contains 13 colors: 1 main primary color and 4 lighten colors, 4 darken colors and 4 Accent colors. All colors works perfectly with any bootstrap components, form components or any modern controls, that makes Modern very effective, flexible and configurable.
Please note: Default Bootstrap classes - primary, success, danger, info, warning - are available, so you can use .bg-success and .btn-success as main colors, but if you want to use lighten, darken or accent colors, use bg-* bg-lighten-NUMBER for lighten color, bg-* bg-darken-NUMBER for darken color and bg-* bg-accent-NUMBER for accent colors.
Class | Description |
---|---|
.bg-primary
|
Primary Class for background color. |
.bg-primary
.bg-lighten-*
|
For
lighten
primary background color, this two classes needed. Here *: 1,2,3,4 lighten primary color options.
|
.bg-primary
.bg-darken-*
|
For
darken
primary background color, this two classes needed. Here *: 1,2,3,4 darken primary color options.
|
.bg-primary
.bg-accent-*
|
For
accent
primary background color, this two classes needed. Here *: 1,2,3,4 accent primary color options.
|
Primary Border Color
Primary Color
.border-primary
Class | Description |
---|---|
.border-primary
|
Primary Class for background color. |
.border-primary
.border-lighten-*
|
For lighten primary background color, this two classes needed. Here *: 1,2,3,4 lighten primary color options. |
.border-top-primary
.border-top-lighten-*
|
For lighten primary
top
border. Use this classes if you need to highlight only top border.
|
.
.border-bottom-lighten-*
|
For lighten primary
bottom
border. Use this classes if you need to highlight only bottom border.
|
.border-right-primary
.border-right-lighten-*
|
For lighten primary
right
border. Use this classes if you need to highlight only right border.
|
.border-left-primary
.border-left-lighten-*
|
For lighten primary
left
border. Use this classes if you need to highlight only left border.
|
.border-primary
.border-darken-*
|
For darken primary background color, this two classes needed. Here *: 1,2,3,4 darken primary color options. |
.border-top-primary
.border-top-darken-*
|
For darken primary
top
border. Use this classes if you need to highlight only top border.
|
.
.border-bottom-darken-*
|
For darken primary
bottom
border. Use this classes if you need to highlight only bottom border.
|
.border-right-primary
.border-right-darken-*
|
For darken primary
right
border. Use this classes if you need to highlight only right border.
|
.border-left-primary
.border-left-darken-*
|
For darken primary
left
border. Use this classes if you need to highlight only left border.
|
.border-primary
.border-accent-*
|
For accent primary background color, this two classes needed. Here *: 1,2,3,4 accent primary color options. |
.border-top-primary
.border-top-accent-*
|
For accent primary
top
border. Use this classes if you need to highlight only top border.
|
.
.border-bottom-accent-*
|
For accent primary
bottom
border. Use this classes if you need to highlight only bottom border.
|
.border-right-primary
.border-right-accent-*
|
For accent primary
right
border. Use this classes if you need to highlight only right border.
|
.border-left-primary
.border-left-accent-*
|
For accent primary
left
border. Use this classes if you need to highlight only left border.
|
Primary Text Color
Primary Color
.primary
Class | Description |
---|---|
.primary
|
Class for Primary Text color. |
.primary
.lighten-*
|
For
lighten
primary text color, this two classes needed. Here *: 1,2,3,4 for lighten primary color options.
|
.primary
.darken-*
|
For
darken
primary text color, this two classes needed. Here *: 1,2,3,4 for darken primary color options.
|
.primary
.accent-*
|
For
accent
primary text color, this two classes needed. Here *: 1,2,3,4 for accent primary color options.
|