_returns.css 1.08 KB
.returns-me-page {
    .returns .title {
        background-image: resolve(img/home/returns.png);
    }
    .time,
    .return-status,
    .operation {
        width: 100px;
        border-left: 1px solid #e6e6e6;
    }
    .return-type {
        width: 80px;
        border-left: 1px solid #e6e6e6;
    }
    .order-table-header {
        padding: 0;
        margin: 10px;
        border: 1px #e6e6e6 solid;
        > span {
            text-align: center;
            border-left: none;
        }
        .info {
            width: 384px;
            padding-left: 10px;
            text-align: left;
        }
    }
    .order-wrap {
        li {
            border-top: none;
            .info {
                width: 384px;
                padding: 5px 0 5px 10px;
            }
            .text-info {
                width: 300px;
                right: 0;
                bottom: 15px;
                .name {
                    max-width: 300px;
                }
                .name:hover {
                    text-decoration: underline;
                }
            }
        }
    }
}