|
4576 | 4576 | .tab-content>.active { |
4577 | 4577 | display: block |
4578 | 4578 | } |
4579 | | - /* .card { |
4580 | | - position: relative; |
4581 | | - display: flex; |
4582 | | - min-width: 0; |
4583 | | - word-wrap: break-word; |
4584 | | - background-color: #fff; |
4585 | | - background-clip: border-box; |
4586 | | - border: 0 solid #f1f4f8; |
4587 | | - border-radius: .375rem |
4588 | | - } |
4589 | | - .card>hr { |
4590 | | - margin-right: 0; |
4591 | | - margin-left: 0 |
4592 | | - } |
4593 | | - .card>.list-group:first-child .list-group-item:first-child { |
4594 | | - border-top-left-radius: .375rem; |
4595 | | - border-top-right-radius: .375rem |
4596 | | - } |
4597 | | - .card>.list-group:last-child .list-group-item:last-child { |
4598 | | - border-bottom-right-radius: .375rem; |
4599 | | - border-bottom-left-radius: .375rem |
4600 | | - } |
4601 | | - .card-body { |
4602 | | - flex: 1 1 auto; |
4603 | | - padding: 2rem |
4604 | | - } |
4605 | | - .card-title { |
4606 | | - margin-bottom: .75rem |
4607 | | - } |
4608 | | - .card-subtitle { |
4609 | | - margin-top: -.375rem |
4610 | | - } |
4611 | | - .card-subtitle, |
4612 | | - .card-text:last-child { |
4613 | | - margin-bottom: 0 |
4614 | | - } |
4615 | | - .card-link:hover { |
4616 | | - text-decoration: none |
4617 | | - } |
4618 | | - .card-link+.card-link { |
4619 | | - margin-left: 2rem |
4620 | | - } |
4621 | | - .card-header { |
4622 | | - padding: .75rem 2rem; |
4623 | | - margin-bottom: 0; |
4624 | | - background-color: rgba(22, 28, 45, .03); |
4625 | | - border-bottom: 0 solid #f1f4f8 |
4626 | | - } |
4627 | | - .card-header:first-child { |
4628 | | - border-radius: .375rem .375rem 0 0 |
4629 | | - } |
4630 | | - .card-header+.list-group .list-group-item:first-child { |
4631 | | - border-top: 0 |
4632 | | - } |
4633 | | - .card-footer { |
4634 | | - padding: .75rem 2rem; |
4635 | | - background-color: rgba(22, 28, 45, .03); |
4636 | | - border-top: 0 solid #f1f4f8 |
4637 | | - } |
4638 | | - .card-footer:last-child { |
4639 | | - border-radius: 0 0 .375rem .375rem |
4640 | | - } |
4641 | | - .card-header-tabs { |
4642 | | - margin-bottom: -.75rem; |
4643 | | - border-bottom: 0 |
4644 | | - } |
4645 | | - .card-header-pills, |
4646 | | - .card-header-tabs { |
4647 | | - margin-right: -1rem; |
4648 | | - margin-left: -1rem |
4649 | | - } |
4650 | | - .card-img-overlay { |
4651 | | - position: absolute; |
4652 | | - top: 0; |
4653 | | - right: 0; |
4654 | | - bottom: 0; |
4655 | | - left: 0; |
4656 | | - padding: 1.25rem |
4657 | | - } |
4658 | | - .card-img { |
4659 | | - width: 100%; |
4660 | | - border-radius: .375rem |
4661 | | - } |
4662 | | - .card-img-top { |
4663 | | - width: 100%; |
4664 | | - border-top-left-radius: .375rem; |
4665 | | - border-top-right-radius: .375rem |
4666 | | - } |
4667 | | - .card-img-bottom { |
4668 | | - width: 100%; |
4669 | | - border-bottom-right-radius: .375rem; |
4670 | | - border-bottom-left-radius: .375rem |
4671 | | - } |
4672 | | - .card-deck { |
4673 | | - display: flex; |
4674 | | - flex-direction: column |
4675 | | - } |
4676 | | - .card-deck .card { |
4677 | | - margin-bottom: 20px |
4678 | | - } |
4679 | | - @media (min-width: 576px) { |
4680 | | - .card-deck { |
4681 | | - flex-flow: row wrap; |
4682 | | - margin-right: -20px; |
4683 | | - margin-left: -20px |
4684 | | - } |
4685 | | - .card-deck .card { |
4686 | | - display: flex; |
4687 | | - flex: 1 0; |
4688 | | - flex-direction: column; |
4689 | | - margin-right: 20px; |
4690 | | - margin-bottom: 0; |
4691 | | - margin-left: 20px |
4692 | | - } |
4693 | | - } |
4694 | | - .card-group { |
4695 | | - display: flex; |
4696 | | - flex-direction: column |
4697 | | - } |
4698 | | - .card-group>.card { |
4699 | | - margin-bottom: 20px |
4700 | | - } |
4701 | | - @media (min-width: 576px) { |
4702 | | - .card-group { |
4703 | | - flex-flow: row wrap |
4704 | | - } |
4705 | | - .card-group>.card { |
4706 | | - flex: 1 0; |
4707 | | - margin-bottom: 0 |
4708 | | - } |
4709 | | - .card-group>.card+.card { |
4710 | | - margin-left: 0; |
4711 | | - border-left: 0 |
4712 | | - } |
4713 | | - .card-group>.card:not(:last-child) { |
4714 | | - border-top-right-radius: 0; |
4715 | | - border-bottom-right-radius: 0 |
4716 | | - } |
4717 | | - .card-group>.card:not(:last-child) .card-header, |
4718 | | - .card-group>.card:not(:last-child) .card-img-top { |
4719 | | - border-top-right-radius: 0 |
4720 | | - } |
4721 | | - .card-group>.card:not(:last-child) .card-footer, |
4722 | | - .card-group>.card:not(:last-child) .card-img-bottom { |
4723 | | - border-bottom-right-radius: 0 |
4724 | | - } |
4725 | | - .card-group>.card:not(:first-child) { |
4726 | | - border-top-left-radius: 0; |
4727 | | - border-bottom-left-radius: 0 |
4728 | | - } |
4729 | | - .card-group>.card:not(:first-child) .card-header, |
4730 | | - .card-group>.card:not(:first-child) .card-img-top { |
4731 | | - border-top-left-radius: 0 |
4732 | | - } |
4733 | | - .card-group>.card:not(:first-child) .card-footer, |
4734 | | - .card-group>.card:not(:first-child) .card-img-bottom { |
4735 | | - border-bottom-left-radius: 0 |
4736 | | - } |
4737 | | - } |
4738 | | - .card-columns .card { |
4739 | | - margin-bottom: .75rem |
4740 | | - } |
4741 | | - @media (min-width: 576px) { |
4742 | | - .card-columns { |
4743 | | - -webkit-column-count: 3; |
4744 | | - -moz-column-count: 3; |
4745 | | - column-count: 3; |
4746 | | - -webkit-column-gap: 1.25rem; |
4747 | | - -moz-column-gap: 1.25rem; |
4748 | | - column-gap: 1.25rem; |
4749 | | - orphans: 1; |
4750 | | - widows: 1 |
4751 | | - } |
4752 | | - .card-columns .card { |
4753 | | - display: inline-block; |
4754 | | - width: 100% |
4755 | | - } |
4756 | | - } |
4757 | | - .accordion>.card { |
4758 | | - overflow: hidden |
4759 | | - } |
4760 | | - .accordion>.card:not(:first-of-type) .card-header:first-child { |
4761 | | - border-radius: 0 |
4762 | | - } |
4763 | | - .accordion>.card:not(:first-of-type):not(:last-of-type) { |
4764 | | - border-bottom: 0; |
4765 | | - border-radius: 0 |
4766 | | - } |
4767 | | - .accordion>.card:first-of-type { |
4768 | | - border-bottom: 0; |
4769 | | - border-bottom-right-radius: 0; |
4770 | | - border-bottom-left-radius: 0 |
4771 | | - } |
4772 | | - .accordion>.card:last-of-type { |
4773 | | - border-top-left-radius: 0; |
4774 | | - border-top-right-radius: 0 |
4775 | | - } */ |
4776 | | - /* .accordion>.card .card-header, |
4777 | | - .breadcrumb { |
4778 | | - margin-bottom: 0 |
4779 | | - } */ |
4780 | 4579 | .breadcrumb { |
4781 | 4580 | display: flex; |
4782 | 4581 | flex-wrap: wrap; |
|
0 commit comments