mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-30 17:30:23 +02:00
Merge branch 'develop' into change-is-center-container-class
This commit is contained in:
@@ -5,8 +5,8 @@ $font-size: 16px !default;
|
||||
$base-color: $color-black;
|
||||
$background-color: $color-white;
|
||||
|
||||
$cursor-url: url(../assets/cursor.png);
|
||||
$cursor-click-url: url(../assets/cursor-click.png);
|
||||
$cursor-url: url(https://unpkg.com/nes.css/assets/cursor.png);
|
||||
$cursor-click-url: url(https://unpkg.com/nes.css/assets/cursor-click.png);
|
||||
|
||||
$default-colors: (
|
||||
normal: $background-color,
|
||||
|
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