mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 13:42:38 +00:00
Merge pull request #1577 from Gazook89/Turn-Box-Shadows-to-Drop-Shadows
Turn box shadows to drop shadows
This commit is contained in:
@@ -209,7 +209,6 @@ body {
|
|||||||
border-width : 11px;
|
border-width : 11px;
|
||||||
border-image : @noteBorderImage 12;
|
border-image : @noteBorderImage 12;
|
||||||
border-image-outset : 9px 0px;
|
border-image-outset : 9px 0px;
|
||||||
box-shadow : 1px 4px 14px #888;
|
|
||||||
position : absolute;
|
position : absolute;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
height : 100%;
|
height : 100%;
|
||||||
@@ -222,6 +221,7 @@ body {
|
|||||||
margin-left : -0.1em;
|
margin-left : -0.1em;
|
||||||
margin-right : -0.1em;
|
margin-right : -0.1em;
|
||||||
background-color : @noteGreen;
|
background-color : @noteGreen;
|
||||||
|
filter : drop-shadow(1px 4px 6px #888);
|
||||||
padding : 0.5em 0.6em;
|
padding : 0.5em 0.6em;
|
||||||
& + * {
|
& + * {
|
||||||
margin-top : 1.3em;
|
margin-top : 1.3em;
|
||||||
@@ -250,7 +250,7 @@ body {
|
|||||||
border-width : 7px;
|
border-width : 7px;
|
||||||
border-image : @descriptiveBoxImage 12 stretch;
|
border-image : @descriptiveBoxImage 12 stretch;
|
||||||
border-image-outset : 4px;
|
border-image-outset : 4px;
|
||||||
box-shadow : 0px 0px 6px #faf7ea;
|
filter : drop-shadow(0 0 3px #faf7ea);
|
||||||
padding : 0.1em;
|
padding : 0.1em;
|
||||||
& + * {
|
& + * {
|
||||||
margin-top : 1.4em;
|
margin-top : 1.4em;
|
||||||
@@ -308,7 +308,7 @@ body {
|
|||||||
border-image-outset : 0px 2px;
|
border-image-outset : 0px 2px;
|
||||||
background-blend-mode : overlay;
|
background-blend-mode : overlay;
|
||||||
background-attachment : fixed;
|
background-attachment : fixed;
|
||||||
box-shadow : 1px 4px 14px #888;
|
filter : drop-shadow(1px 4px 6px #888);
|
||||||
padding : 4px 2px;
|
padding : 4px 2px;
|
||||||
margin : 0px -6px 1em;
|
margin : 0px -6px 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user