From 005e7cca168c6b4eeb06e314046f58b516c13aec Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 24 Jan 2015 11:08:53 -0500 Subject: Import markup & styles from 08b6f4f and prior Grab new markup and styles from the `angular-app` branch. These include some new things needed that came about once I built out the Angular app. Set the textarea to a fixed height because I can't get 100% height to work right now and don't have the time to figure it out. --- app/assets/stylesheets/components/type.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets/components') diff --git a/app/assets/stylesheets/components/type.scss b/app/assets/stylesheets/components/type.scss index 7e8fc05..d4e4ecf 100644 --- a/app/assets/stylesheets/components/type.scss +++ b/app/assets/stylesheets/components/type.scss @@ -3,6 +3,10 @@ } +.font-size-16 { + font-size: 16px; +} + .font-size-28 { font-size: 28px; } -- cgit v1.2.3