Your IP : 216.73.216.52


Current Path : /proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Webkul_BuyButton/css/
Upload File :
Current File : //proc/thread-self/cwd/static/frontend/Magento/luma/it_IT/Webkul_BuyButton/css/style.css

.buybutton-container {
    width:100%;
    padding:5px;
}
.bb-button-group {
    width:100%;
}
.bb-button-child {
    display: inline-block;
    text-align: center;
    width: 48%;
}

.bb-button-container {
    width:100%;
}

.bb-sidebar {
    display: inline-block;
    vertical-align: top;
}
.bb-sidebar.bb-left {
    width:40%;
    border-right: 1px solid #ccc;
}
.bb-sidebar.bb-right {
    width:55%;
}
.bb-tab-content {
    display:none;
    padding:10px 0;
}
#bb-demo {
    width:100%;
    height:500px;
    border:0px;
}

textarea#bb-code-viewer {
    width: 100%;
    height: 255px;
    border:1px solid #d3dbe2;
    border-radius: 5px;
    transition: min-height 0.15s;
    font-family: monospace;
    font-size: 11px;
    line-height: 15px;
    min-height: auto;
    flex: 1 1 0%;
    box-sizing: border-box;
    color:#222;
}

textarea#bb-code-viewer:focus {
    border-color:  #202e78;
}
.bb-template {
    display: inline-block;
    margin: 5px;
    padding: 10px;
    background: #ccc;
    cursor: pointer;
    background: url(../images/layout1.png);
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto auto;
    background-size: auto;
    background-position: -5px 0px;
    width: 74px;
    height: 95px;
    font-size: 0;
    border: 1px solid transparent;
}
.bb-template:nth-child(2) {
    background-position: -81px 0px;
}
.bb-template:nth-child(3) {
    background-position: 74px 0px;
}
.bb-template.active, .bb-template:hover{
    border:1px solid #ccc;
}
.bb-customizer-tools {
    width: 275px;
}
#generate-code {
    text-align: right;
    margin: 10px 0;
}
.bb-typography.admin__field, .bb-button-style.admin__field, .bb-shopping-cart.admin__field {
    border-top: 1px solid #cccccc;
    padding: 10px;
}
.bb-tab-title {
    display: inline-block;
    width: 100%;
    position: relative;
    font-family: 'Admin Icons';
    font-size: 16px;
    cursor: pointer;
}
.bb-tab-title::before {
    content: '\e616';
    font-size: 1.8rem;
    position: absolute;
    right: 1.3rem;
    top: 1px;
}
.bb-tab-title.active::before {
    content: '\e615';
}

.buybutton-config.admin__field {
    margin: 10px 0;
}