diff options
author | Teddy Wing | 2015-01-24 10:41:07 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-24 10:41:07 -0500 |
commit | 154fb936beb820d5e8db616899a6a95bc8d1c080 (patch) | |
tree | c45eab082b4e1ef37320a6608f6850c9871e6c1c /app/assets/stylesheets/components | |
parent | 384167b6122e44971aac7f98a0131f8cad1ef47f (diff) | |
download | Notes-angular-demo-154fb936beb820d5e8db616899a6a95bc8d1c080.tar.bz2 |
main view: Create & update work
Add hooks to create new notes and save existing notes from the
interface.
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r-- | app/assets/stylesheets/components/type.scss | 4 |
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; } |