Border Color
Last updated
Last updated
Applies to: , ,
We've seen the us for use in our applications. These colors can be used to specify border colors.
Note that the actual colors you select will be substituted for the ?color-value
.
Class
Property
.border-primary
color: ?color-primary;
.border-secondary
color: ?color-secondary;
.border-success
color: ?color-success;
.border-danger
color: ?color-danger;
.border-warning
color: ?color-warning;
.border-info
color: ?color-info;
.border-light
color: ?color-light;
.border-dark
color: ?color-dark;
.border-white
color: ?color-white;
Each of the palette colors can also be used for text. Use the notation of .border-color-intensity
to specify the color.