paragraph.component.scss 205 B

1234567891011121314
  1. @import "../../../assets/scss/themes";
  2. .p-num {
  3. font-size: .8em;
  4. padding-right: .3rem;
  5. @include themify($themes) {
  6. color: themed('secondaryColorDark');
  7. }
  8. &::after {
  9. content: '.';
  10. }
  11. }