about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/monsterfork
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-08-26 15:26:51 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:20 -0500
commita4c56505f41a191a21e595c26060510df3f2b909 (patch)
tree9f0d64703ad2d811d486ba1b8d15cb468cab0f02 /app/javascript/flavours/glitch/styles/monsterfork
parent1d3e5bdd24f25e1870f3d3bec1c81040a423f138 (diff)
[UI] Merge landing and about page
Diffstat (limited to 'app/javascript/flavours/glitch/styles/monsterfork')
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/about.scss9
-rw-r--r--app/javascript/flavours/glitch/styles/monsterfork/index.scss1
2 files changed, 10 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/about.scss b/app/javascript/flavours/glitch/styles/monsterfork/about.scss
new file mode 100644
index 000000000..4ab9cfa7c
--- /dev/null
+++ b/app/javascript/flavours/glitch/styles/monsterfork/about.scss
@@ -0,0 +1,9 @@
+.box-widget {
+  .simple_form p.lead {
+    color: $darker-text-color;
+    font-size: 15px;
+    line-height: 20px;
+    font-weight: bold;
+    margin-bottom: 25px;
+  }
+}
\ No newline at end of file
diff --git a/app/javascript/flavours/glitch/styles/monsterfork/index.scss b/app/javascript/flavours/glitch/styles/monsterfork/index.scss
index 841415620..9888adfe4 100644
--- a/app/javascript/flavours/glitch/styles/monsterfork/index.scss
+++ b/app/javascript/flavours/glitch/styles/monsterfork/index.scss
@@ -1 +1,2 @@
 @import 'components/index';
+@import 'about';
\ No newline at end of file