diff options
author | Teddy Wing | 2015-01-24 04:18:23 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-24 04:18:23 -0500 |
commit | cc4e04cc9cc9a9db1353f5f8b77fdae0e664c287 (patch) | |
tree | 99c6ae43ca77280ff6f82c03da96ae3f46500c20 /app/assets/stylesheets/components | |
parent | a8987029ab0bc0d1ae946db0142819cf481703ef (diff) | |
parent | d5f62176d49800037adb82bac1e50b28952e4911 (diff) | |
download | Notes-angular-demo-cc4e04cc9cc9a9db1353f5f8b77fdae0e664c287.tar.bz2 |
Merge branch 'home-view'
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r-- | app/assets/stylesheets/components/type.scss | 8 |
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; +} |