From a4c56505f41a191a21e595c26060510df3f2b909 Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Wed, 26 Aug 2020 15:26:51 -0500 Subject: [UI] Merge landing and about page --- app/javascript/flavours/glitch/styles/monsterfork/about.scss | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/javascript/flavours/glitch/styles/monsterfork/about.scss (limited to 'app/javascript/flavours/glitch/styles/monsterfork/about.scss') 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 -- cgit