Replace some border-radius properties for the mixin, closes #23872
This commit is contained in:
parent
a79e0f9c78
commit
7b7c10aae8
3 changed files with 4 additions and 4 deletions
|
|
@ -87,7 +87,7 @@
|
|||
.list-group-item {
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
border-radius: 0;
|
||||
@include border-radius(0);
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue