/* --------------Pages------------
---------------------------------*/
.admin-pages-edit-content {
    .upload-file-box label {
        @extend .button, .btn-outline;
        margin-bottom: 15px;
    }
    .upload-file-box input[type="file"] {
        display: none;
    }
    .tinymce-uploader {
        a.upload-media {
            @extend .button;
            margin-bottom: 6px;
        }
    }
}
#table-init {
    &.table-pages {
        tbody {
            td {
                &:nth-child(2) {
                    width: 20%;
                }
                &:nth-child(3) {
                    width: 25%;
                }
                &:nth-child(4) {
                    width: 10%;
                }
            }
        }
    }
}
