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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user