mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 01:39:50 +02:00
feat(dialog): adding dark modifier to dialogs #241
This commit is contained in:
@@ -12,5 +12,14 @@
|
||||
|
||||
&.is-rounded {
|
||||
@include rounded-corners();
|
||||
|
||||
&.is-dark {
|
||||
@include rounded-corners(true);
|
||||
}
|
||||
}
|
||||
&.is-dark {
|
||||
color: $background-color;
|
||||
background-color: $base-color;
|
||||
border-color: $background-color;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user