_me-gift.css 1.47 KB
.me-gift-page {
    .me-gift {
        min-height: 370px;
    }

    .tabs li.add-gift {
        margin-top: -5px;
        background-image: none;
        background-color: #000;
        float: right;

        a {
            color: #fff;
        }
    }

    .me-gift-table {
        display: table;
        width: 775px;
        text-align: center;
        border: 1px solid #e6e6e6;
        margin: 0 10px 30px;

        .me-gift-header {
            display: table-row;
            background-color: #efefef;

            div {
                height: 30px;
                display: table-cell;
                vertical-align: middle;
                font-size: 13px;
                width: 129px;
            }
        }

        .me-gift-tr {
            display: table-row;

            &:first-child div {
                border-top: none;
            }

            div {
                display: table-cell;
                height: 50px;
                vertical-align: middle;
                font-size: 13px;
                border-top: 1px solid #e6e6e6;
            }

            div.info-list {
                color: #4a90e2;
                cursor: pointer;
            }
        }
    }

    .cart-list-empty {
        background: resolve("home/gift.png")  no-repeat center;
        background-size: 110px 132px;
        width: 775px;
        height: 225px;
        display: table-caption;
        caption-side: bottom;
        border: 1px solid #e6e6e6;
        border-top: none;
    }
}