// Generic helper classes that could be used in many elements/layouts // -------------------------------------------------------------------------- // Positioning // -------------------------------------------------------------------------- .mw-ui-flush-left { @include agora-flush-left; } .mw-ui-flush-right { @include agora-flush-right; } .mw-ui-center-block { @include agora-center-block; }