提交 02fe8249 编写于 作者: A Aleksandr Rogozin

Returned timeline-inverse css class.

上级 acdbe25c
...@@ -108,3 +108,17 @@ ...@@ -108,3 +108,17 @@
} }
} }
} }
.timeline-inverse {
> div {
> .timeline-item {
@include box-shadow(none);
background: $gray-100;
border: 1px solid $gray-300;
> .timeline-header {
border-bottom-color: $gray-300;
}
}
}
}
...@@ -810,7 +810,7 @@ ...@@ -810,7 +810,7 @@
<!-- /.tab-pane --> <!-- /.tab-pane -->
<div class="tab-pane" id="timeline"> <div class="tab-pane" id="timeline">
<!-- The timeline --> <!-- The timeline -->
<div class="timeline"> <div class="timeline timeline-inverse">
<!-- timeline time label --> <!-- timeline time label -->
<div class="time-label"> <div class="time-label">
<span class="bg-danger"> <span class="bg-danger">
...@@ -889,10 +889,10 @@ ...@@ -889,10 +889,10 @@
<h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3> <h3 class="timeline-header"><a href="#">Mina Lee</a> uploaded new photos</h3>
<div class="timeline-body"> <div class="timeline-body">
<img src="http://placehold.it/150x100" alt="..." class="margin"> <img src="http://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..." class="margin"> <img src="http://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..." class="margin"> <img src="http://placehold.it/150x100" alt="...">
<img src="http://placehold.it/150x100" alt="..." class="margin"> <img src="http://placehold.it/150x100" alt="...">
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册