app-theme.less 518 字节
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
.app-theme{
    /***    BRGIN:主题选择框样式    ***/
    .app-app-theme {
        .app-theme-color {
            display: flex;
            .app-theme-item {
                width: 30px;
                height: 30px;
                margin-right: 5px;
            }
            .active {
                border: 2px solid red;
            }
        }
        .ivu-form-item {
            border-top: 1px solid #eee;
            margin-bottom: 10px;
        }
    }
    /***    END:主题选择框样式   ***/
}