aboutsummaryrefslogblamecommitdiffstats
path: root/src/css/manage_square.less
blob: b4f5921cab16686a370597716e38a418c0119eb2 (plain) (tree)
1
2
3
4
5
6
7



                     
                       
                       
                             





                           


                          

                




                                







                                           
@import 'color.less';
@import 'mixin.less';

#index_page{
    div.create,div.set{
        div.modal-body{
            min-height:320px;

            img.logo{
                width:96px;
            }
        }
    }
    div.oper{
        text-align:center;
    }
    table.list{
        tr.item{
            td.time{
                div.time{
                    height:12px;
                }
            }
            td.cate{
                span.label{
                    margin-right:@SmallPad;
                }
            }
        }  
    }
}