gherkin.css

Last source

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
/* Style for doc generated by `sphinx-gherkindoc` */
div[id^="feature-"].section div[id^="scenario-"] h2 ~ *,
div[id^="feature-"].section div[id^="background-"] h2 ~ * {
  margin-left: 2em !important;
}
.gherkin-scenario-content,
.gherkin-background-content {
    font-weight: normal;
}
.gherkin-step-keyword {
    font-weight: bold;
}

Changes

feat(repository): Add domain repositories

Commit
Hash

27f013e2a3722926a9bbe300a77a493604f0993c

Date

2020-10-06 17:30:45 +0200

Type

Modified

Stats

+4 -2

@@ -1,8 +1,10 @@
 /* Style for doc generated by `sphinx-gherkindoc` */
-div[id^="scenario-"] h2 ~ * {
+div[id^="feature-"].section div[id^="scenario-"] h2 ~ *,
+div[id^="feature-"].section div[id^="background-"] h2 ~ * {
   margin-left: 2em !important;
 }
-.gherkin-scenario-content {
+.gherkin-scenario-content,
+.gherkin-background-content {
     font-weight: normal;
 }
 .gherkin-step-keyword {

docs(bdd): Add BDD scenarios to documentation

Commit
Hash

f5cfe92b893776ba217bef708951d86cdeebb686

Date

2020-09-27 22:43:49 +0200

Type

Added

Stats

+11 -0

@@ -0,0 +1,11 @@
+/* Style for doc generated by `sphinx-gherkindoc` */
+div[id^="scenario-"] h2 ~ * {
+  margin-left: 2em !important;
+}
+.gherkin-scenario-content {
+    font-weight: normal;
+}
+.gherkin-step-keyword {
+    font-weight: bold;
+}
+