
.b-page {

    width: 100%;
    height: 100%;

    &--bg-dark {
        background-color: $brand-grey-hover;
        color: $text-color-white;
    }

    &--bg-light {
        background-color: $brand-white;
        color: $text-color-black;
    }

    &__content {
        position: relative;
    }

    &--position-fixed {
        position: fixed;
    }
}
