mor-box{
    display: block;

    &.fill{
        height: 100%;
    }

    &.margin{
        margin: @fontSize*2;
    }

    &.margin.fill{
        height: calc(100% - @fontSize*2);
    }

    // default status
    &{}
}
