mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
fix(balloon.scss): fix gaps in balloon (#134)
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
&::after {
|
&::after {
|
||||||
bottom: -18px;
|
bottom: -18px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 3px;
|
height: 4px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
background-color: $background-color;
|
background-color: $background-color;
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
&::after {
|
&::after {
|
||||||
bottom: -18px;
|
bottom: -18px;
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 3px;
|
height: 4px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
background-color: $background-color;
|
background-color: $background-color;
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
|
Reference in New Issue
Block a user