NTimeline.less 2.21 KB
.wev-comp-NTimeline .wev-navigate-right:after,
.wev-comp-NTimeline .wev-table-view-cell:first-child:before,
.wev-comp-NTimeline .wev-table-view-cell:after{
    display:none;
}

.wev-comp-NTimeline .wev-table-view-cell{
    padding:0px;
}
.wev-comp-NTimeline .wev-table-view .wev-table-view-cell:first-child .wev-media-body{
    padding-top:5px;
}
.wev-comp-NTimeline .wev-table-view .wev-table-view-cell:not(:first-child) .wev-media-body a:first-child:before{
    top: 17px;
}
.wev-comp-NTimeline .wev-table-view .wev-media-body{
    padding-left:15px;
    padding-right:15px;
    padding-bottom:15px;
}
.wev-comp-NTimeline .wev-table-view .wev-media-object.wev-pull-left{
    margin-right:0px;
    width:51px;
    text-align:center;
    color: #666;
    font-size: @font-size-base;
    margin-top: 4px;
    overflow-wrap: break-word;
}
.wev-comp-NTimeline .wev-table-view .wev-media-body:before{
    content: '';
    position: absolute;
    display:block;
    top: 0px;
    bottom:0px;
    left:52px;
    width: 1px;
    background-color: #d7d7d7;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
}

.wev-comp-NTimeline .wev-table-view .wev-media-body:after{
    content: '';
    position: absolute;
    display:block;
    top: 20px;
    left:49px;
    height: 7px;
    width: 7px;
    border-radius:7px;
    background-color: #c1c1c1;
}

.wev-comp-NTimeline .wev-media-body .wev-media-inner{
    position:relative;
    padding:10px 15px;
    background: #f8f8f8;
    border-radius: 3px;
}
.wev-comp-NTimeline .wev-media-inner > div{
    font-size: @font-size-base;
    color: #8f8f94;
    line-height: 21 * @hd;
}
.wev-comp-NTimeline .wev-media-inner > div.wev-media-title{
    color:#000;
    font-size: @font-size-caption;
}
.wev-comp-NTimeline .wev-media-body a{
    position:relative;
}
.wev-comp-NTimeline .wev-media-body a:first-child:before{
    content: '';
    position: absolute;
    top: 12px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #f8f8f8;
}

.wev-comp-NTimeline .wev-media-body a:not(:last-child) .wev-media-inner:after{
    content: '';
    position: absolute;
    right:15px;
    left:15px;
    bottom:0;
    height: 0px;
    border-bottom: 1px dashed #e7ecf2;
}