0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +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
// *****************************/ // *****************************/
.note{ .note{
box-sizing : border-box; &::before{
border-style : solid; content : "";
border-width : 11px; box-sizing : border-box;
border-image : @noteBorderImage 12; border-style : solid;
border-image-outset : 9px 0px; border-width : 11px;
filter : drop-shadow(1px 4px 6px #888); 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(); .useSansSerif();
position : relative; position : relative;
margin-top : 1.3em; margin-top : 1.3em;