From 5bc3cea6fe4a909735753692d0c4cd960e8ab516 Mon Sep 17 00:00:00 2001 From: enahum Date: Wed, 3 Aug 2016 12:19:27 -0500 Subject: PLT-3484 OAuth2 Service Provider (#3632) * PLT-3484 OAuth2 Service Provider * PM text review for OAuth 2.0 Service Provider * PLT-3484 OAuth2 Service Provider UI tweaks (#3668) * Tweaks to help text * Pushing OAuth improvements (#3680) * Re-arrange System Console for OAuth 2.0 Provider --- webapp/sass/routes/_backstage.scss | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) (limited to 'webapp/sass/routes') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index 4b8c6ff6c..7bcafd4c1 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -40,7 +40,7 @@ .backstage-content { background-color: $bg--gray; margin: 46px auto; - max-width: 960px; + max-width: 1200px; padding-left: 135px; vertical-align: top; } @@ -216,6 +216,7 @@ border-bottom: 1px solid $light-gray; display: flex; padding: 20px 15px; + position: relative; &:last-child { border: none; @@ -276,6 +277,7 @@ background-color: $white; border: 1px solid $light-gray; padding: 40px 30px 30px; + position: relative; label { font-weight: normal; @@ -323,16 +325,27 @@ } } +.integration__icon { + position: absolute; + height: 100px; + width: 100px; + right: 20px; + + &.integration-list__icon { + top: 50px; + } +} + .integration-option { background-color: $white; border: 1px solid $light-gray; display: inline-block; - height: 210px; margin: 0 30px 30px 0; + min-height: 230px; padding: 20px; text-align: center; vertical-align: top; - width: 250px; + width: 290px; &:last-child { margin-right: 0; @@ -346,6 +359,7 @@ .integration-option__image { height: 80px; + margin: .5em 0 .7em; width: 80px; } -- cgit v1.2.3-1-g7c22