mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-08 20:50:44 +02:00
Replace some border-radius properties for the mixin, closes #23872
This commit is contained in:
@@ -231,13 +231,13 @@
|
||||
}
|
||||
|
||||
&:not(:first-child):not(:last-child):not(:only-child) {
|
||||
border-radius: 0;
|
||||
@include border-radius(0);
|
||||
|
||||
.card-img-top,
|
||||
.card-img-bottom,
|
||||
.card-header,
|
||||
.card-footer {
|
||||
border-radius: 0;
|
||||
@include border-radius(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user