mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-09-03 11:02:43 +02:00
style: fix stylelint errors
This commit is contained in:
@@ -44,10 +44,11 @@
|
|||||||
|
|
||||||
&.is-dark {
|
&.is-dark {
|
||||||
@include rounded-corners(true);
|
@include rounded-corners(true);
|
||||||
background: $base-color;
|
|
||||||
color: $background-color;
|
color: $background-color;
|
||||||
|
|
||||||
|
background: $base-color;
|
||||||
border-image-outset: 2;
|
border-image-outset: 2;
|
||||||
box-shadow: 0px 0px 0 8px $base-color;
|
box-shadow: 0 0 0 8px $base-color;
|
||||||
|
|
||||||
&.from-left,
|
&.from-left,
|
||||||
&.from-right {
|
&.from-right {
|
||||||
|
Reference in New Issue
Block a user