|
@@ -483,7 +483,7 @@ export default {
|
|
position: relative;
|
|
position: relative;
|
|
&:after {
|
|
&:after {
|
|
top: -16px;
|
|
top: -16px;
|
|
- margin-left: calc(10% - 14px);
|
|
|
|
|
|
+ margin-left: calc(17% - 14px);
|
|
border-top-width: 0;
|
|
border-top-width: 0;
|
|
border-color: transparent;
|
|
border-color: transparent;
|
|
border-bottom-color: #fff;
|
|
border-bottom-color: #fff;
|
|
@@ -499,7 +499,7 @@ export default {
|
|
}
|
|
}
|
|
&:before {
|
|
&:before {
|
|
top: -20px;
|
|
top: -20px;
|
|
- margin-left: calc(10% - 16px);
|
|
|
|
|
|
+ margin-left: calc(17% - 16px);
|
|
|
|
|
|
border-top-width: 0;
|
|
border-top-width: 0;
|
|
border-color: transparent;
|
|
border-color: transparent;
|