Blame view

public/scss/home/_orders.css 319 Bytes
weiqingting authored
1 2 3 4
.orders-me-page {
    .orders .title {
        padding-left: 130px;
        line-height: 40px;
htoooth authored
5
        background-image: resolve(home/orders.png);
weiqingting authored
6 7 8 9 10 11 12 13 14
        font-size: 12px;
        font-weight: bold;
    }

    .order-table-header {
        padding: 0;
        margin: 0 10px;
        border: 1px #e6e6e6 solid;
    }
htoooth authored
15
}