aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/type.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-08 09:56:59 +0100
committerLibravatar GitHub <noreply@github.com>2017-11-08 09:56:59 +0100
commit46d70c093c315386ea20b9c6e88af099508fb522 (patch)
tree9e1148d98476f864903900e819b509dfe12a7f14 /src/styles/type.scss
parentfix(App): Prevent app from redirecting when dropping link (diff)
parentfeature(Service): Add webview crash handler to display a user friendly message (diff)
downloadferdium-app-46d70c093c315386ea20b9c6e88af099508fb522.tar.gz
ferdium-app-46d70c093c315386ea20b9c6e88af099508fb522.tar.zst
ferdium-app-46d70c093c315386ea20b9c6e88af099508fb522.zip
feat(Service): Add crash handler to display a user friendly message
(@dannyqiu)
Diffstat (limited to 'src/styles/type.scss')
-rw-r--r--src/styles/type.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/type.scss b/src/styles/type.scss
index 935a36f4b..cacbec482 100644
--- a/src/styles/type.scss
+++ b/src/styles/type.scss
@@ -71,3 +71,8 @@ a {
71.label { 71.label {
72 @include formLabel(); 72 @include formLabel();
73} 73}
74
75.footnote {
76 font-size: 12px;
77 color: $theme-gray-light;
78} \ No newline at end of file