_index.scss 857 Bytes
.sale-page {
    margin-top: 10px;

    .slide-container {
        position: relative;
        height: 450px;
        overflow: hidden;
    }

    .activity-entry {
        margin: 10px 0;

        .entry-item {
            display: block;
            width: 377px;
            margin-right: 10px;
            padding: 24px 0;
            background: #f5f5f5;

            &.first,
            &.last {
                width: 376px;
            }

            &.last {
                margin-right: 0;
            }
        }

        .entry-text {
            padding-left: 160px;
            font-size: 16px;
        }

        .icon {
            width: 72px;
            height: 72px;
            margin-left: 48px;
        }

        .title {
            font-size: 26px;
            font-weight: bold;
            line-height: 48px;
        }
    }
}