aboutsummaryrefslogtreecommitdiffstats
path: root/test/ngScenario/e2e/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'test/ngScenario/e2e/style.css')
-rw-r--r--test/ngScenario/e2e/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ngScenario/e2e/style.css b/test/ngScenario/e2e/style.css
new file mode 100644
index 00000000..26540bec
--- /dev/null
+++ b/test/ngScenario/e2e/style.css
@@ -0,0 +1,11 @@
+th {
+ text-align: left;
+}
+
+tr {
+ border: 1px solid black;
+}
+
+.redbox {
+ background-color: red;
+}