From 705adbe2c6939c8f26ca303c368615f2fb7bff49 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Sun, 4 Jun 2017 15:18:49 -0400 Subject: [PATCH] Adding additional rule for fullPage --- shared/homebrewery/phb_style/phb.blocks.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/homebrewery/phb_style/phb.blocks.less b/shared/homebrewery/phb_style/phb.blocks.less index 9f7f28eec..0820acff5 100644 --- a/shared/homebrewery/phb_style/phb.blocks.less +++ b/shared/homebrewery/phb_style/phb.blocks.less @@ -28,6 +28,7 @@ right : 7px; bottom : 19px; left : 7px; + //TODO: Swap out to variable color background-color : #FDF1DC; border-image-slice : 8; border-image-source : @monsterBorder; @@ -155,7 +156,7 @@ .wide{ column-span : all; } -.fullPage{ +.fullPage, .full{ column-span : all; height: 100%; }