0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-03 17:02:40 +00:00

reverting change to .note:before

setting back to what it was.  apparently :before is necessary due to border-image spacing.
This commit is contained in:
Gazook89
2021-08-15 20:17:15 -05:00
parent 0773dd24ab
commit 1b7729ca01

View File

@@ -199,12 +199,20 @@ body {
// * NOTE
// *****************************/
.note{
box-sizing : border-box;
border-style : solid;
border-width : 11px;
border-image : @noteBorderImage 12;
border-image-outset : 9px 0px;
filter : drop-shadow(1px 4px 6px #888);
&::before{
content : "";
box-sizing : border-box;
border-style : solid;
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%;
top : 0;
left : 0;
}
.useSansSerif();
position : relative;
margin-top : 1.3em;