aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/components
diff options
context:
space:
mode:
authorTeddy Wing2015-01-24 11:08:53 -0500
committerTeddy Wing2015-01-24 11:08:53 -0500
commit005e7cca168c6b4eeb06e314046f58b516c13aec (patch)
treeb524ad225825fab4a83d6aeae3cdc90c270a643b /app/assets/stylesheets/components
parentcc4e04cc9cc9a9db1353f5f8b77fdae0e664c287 (diff)
downloadNotes-angular-demo-005e7cca168c6b4eeb06e314046f58b516c13aec.tar.bz2
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.
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r--app/assets/stylesheets/components/type.scss4
1 files changed, 4 insertions, 0 deletions
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;
}