1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 09:20:02 +02:00

Merge branch 'develop' into change-is-center-container-class

This commit is contained in:
Trezy
2018-12-13 14:59:33 -06:00
committed by GitHub
3 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
.nes-dialog {
padding: 1.5rem 2rem;
color: $base-color;
border: none;
box-shadow: 4px 0, -4px 0, 0 4px, 0 -4px;
> .backdrop,
&::backdrop {
background-color: rgba(0, 0, 0, 0.3);
}
> :last-child {
margin-bottom: 0;
}
}