diff options
author | Taurie Davis <taurie@gitlab.com> | 2018-07-17 21:56:17 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-07-17 21:56:17 +0000 |
commit | c2c8f25ebf88c17ee817657a5ea36362e3893798 (patch) | |
tree | 2959d8f0983f3fa7ef94165a0c71c2b74bdf9191 /app/assets/stylesheets/pages/clusters.scss | |
parent | cb1a827e85d3b05a7e80ddf5674af45f3dbb0e53 (diff) | |
download | gitlab-ce-c2c8f25ebf88c17ee817657a5ea36362e3893798.tar.gz |
Resolve "Redesign GCP banner"
Diffstat (limited to 'app/assets/stylesheets/pages/clusters.scss')
-rw-r--r-- | app/assets/stylesheets/pages/clusters.scss | 48 |
1 files changed, 11 insertions, 37 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss index 56beb7718a4..0f22fe21143 100644 --- a/app/assets/stylesheets/pages/clusters.scss +++ b/app/assets/stylesheets/pages/clusters.scss @@ -32,49 +32,23 @@ } .gcp-signup-offer { - background-color: $blue-50; - border: 1px solid $blue-300; - border-radius: $border-radius-default; + border-left-color: $blue-500; - // 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; + svg { + fill: $blue-500; + vertical-align: middle; } - a:not(.btn) { - color: $gl-link-color; - font-weight: normal; - text-decoration: none; - } + .gcp-signup-offer--content { + display: flex; - @include media-breakpoint-up(sm) { - > div { - display: flex; - align-items: center; + h4 { + font-size: 16px; + line-height: 24px; } - .gcp-logo { - margin: 0; + .gcp-signup-offer--icon { + align-self: flex-start; } } } |