0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 22:42:41 +00:00

Move .note shadow to main box, not ::before element.

This commit is contained in:
Trevor Buckner
2021-08-25 21:46:59 -04:00
parent 801703a7a5
commit a3354e9614

View File

@@ -206,7 +206,6 @@ body {
border-width : 11px;
border-image : @noteBorderImage 12;
border-image-outset : 9px 0px;
filter : drop-shadow(1px 4px 6px #888);
position : absolute;
width : 100%;
height : 100%;
@@ -219,6 +218,7 @@ body {
margin-left : -0.1em;
margin-right : -0.1em;
background-color : @noteGreen;
filter : drop-shadow(1px 4px 6px #888);
padding : 0.5em 0.6em;
& + * {
margin-top : 1.3em;