?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _message-responsive.scss

/* ==========================================================================
# Message responsive style - begin
========================================================================== */
/* Unique style for both types  - begin
========================================================================== */
.edgtf-message{
    @media only screen and (max-width: 480px){
        padding: 20px 22px;
    }        
    .edgtf-message-text{
        @media screen and (max-width: 320px) {
           line-height: normal;
        }
    }    
}
/* Unique style for both types - end
========================================================================== */

/* Type with icon - begin
========================================================================== */
.edgtf-message.edgtf-with-icon{
    .edgtf-message-icon-holder{
        @media only screen and (max-width: 600px){
            padding: 20px 22px;
        }
    }
}

/* Type with icon - end
========================================================================== 
/* ==========================================================================
# Message responsive style - end
========================================================================== */


??

??