brokenCards.styl 574 B

12345678910111213141516171819202122232425262728293031
  1. .broken-cards-card-wrapper
  2. margin-top: 0
  3. margin-bottom: 10px
  4. border-width: 3px !important
  5. border-color: grey !important
  6. border-style: solid
  7. border-radius: 5px
  8. padding: 1.5rem
  9. background-color: white
  10. .broken-cards-wrapper
  11. max-width: 500px
  12. margin-right: auto
  13. margin-left: auto
  14. .broken-cards-card-title
  15. font-weight: bold
  16. //padding: 10px
  17. .broken-cards-context
  18. display: inline-block
  19. .broken-cards-context-separator
  20. font-weight: bold
  21. .broken-cards-context-list
  22. //margin-bottom: 0.7rem
  23. .broken-cards-null
  24. color: darkred
  25. font-style: italic