Border Color
Last updated
Last updated
⚙️ Powered by Rock RMS
Applies to: Button, Frame, ImageButton
We've seen the colors that the Downhill framework provides 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
.
Each of the palette colors can also be used for text. Use the notation of .border-color-intensity
to specify the color.
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;