style.scss 297 Bytes
Newer Older
ada committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
.content {
    height: 100%;
    display: flex;
    flex-direction: column;
    .top {
        flex: 454;
        display: flex;
    }
    .bottom {
        flex: 370;
        margin-top: (20rem / 16);
        .bottomContent {
            display: flex;
            height: 100%;
        }
    }
}