mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-29 08:50:06 +02:00
Merge pull request #280 from nostalgic-css/fix-is-dark-dialog
fix(dialog): fix dialogs is-dark white border missing.
This commit is contained in:
@@ -21,5 +21,16 @@
|
|||||||
color: $background-color;
|
color: $background-color;
|
||||||
background-color: $base-color;
|
background-color: $base-color;
|
||||||
border-color: $background-color;
|
border-color: $background-color;
|
||||||
|
|
||||||
|
&:not(.is-rounded)::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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user