Skip to content
workbench.scss 1.04 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-workbench {

    .group{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .icon-left{
        font-size: 22px;
        margin-right: 10px;
    }

    .count{
        display: inline-block;
wangqinghua's avatar
wangqinghua committed
        font-size: 13px;
wangqinghua's avatar
wangqinghua committed
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background-color: #f36b35;
        color: white;
        text-align: center;
        margin-left: 5px;
    }

    .icon-right{
        float: right
    }



    .icon1{
        color: #0faeff
    }
    .icon2{
        color: #f3a035
    }
    .icon3{
        color: #46b452
    }
    .icon4{
        color: #e54bcd
    }

    .wait{
        width: 100%;
        height: 100%;
    }

    .title-icon{
        height: 20px;
        width: 20px;
        margin-right: 5px;
    }

    .group-left{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }
}