view-config-actions.less 488 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
.studio-config-container {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 1;
    background: rgba(22, 22, 22, 0.6);
    border-radius: 5px;
    display: flex;

    >.title {
        color: white;
        border-right: 1px solid #333;
        padding: 5px;
        text-align: center;

        >.ivu-tooltip {
            cursor: help;
            margin-right: 3px;
        }
    }

    >.actions {

        .ivu-btn {
            padding: 0px 8px;
        }
    }
}