app-studioaction.less 461 字节
Newer Older
ibizdev's avatar
ibizdev committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.app-studioaction {
    .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;
        }
    
        >.actions {
            display: flex;
        }
    }
}