From f86977f2784bebde9a6eda41090fec7e00b8bf37 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 25 Aug 2014 18:31:06 -0300 Subject: Adding styles for typography --- web-ui/app/scss/style-guide.scss | 6 +++++- web-ui/app/style-guide.html | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index c9791ea3..7d18109e 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -18,6 +18,10 @@ nav { a.logo-anchor { color: white; + + &:hover { + color: darken(white, 30); + } } ul li { @@ -110,6 +114,6 @@ ul.typography li h2 { } ul.headers-and-sizes { - margin: 32px 100px 0 0; + margin: 20px 100px 0 0; display: inline-block; } \ No newline at end of file diff --git a/web-ui/app/style-guide.html b/web-ui/app/style-guide.html index adf72bfe..c145bd9a 100644 --- a/web-ui/app/style-guide.html +++ b/web-ui/app/style-guide.html @@ -162,6 +162,15 @@
  • Header 6
  • +
  • + Italics
    +
  • +
  • + Strong / Emphasized
    +
  • +
  • + Small Text +
  • -- cgit v1.2.3