aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/components
diff options
context:
space:
mode:
authorTeddy Wing2015-01-24 03:26:08 -0500
committerTeddy Wing2015-01-24 03:26:08 -0500
commit2289566e8eec89f14d18d0c8480f0c1ba446ea95 (patch)
tree6519c793609400ee06e2fd0f83791bb2c391756e /app/assets/stylesheets/components
parentc372914af04268126d1e4a11af1c8d9baa014167 (diff)
downloadNotes-angular-demo-2289566e8eec89f14d18d0c8480f0c1ba446ea95.tar.bz2
Add markup & styles for main page
Style to have a header, fixed sidebar with links to notes, and lorem ipsum as a main section.
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r--app/assets/stylesheets/components/type.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/type.scss b/app/assets/stylesheets/components/type.scss
new file mode 100644
index 0000000..7e8fc05
--- /dev/null
+++ b/app/assets/stylesheets/components/type.scss
@@ -0,0 +1,8 @@
+.font-weight-semibold {
+ font-weight: 600;
+}
+
+
+.font-size-28 {
+ font-size: 28px;
+}