diff --git a/app/assets/stylesheets/app.components.scss b/app/assets/stylesheets/app.components.scss index 315bf9558..aa38f91bf 100644 --- a/app/assets/stylesheets/app.components.scss +++ b/app/assets/stylesheets/app.components.scss @@ -147,6 +147,12 @@ top: 18px; right: 18px; padding: 3px 6px 1px 6px; } + .menu-badge { + position: absolute; + top: 0; right: 0; + padding: 2px 4px 1px 3px; + border: 2px solid white; + } } .fa { color: black; font-size: rem-calc(24); } } diff --git a/app/assets/stylesheets/app.plugins.scss b/app/assets/stylesheets/app.plugins.scss index c3489d61f..08c4b3241 100644 --- a/app/assets/stylesheets/app.plugins.scss +++ b/app/assets/stylesheets/app.plugins.scss @@ -217,7 +217,7 @@ border: 2px solid $yellow; background-color: transparent; text-transform: uppercase; - font-family: "proxima-nova-condensed"; + font-family: $font-proxima-condensed; font-weight: 600; &:hover { background-color: $yellow; diff --git a/app/assets/stylesheets/bootstrap_and_overrides.scss b/app/assets/stylesheets/bootstrap_and_overrides.scss index 38249fa90..aa27906b0 100644 --- a/app/assets/stylesheets/bootstrap_and_overrides.scss +++ b/app/assets/stylesheets/bootstrap_and_overrides.scss @@ -78,10 +78,10 @@ $link-hover-decoration: underline; // Semibold = 600, Bold = 700, ExtraB = 800 -$font-family-sans-serif: "proxima-nova", Helvetica, Arial, sans-serif !default; -$font-proxima-condensed: "proxima-nova-condensed", Helvetica, Arial, sans-serif !default; +$font-family-sans-serif: "Open Sans", Helvetica, Arial, sans-serif !default; +$font-proxima-condensed: "Open Sans Condensed", Helvetica, Arial, sans-serif !default; $font-family-serif: Georgia, "Times New Roman", Times, serif !default; -$font-felt: "felt-tip-roman", sans-serif; +$font-felt: "Loved by the King", sans-serif; //** Default monospace fonts for ``, ``, and `
`.
 // $font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace !default;
diff --git a/app/assets/templates/shared/leftnav.html.erb b/app/assets/templates/shared/leftnav.html.erb
index 828b81c93..791260cc9 100644
--- a/app/assets/templates/shared/leftnav.html.erb
+++ b/app/assets/templates/shared/leftnav.html.erb
@@ -6,11 +6,57 @@