1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 01:39:50 +02:00

style: fix stylelint errors

This commit is contained in:
Igor Guastalla de Lima
2019-10-15 06:49:45 -03:00
parent 652f412863
commit 20354d5d92
3 changed files with 5 additions and 4 deletions

View File

@@ -44,10 +44,11 @@
&.is-dark {
@include rounded-corners(true);
background: $base-color;
color: $background-color;
background: $base-color;
border-image-outset: 2;
box-shadow: 0px 0px 0 8px $base-color;
box-shadow: 0 0 0 8px $base-color;
&.from-left,
&.from-right {