1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-19 12:31:21 +02:00

fix(dialog): add the after just when is-dark without is-rounded.

This commit is contained in:
Igor Guastalla de Lima
2019-02-08 22:25:44 -02:00
parent c9226382db
commit b4db25c9e8

View File

@@ -22,7 +22,7 @@
background-color: $base-color; background-color: $base-color;
border-color: $background-color; border-color: $background-color;
&::after { &:not(.is-rounded)::after {
position: absolute; position: absolute;
top: -$border-size * 1.8; top: -$border-size * 1.8;
right: -$border-size * 1.8; right: -$border-size * 1.8;