Remove redundant brackets (#27768)
This commit is contained in:
parent
1dc42a3373
commit
502b6c8ed6
11 changed files with 31 additions and 31 deletions
|
|
@ -113,7 +113,7 @@
|
|||
left: 50%;
|
||||
display: block;
|
||||
width: $popover-arrow-width;
|
||||
margin-left: ($popover-arrow-width / -2);
|
||||
margin-left: -$popover-arrow-width / 2;
|
||||
content: "";
|
||||
border-bottom: $popover-border-width solid $popover-header-bg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue