You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

_cards.scss 439 B

2 years ago
12345678910111213141516171819202122232425
  1. a.card {
  2. display: block;
  3. color: inherit;
  4. text-decoration: none;
  5. &:hover {
  6. border-color: rgba(0, 0, 0, 0.2);
  7. }
  8. &:hover .text-primary {
  9. text-decoration: underline;
  10. }
  11. }
  12. .guide-card {
  13. .card-text {
  14. @include media-breakpoint-up('lg') {
  15. min-height: $line-height-base * $font-size-base * 5;
  16. }
  17. @include media-breakpoint-up('xl') {
  18. min-height: $line-height-base * $font-size-base * 4;
  19. }
  20. }
  21. }

js yarn包管理组件依赖分析

Contributors (1)