lemmatized-entity-detail.component.scss 269 B

1234567891011121314151617
  1. .icon {
  2. margin-right: 5px;
  3. min-width: 15px;
  4. cursor: help;
  5. display: inline-block;
  6. }
  7. .label {
  8. font-variant: small-caps;
  9. text-transform: capitalize;
  10. font-size: 95%;
  11. }
  12. .attributes-list {
  13. list-style-type: circle;
  14. margin-bottom: .1rem;
  15. }