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:
@@ -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%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user