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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user