From 81c156bb0756be02eff439fb4b4ce01181da6f7b Mon Sep 17 00:00:00 2001 From: obed vega Date: Wed, 3 Jan 2024 15:34:39 -0800 Subject: [PATCH] updating colors --- supplemental_ui/img/illustration.svg | 155 +++++++++++++-------------- supplemental_ui/partials/landing.hbs | 36 +++---- 2 files changed, 91 insertions(+), 100 deletions(-) diff --git a/supplemental_ui/img/illustration.svg b/supplemental_ui/img/illustration.svg index 3a2aac424..bcfc17df4 100644 --- a/supplemental_ui/img/illustration.svg +++ b/supplemental_ui/img/illustration.svg @@ -1,83 +1,74 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/supplemental_ui/partials/landing.hbs b/supplemental_ui/partials/landing.hbs index 50009592f..f5a1de1a6 100644 --- a/supplemental_ui/partials/landing.hbs +++ b/supplemental_ui/partials/landing.hbs @@ -9,10 +9,10 @@ Get up to speed with Teradata Vantage. Learn about its features. Find solutions for common tasks. Explore sample source code.
- + Try ClearScape - - + + @@ -453,20 +453,20 @@ } .call-to-action { - background-color: rgba(133, 221, 220, 0.1); + background-color: #F6F7FB; border: 1px solid rgba(0, 0, 0, 0.12); box-sizing: border-box; border-radius: 8px; width: 100%; - min-height: 241px; + height: 245px; background-repeat: no-repeat; background-position: right top; background-origin: content-box; - padding: 0px 10px 0px 10px; + padding: 10px 10px 10px 10px; } .call-to-action-text { - padding: 40px 30px 40px 30px; + padding: 20px 30px 40px 30px; } .call-to-action-text .header { @@ -627,22 +627,19 @@ } .call-to-action-button{ - background: #007373; - box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2); + background: #00233C; border-radius: 12px; border: 1px solid #00233C; - text-transform: uppercase; - text-decoration: none; - font-family: Inter,sans-serif; - font-size: 14px; + font-weight: 600; + font-family: Inter; + font-size: 18px; line-height: 16px; letter-spacing: 0.5px; text-align: center; - text-transform: uppercase; color: rgba(255, 255, 255, 0.87); - padding: 11px 12px; - margin-right: 16px; - display: inline-block; + padding: 16px; + height: 58px; + } .button-container { @@ -652,6 +649,9 @@ } .call-to-action-button:hover { + border-color: #ff5f02; + background: #ff5f02; + color: #fff; text-decoration: none; } @@ -738,7 +738,7 @@ div.tile-icons { } .alternate-action a { - color: #007373; + color: #3053F4; } .alternate-action a:hover {