Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/wd-twitter-feed/assets/scss/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/wd-twitter-feed/assets/scss/tinymce.plugin.scss

@import 'compass/css3';

.mce-twitterfeed .mce-container-body {
    display: flex;
    justify-content: space-between;

    .editor-popup-icon {
        flex: 0 0 80px;
        text-align: center;
        border: 1px solid transparent;
        border-radius: 5px;
        padding: 5px;
        position: relative;
        vertical-align: top;
        cursor: pointer;
        transition: all .2s ease-out;

        &:hover {
            border-color: silver;
            border-bottom-color: #9e9e9e;
            box-shadow: 0 2px 1px rgba(0,0,0,0.1);
        }

        &.disabled {
            opacity: 0.6;
        }

        img {
            width: 60px;
            height: 60px;
            margin-bottom: 5px;
            transition: all 200ms ease-out;
        }

        h3 {
            text-align: center;
            font-size: 10px;
            white-space: pre-wrap;
        }
    }
}

.mce-ico.dashicons.dashicons-twitter {
    font-size: 20px;
    font-family: dashicons;
    -webkit-font-smoothing: antialiased;
}