mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 05:33:02 +02:00
fix alert border radius
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user