0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 00:03:15 +00:00

Adding additional rule for fullPage

This commit is contained in:
Scott Tolksdorf
2017-06-04 15:18:49 -04:00
parent 7e7428504e
commit 705adbe2c6

View File

@@ -28,6 +28,7 @@
right : 7px; right : 7px;
bottom : 19px; bottom : 19px;
left : 7px; left : 7px;
//TODO: Swap out to variable color
background-color : #FDF1DC; background-color : #FDF1DC;
border-image-slice : 8; border-image-slice : 8;
border-image-source : @monsterBorder; border-image-source : @monsterBorder;
@@ -155,7 +156,7 @@
.wide{ .wide{
column-span : all; column-span : all;
} }
.fullPage{ .fullPage, .full{
column-span : all; column-span : all;
height: 100%; height: 100%;
} }