mirror of https://github.com/twbs/bootstrap.git
fix alert border radius
This commit is contained in:
parent
ef3ecaf997
commit
78c0ad8044
|
@ -20,7 +20,7 @@
|
||||||
color: var(--#{$prefix}alert-color);
|
color: var(--#{$prefix}alert-color);
|
||||||
background-color: var(--#{$prefix}alert-bg);
|
background-color: var(--#{$prefix}alert-bg);
|
||||||
border: var(--#{$prefix}alert-border);
|
border: var(--#{$prefix}alert-border);
|
||||||
border-radius: var(--#{$prefix}alert-border-radius, 0); // stylelint-disable-line property-disallowed-list
|
@include border-radius(var(--#{$prefix}alert-border-radius));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Headings for larger alerts
|
// Headings for larger alerts
|
||||||
|
|
Loading…
Reference in New Issue