From dcdea9f30b419eeb8d55ed9be3f824aaf27de50c Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Thu, 24 Mar 2016 16:52:29 -0400 Subject: Added AddIntegration page --- webapp/sass/routes/_backstage.scss | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'webapp/sass/routes/_backstage.scss') diff --git a/webapp/sass/routes/_backstage.scss b/webapp/sass/routes/_backstage.scss index 4619e4cbc..70bab99cb 100644 --- a/webapp/sass/routes/_backstage.scss +++ b/webapp/sass/routes/_backstage.scss @@ -92,7 +92,7 @@ max-width: 958px; } -.installed-integrations__header { +.backstage__header { margin-bottom: 20px; width: 100%; @@ -180,3 +180,33 @@ padding-left: 20px; } } + +.add-integration-option { + background-color: white; + border: lightgray 1px solid; + display: inline-block; + height: 210px; + margin-right: 30px; + padding: 20px; + text-align: center; + width: 250px; + + &:hover { + color: default; + text-decoration: none; + } + + &__image { + width: 80px; + height: 80px; + } + + &__title { + color: black; + margin-bottom: 10px; + } + + &__description { + color: gray; + } +} -- cgit v1.2.3-1-g7c22