Showing
1 changed file
with
9 additions
and
9 deletions
@@ -428,18 +428,18 @@ | @@ -428,18 +428,18 @@ | ||
428 | right: 6px; | 428 | right: 6px; |
429 | width: 0; | 429 | width: 0; |
430 | height: 0; | 430 | height: 0; |
431 | - top: -11px; | ||
432 | - border-left: 8px solid transparent; | ||
433 | - border-right: 8px solid transparent; | ||
434 | - border-bottom: 10px solid #000; | 431 | + top: -9px; |
432 | + border-left: 6px solid transparent; | ||
433 | + border-right: 6px solid transparent; | ||
434 | + border-bottom: 8px solid #000; | ||
435 | 435 | ||
436 | &:before { | 436 | &:before { |
437 | content: ''; | 437 | content: ''; |
438 | - border-left: 7px solid transparent; | ||
439 | - border-right: 7px solid transparent; | ||
440 | - border-bottom: 10px solid #fff; | ||
441 | - right: -7px; | ||
442 | - display: inline-block; | 438 | + border-left: 6px solid transparent; |
439 | + border-right: 6px solid transparent; | ||
440 | + border-bottom: 8px solid #fff; | ||
441 | + right: -6px; | ||
442 | + | ||
443 | top: 1px; | 443 | top: 1px; |
444 | position: absolute; | 444 | position: absolute; |
445 | } | 445 | } |
-
Please register or login to post a comment