0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-12 21:52:42 +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;
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%;
}