angular-timeline-bootstrap.css 426 B

123456789101112131415
  1. ul.timeline .timeline-badge .glyphicon {
  2. top: 2px; }
  3. @media only screen and (min-width: 768px) {
  4. ul.timeline li .timeline-panel {
  5. width: calc(50% - 45px);
  6. width: -moz-calc(50% - 45px);
  7. width: -webkit-calc(50% - 45px); } }
  8. @media only screen and (max-width: 767px) {
  9. ul.timeline li .timeline-panel {
  10. width: calc(100% - 85px);
  11. width: -moz-calc(100% - 85px);
  12. width: -webkit-calc(100% - 85px); } }