test_styles.css

.paragraphs-behavior-style--bold {
  color: lightcoral;
  font-weight: bold;
}

.paragraphs-behavior-style--italic {
  color: #5daf55;
  font-style: italic;
}

.paragraphs-behavior-style--underline {
  color: #ed5;
  text-decoration: underline;
}

.paragraphs-behavior-style--overline {
  color: #0e69be;
  text-decoration: overline;
}

.paragraphs-behavior-style--groupless {
  color: red;
  text-decoration: line-through;
}

File

paragraphs_collection/modules/paragraphs_collection_test/css/test_styles.css
View source
  1. .paragraphs-behavior-style--bold {
  2. color: lightcoral;
  3. font-weight: bold;
  4. }
  5. .paragraphs-behavior-style--italic {
  6. color: #5daf55;
  7. font-style: italic;
  8. }
  9. .paragraphs-behavior-style--underline {
  10. color: #ed5;
  11. text-decoration: underline;
  12. }
  13. .paragraphs-behavior-style--overline {
  14. color: #0e69be;
  15. text-decoration: overline;
  16. }
  17. .paragraphs-behavior-style--groupless {
  18. color: red;
  19. text-decoration: line-through;
  20. }