From a9496c27c9bb2876b9d94bfbe33f252a931caa8f Mon Sep 17 00:00:00 2001 From: Dennis Tang Date: Mon, 7 May 2018 18:06:02 +0000 Subject: Resolve "Inform users of up to $500 offer for GCP account" --- app/assets/stylesheets/pages/clusters.scss | 48 ++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'app/assets/stylesheets/pages/clusters.scss') diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss index 7b8ee026357..3fd13078131 100644 --- a/app/assets/stylesheets/pages/clusters.scss +++ b/app/assets/stylesheets/pages/clusters.scss @@ -26,3 +26,51 @@ margin-right: 0; } } + +.gcp-signup-offer { + background-color: $blue-50; + border: 1px solid $blue-300; + border-radius: $border-radius-default; + + // TODO: To be superceded by cssLab + &.alert { + padding: 24px 16px; + + &-dismissable { + padding-right: 32px; + + .close { + top: -8px; + right: -16px; + color: $blue-500; + opacity: 1; + } + } + } + + .gcp-logo { + margin-bottom: $gl-padding; + text-align: center; + } + + img { + max-width: $gcp-signup-offer-icon-max-width; + } + + a:not(.btn) { + color: $gl-link-color; + font-weight: normal; + text-decoration: none; + } + + @media (min-width: $screen-sm-min) { + > div { + display: flex; + align-items: center; + } + + .gcp-logo { + margin: 0; + } + } +} -- cgit v1.2.1