Your IP : 216.73.216.220


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Build/Sources/scss/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/mask/mask/Build/Sources/scss/_templa.scss

.templa {
    text-align: left;

    &__wrap {
        display: flex;
        align-items: center;
        justify-content: center;

        @media screen and (min-width: $bp-desktop) {
            justify-content: flex-start;
        }
    }

    &__image {
        margin-right: 10px;
        height: auto;

        @media screen and (min-width: $bp-desktop) {
            width: 85px;
        }
    }

    &__text {
        font-size: 11px;
        line-height: 1.2;
        margin-bottom: 0;

        @media screen and (min-width: $bp-edit-flex) {
            font-size: 12px;
        }

        @media screen and (min-width: $bp-desktop) {
            font-size: 11px;
        }
    }
}