1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-02-24 09:23:50 +01:00

Changed the box-shadow, missing a change into the last-child.

This commit is contained in:
Igor Guastalla de Lima 2018-11-29 20:21:56 -02:00
parent 3277cae6e0
commit e6e221fe81
4 changed files with 6 additions and 7 deletions

View File

@ -741,7 +741,7 @@ button,
}
.table.is-bordered tr td {
box-shadow: 0 4px #212529, 4px 6px #fff, 1px 0 #212529, 4px 4px #fff, 1px 0 #fff, -4px 4px #212529, 4px 4px #fff, -4px 0 #212529, -2px 8px #fff, 0 4px #fff, 1px 0 #fff, 0 0 #fff;
box-shadow: 0 4px #212529, 4px 6px #fff, 1px 0 #212529, 4px 4px #fff, 1px 0 #fff, 0 4px #212529, 4px 4px #fff, -4px 0 #212529, -2px 8px #fff, 0 4px #fff, 1px 0 #fff, -4px 4px #fff;
}
.table.is-bordered tr td:last-child {

File diff suppressed because one or more lines are too long

5
css/nes.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -24,8 +24,8 @@
tr td {
box-shadow: 0 4px #212529, 4px 6px #fff, 1px 0 #212529, 4px 4px #fff, 1px 0 #fff,
-4px 4px #212529, 4px 4px #fff, -4px 0 #212529, -2px 8px #fff, 0 4px #fff, 1px 0 #fff,
0 0 #fff;
0 4px #212529, 4px 4px #fff, -4px 0 #212529, -2px 8px #fff, 0 4px #fff, 1px 0 #fff,
-4px 4px #fff;
}
tr td:last-child {