From 6b7dab446ace3042bc8b861fddaaa353b70725e8 Mon Sep 17 00:00:00 2001 From: Tom Reis Date: Fri, 24 Feb 2017 10:01:43 -0700 Subject: [PATCH] [CHG] Adjust banner font size and line break for tscpl --- app/assets/stylesheets/subdomains/_tscpl.scss | 2 +- config/deploy/staging.rb | 2 +- config/locales/en.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/subdomains/_tscpl.scss b/app/assets/stylesheets/subdomains/_tscpl.scss index 3d66332a..39cc388e 100644 --- a/app/assets/stylesheets/subdomains/_tscpl.scss +++ b/app/assets/stylesheets/subdomains/_tscpl.scss @@ -1,6 +1,6 @@ .tscpl { @include color_scheme($tscpl-blue, $white, $tscpl-orange, left, $tscpl-gray, $tscpl-orange); - @include banner($tscpl-blue, $white, 2.7em); + @include banner($tscpl-blue, $white); @include buttons($tscpl-orange, $white); @include course_widget($tscpl-orange, $tscpl-orange); @include lesson_block($tscpl-blue, $grey, $tscpl-orange, $tscpl-orange); diff --git a/config/deploy/staging.rb b/config/deploy/staging.rb index ecc84c09..c4dd4f30 100644 --- a/config/deploy/staging.rb +++ b/config/deploy/staging.rb @@ -3,7 +3,7 @@ set :bundle_without, %w{integration production test}.join(" ") -set :branch, "release-2.1.5" +set :branch, "release-2.1.5.1" server "dl-stageapp-01.do.lark-it.com", user: fetch(:application), diff --git a/config/locales/en.yml b/config/locales/en.yml index a0f10b28..9c8c7b77 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -34,7 +34,7 @@ en: custom_banner_greeting: "Explore, discover, and engage with your computer!
" logo_banner_html: "" tscpl: - custom_banner_greeting: "Learn new skills for a better life!" + custom_banner_greeting: "Learn new skills for a better life!
" logo_banner_html: "" login: "Log In" signup: "Sign Up"