@import 'commons';

.m-popup {
    display: none;

    &.m--is-inline {
        display: inline-block;
    }

    &__body {
        position: relative;

        &.m--has-padding {
            padding: $m-space;
        }

        &.m--has--background {
            background: $m-color-white;
        }
    }
}
