From 126c9f9f3792deb938c319c3e161718294e676e4 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Tue, 7 May 2013 11:00:21 -0400 Subject: [PATCH] edx.org - further revision to iframe register button states: coming soon styling --- lms/static/sass/_shame.scss | 26 ++++++++++++++++++-------- lms/templates/mktg_iframe.html | 5 ++++- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/lms/static/sass/_shame.scss b/lms/static/sass/_shame.scss index 3caf4c78ce..d0eb5b54de 100644 --- a/lms/static/sass/_shame.scss +++ b/lms/static/sass/_shame.scss @@ -53,6 +53,17 @@ } } + .btn-tertiary { + @extend .btn; + background: $m-blue-l1; + color: $m-blue; + + // no hover state conventions to follow from marketing :/ + &:hover, &:active { + + } + } + // nav list .list-actions { list-style: none; @@ -71,17 +82,16 @@ @extend .btn-primary; } - // not open for registration/coming soon - &.isnot-open { - @extend .btn-secondary; - color: #d8d9dc; - pointer-events: none !important; - outline: none; - } - // already registered &.is-registered { @extend .btn-secondary; } + + // coming soon + &.isnot-open { + @extend .btn-tertiary; + pointer-events: none !important; + outline: none; + } } } diff --git a/lms/templates/mktg_iframe.html b/lms/templates/mktg_iframe.html index 48fb022552..828cdfd04c 100644 --- a/lms/templates/mktg_iframe.html +++ b/lms/templates/mktg_iframe.html @@ -28,7 +28,10 @@