mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix alert border radius
This commit is contained in:
parent
ef3ecaf997
commit
78c0ad8044
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
color: var(--#{$prefix}alert-color);
|
||||
background-color: var(--#{$prefix}alert-bg);
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue