Fix details tab save

This commit is contained in:
Mark Cooper 2021-09-06 16:11:37 -05:00
parent 41c391e87b
commit 1d7d2a1dac
5 changed files with 21 additions and 15 deletions

View file

@ -83,6 +83,10 @@
box-shadow: 2px 8px 6px #111111aa;
}
.box-shadow-sm-up {
box-shadow: 0px -5px 8px #11111122;
}
.box-shadow-md-up {
box-shadow: 0px -8px 8px #11111144;
}