aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/public/external.css
diff options
context:
space:
mode:
Diffstat (limited to 'packages/instant/public/external.css')
-rw-r--r--packages/instant/public/external.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/instant/public/external.css b/packages/instant/public/external.css
new file mode 100644
index 000000000..b0d05f618
--- /dev/null
+++ b/packages/instant/public/external.css
@@ -0,0 +1,21 @@
+/*
+ CSS file meant to represent an external (integrators) stylesheet and
+ help ensure that instant looks consistent accross environments.
+*/
+
+button {
+ font-size: 50px;
+ height: 200px;
+ background-color: red;
+}
+
+input {
+ padding: 100px;
+ font-size: 50px;
+ height: 100px;
+}
+
+p {
+ background-color: green;
+ margin: 10px;
+}