Skip to content

Commit

Permalink
fix(dialog): add the same after as containers is-dark.
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Feb 9, 2019
1 parent c7d695f commit c922638
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scss/elements/dialogs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,16 @@
color: $background-color;
background-color: $base-color;
border-color: $background-color;

&::after {
position: absolute;
top: -$border-size * 1.8;
right: -$border-size * 1.8;
bottom: -$border-size * 1.8;
left: -$border-size * 1.8;
z-index: -1;
content: "";
background-color: $base-color;
}
}
}

0 comments on commit c922638

Please sign in to comment.