rendition.component.scss 412 B

12345678910111213141516171819202122
  1. .rendition {
  2. margin-bottom: 10px;
  3. &-section {
  4. display: flex;
  5. align-items: flex-start;
  6. justify-content: flex-start;
  7. }
  8. label {
  9. margin-bottom: 0;
  10. margin-right: 5px;
  11. font-weight: bolder;
  12. font-variant: all-small-caps;
  13. }
  14. }
  15. ::ng-deep .rendition-content span * {
  16. font-family: monospace;
  17. font-size: 0.9em;
  18. font-weight: lighter;
  19. }