1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-29 11:36:58 +01:00

🙈 balloonにbackground-colorを指定

This commit is contained in:
BcRikko 2018-11-26 23:07:38 +09:00
parent e5c89004a9
commit fbd839aeed
4 changed files with 5 additions and 14 deletions

View File

@ -641,6 +641,7 @@ button,
padding: 1rem 1.5rem;
margin: 8px;
margin-bottom: 30px;
background-color: #fff;
box-shadow: 0 -4px #fff, 0 -8px #212529, 4px 0 #fff, 4px -4px #212529, 8px 0 #212529, 0 4px #fff, 0 8px #212529, -4px 0 #fff, -4px 4px #212529, -8px 0 #212529, -4px -4px #212529, 4px 4px #212529;
}

File diff suppressed because one or more lines are too long

15
css/nes.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,7 @@
padding: 1rem 1.5rem;
margin: 8px;
margin-bottom: 30px;
background-color: $background-color;
// prettier-ignore
box-shadow: