0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 01:12:44 +00:00

Fix classTable border dimensions

This commit is contained in:
Trevor Buckner
2021-09-01 14:19:01 -04:00
parent 1770323690
commit 8e1706532b

View File

@@ -627,15 +627,17 @@ body {
white-space : nowrap; white-space : nowrap;
} }
&.frame { &.frame {
margin-top : 25px; margin-top : 0.66cm;
margin-bottom : 40px; margin-bottom : 1.05cm;
margin-left : -0.1cm;
margin-right : -0.1cm;
border-collapse : separate; border-collapse : separate;
background-color : white; background-color : white;
border : initial; border : initial;
border-style : solid; border-style : solid;
border-image-outset : 0.66cm 0.3cm; border-image-outset : 0.55cm 0.3cm;
border-image-repeat : stretch; border-image-repeat : stretch;
border-image-slice : 150 200 150 200; border-image-slice : 200;
border-image-source : @frameBorderImage; border-image-source : @frameBorderImage;
border-image-width : 47px; border-image-width : 47px;
} }
@@ -648,14 +650,20 @@ body {
background-image : @classTableDecoration; background-image : @classTableDecoration;
background-size : contain; background-size : contain;
background-repeat : space; background-repeat : space;
width : calc(100% + 3.4cm); width : 7.75cm;
height : 7.75cm; height : calc(100% + 3.3cm);
top : calc(50% + 0.35cm); top : 50%;
left : 50%; left : 50%;
transform : translateY(-50%) translateX(-50%) translateZ(-1px); transform : translateY(-50%) translateX(-50%) translateZ(-1px);
filter : drop-shadow(0px 0px 1px #C8C5C080)
}
&.decoration.wide::before {
width : calc(100% + 3.3cm);
height : 7.75cm;
top : calc(50% + 0.4cm);
} }
h5 + table{ h5 + table{
margin-top : 10px; margin-top : 0.2cm;
} }
} }
//***************************** //*****************************