.category .toolbar {
    margin-bottom: 20px;
}

.category-uploader {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.category-uploader:hover {
    border-color: #409EFF;
}

.category-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.category-image {
    width: 120px;
    height: 120px;
    display: block;
} 