Author: dmagda Date: Wed Mar 11 23:26:31 2020 New Revision: 1875107 URL: http://svn.apache.org/viewvc?rev=1875107&view=rev Log: updated CSS with Mauricio's script
Modified: ignite/site/branches/ignite-redisign/css/ignite-redesign.css ignite/site/branches/ignite-redisign/scss/ignite-redesign.scss Modified: ignite/site/branches/ignite-redisign/css/ignite-redesign.css URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/css/ignite-redesign.css?rev=1875107&r1=1875106&r2=1875107&view=diff ============================================================================== --- ignite/site/branches/ignite-redisign/css/ignite-redesign.css (original) +++ ignite/site/branches/ignite-redisign/css/ignite-redesign.css Wed Mar 11 23:26:31 2020 @@ -7504,7 +7504,8 @@ strong { #main-banner h1 { font-weight: 300; font-size: 30px; - line-height: 1.4em; } + line-height: 1.4em; + text-align: center; } #main-banner h1 strong { display: block; } #main-banner p { @@ -7522,6 +7523,8 @@ strong { font-size: 24px; margin-right: 8px; vertical-align: middle; } + #main-banner .buttons { + text-align: center; } #main-banner .btn-getting-started { background-color: #ffffff; } #main-banner .btn-getting-started i { @@ -7540,6 +7543,71 @@ strong { top: 5px; right: 0; } +#home-deployment-options { + box-shadow: inset 0px 15px 8px -10px #e5e5e5, inset 0px -15px 8px -10px #e5e5e5; } + +#home-deployment-options #intro-text { + margin-bottom: 50px; } + +#home-deployment-options #intro-text p { + border-radius: 5px; + padding: 45px 90px; + font-size: 18px; + text-align: center; + line-height: 2em; } + +#home-deployment-options #intro-text:after { + content: ""; + width: 25vw; + height: 6px; + background-color: #f2f2f2; + display: block; + margin: 10px auto 10px; + border-radius: 5px; } + +#home-deployment-options .row { + padding: 0 3rem; } + +#home-deployment-options .option { + padding: 0 40px; } + +#home-deployment-options .option a { + display: block; + text-align: center; + color: #000; + margin-bottom: 3em; } + +#home-deployment-options .option a h3 { + font-size: 20px; + line-height: 1.5em; + font-weight: 600; } + +#home-deployment-options .option a h3 span { + display: block; } + +#home-deployment-options .option a p { + font-size: 16px; + font-weight: 400; + line-height: 1.6em; } + +#home-deployment-options .option a svg { + width: 100px; + height: 100px; + fill: #b02032; + transition: all 0.5s ease-in-out; + background-color: #ffffff; + border-radius: 0px; + padding: 1.5em; + margin-top: 2em; + margin-bottom: 1em; } + +#home-deployment-options .option a:hover { + text-decoration: none; } + +#home-deployment-options .option a:hover svg { + background-color: #b02032; + fill: #ffffff; } + #home-use-cases { padding: 4rem 0; background-color: #ffffff; @@ -7965,7 +8033,8 @@ article { font-size: 26px; text-align: center; } #main-banner .buttons { - text-align: center; } + text-align: center; + align-items: center; } #main-banner .btn { margin-bottom: 10px; } #home-use-cases #tabsContent .txt-wrapper { Modified: ignite/site/branches/ignite-redisign/scss/ignite-redesign.scss URL: http://svn.apache.org/viewvc/ignite/site/branches/ignite-redisign/scss/ignite-redesign.scss?rev=1875107&r1=1875106&r2=1875107&view=diff ============================================================================== Binary files - no diff available.