mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 02:14:39 +00:00
It livesssssssss
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
.COM{
|
||||
|
||||
@import 'naturalcrit/styles/core.less';
|
||||
.tpk{
|
||||
height : 100%;
|
||||
background-color : @steel;
|
||||
.page{
|
||||
display : flex;
|
||||
height : 100%;
|
||||
flex-direction : column;
|
||||
.content{
|
||||
position : relative;
|
||||
height : calc(~"100% - 29px"); //Navbar height
|
||||
flex : auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user