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:
15
scss/elements/dialogs.scss
Normal file
15
scss/elements/dialogs.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user