summaryrefslogtreecommitdiff
path: root/res/client/css/partials/typography.scss
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-01-11 16:38:09 +0200
committergarbash <dor.garbash@gmail.com>2015-01-11 16:38:12 +0200
commit8e359773cb8ff0ace4ee37a78c12d0a759a87d25 (patch)
tree42dd378cf3bfb4dbf67c3ca5aa13806395251068 /res/client/css/partials/typography.scss
parent51eaa9a5c5b05b24510c3cfc5a93499a54833b70 (diff)
WIP - Styling of login page
Diffstat (limited to 'res/client/css/partials/typography.scss')
-rw-r--r--res/client/css/partials/typography.scss16
1 files changed, 13 insertions, 3 deletions
diff --git a/res/client/css/partials/typography.scss b/res/client/css/partials/typography.scss
index 388afef5..e9724b5f 100644
--- a/res/client/css/partials/typography.scss
+++ b/res/client/css/partials/typography.scss
@@ -8,14 +8,24 @@ h2 {
font-size: $h2-size;
}
-h1 {
+h3 {
font-size: $h3-size;
}
-h2 {
+h4 {
font-size: $h4-size;
}
-h1 {
+h5 {
font-size: $h5-size;
+ line-height: $base-line-height;
}
+
+
+/* Paragraph */
+
+p {
+ font-size: $base-font-size;
+ color: $dark-grey;
+ line-height: $base-line-height;
+} \ No newline at end of file