mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-19 04:21:22 +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;
|
||||
border-color: $background-color;
|
||||
|
||||
&::after {
|
||||
&:not(.is-rounded)::after {
|
||||
position: absolute;
|
||||
top: -$border-size * 1.8;
|
||||
right: -$border-size * 1.8;
|
||||
|
Reference in New Issue
Block a user