// Email vabila // Layouti .page_invitations{ .invitations_holder{ &.half-half{ display: flex; .left_holder{ width: 50%; margin-right: 32px; } .right_holder{ width: 50%; } } &.left-menu{ display: flex; .left_holder{ width: 300px; min-width: 300px; margin-right: 32px; } .right_holder{ flex-grow: 1; } } &.three-part{ display: flex; .left_holder{ width: 300px; min-width: 300px; margin-right: 32px; } .middle_holder{ flex-grow: 1; } .right_holder{ width: 400px; min-width: 400px; margin-left: 32px; } } &.fullwidth{ width: 100%; } } } @import "vabila_navigation"; @import "vabila_main";