Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/_blocks.less

.icon-baloon {
    display: flex;
    justify-content: center;

    &.icon-baloon-sm {
        > div {
            width: 60px;
            height: 60px;
            border-color: @color-gray60;

            > i {
                line-height: 60px;
                font-size: 30px;
                color: inherit;
            }
        }
    }

    > div {

        width: 80px;
        height: 80px;
        border-width: 1px;
        border-style: solid;
        border-color: transparent;
        text-align: center;

        > i {
            line-height: 80px;
            font-size: 36px;
            color: @theme__color__primary;
        }

    }
}

.icon-baloon-list {
    .pagebuilder-column {
        .container-fluid{
            padding-left: 0;
            padding-right: 0;
        }
        .col {
            border-right: 1px @border-color__base solid;
        }

        &:last-of-type {
            .col {
                border-right: none;
            }

        }
    }
}