blob: db9ada5a94caf9d707dc4fb4926116c7e21e708a [file] [log] [blame]
/*
▄▄▄ ██▓███ ▄▄▄ ▄████▄ ██░ ██ ▓█████ ██▓ ▄████ ███▄ █ ██▓▄▄▄█████▓▓█████
▒████▄ ▓██░ ██▒▒████▄ ▒██▀ ▀█ ▓██░ ██▒▓█ ▀ ▓██▒ ██▒ ▀█▒ ██ ▀█ █ ▓██▒▓ ██▒ ▓▒▓█ ▀
▒██ ▀█▄ ▓██░ ██▓▒▒██ ▀█▄ ▒▓█ ▄ ▒██▀▀██░▒███ ▒██▒▒██░▄▄▄░▓██ ▀█ ██▒▒██▒▒ ▓██░ ▒░▒███
░██▄▄▄▄██ ▒██▄█▓▒ ▒░██▄▄▄▄██ ▒▓▓▄ ▄██▒░▓█ ░██ ▒▓█ ▄ ░██░░▓█ ██▓▓██▒ ▐▌██▒░██░░ ▓██▓ ░ ▒▓█ ▄
▓█ ▓██▒▒██▒ ░ ░ ▓█ ▓██▒▒ ▓███▀ ░░▓█▒░██▓░▒████▒ ░██░░▒▓███▀▒▒██░ ▓██░░██░ ▒██▒ ░ ░▒████▒
▒▒ ▓▒█░▒▓▒░ ░ ░ ▒▒ ▓▒█░░ ░▒ ▒ ░ ▒ ░░▒░▒░░ ▒░ ░ ░▓ ░▒ ▒ ░ ▒░ ▒ ▒ ░▓ ▒ ░░ ░░ ▒░ ░
▒ ▒▒ ░░▒ ░ ▒ ▒▒ ░ ░ ▒ ▒ ░▒░ ░ ░ ░ ░ ▒ ░ ░ ░ ░ ░░ ░ ▒░ ▒ ░ ░ ░ ░ ░
░ ▒ ░░ ░ ▒ ░ ░ ░░ ░ ░ ▒ ░░ ░ ░ ░ ░ ░ ▒ ░ ░ ░
░ ░ ░ ░░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
*/
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
$theme-colors: (
"primary": #055799,
"secondary": #b02032,
'gray': #f2f2f2,
'ignite-red': #f20025,
);
@import "../node_modules/bootstrap/scss/bootstrap";
body {
font-family: 'Open Sans', sans-serif;
font-size: 14px;
margin: 0;
padding: 0;
}
strong {
font-weight: 600;
}
.sticky-top {
box-shadow: 0px 4px 8px 0px #E5E2E5;
background-color: #ffffff;
}
/** start header */
#header {
#nav {
padding: 0.5rem 0;
margin-bottom: 0 !important;
.navbar-brand {
img {
width: 12rem;
transition: all 0.5s ease;
}
}
.navbar-nav {
position: absolute;
right: 0;
> li.nav-item {
font-size: 16px;
transition: width 0.2 ease, font-size 0.5s ease;
width:130px;
}
li.nav-item {
a {
display: inline-block;
padding-right: 1.3em;
padding-left: 1.3em;
cursor: pointer;
transition: padding 0.5s ease;
}
.dropdown-toggle:after {
display: none;
}
ul.dropdown-menu {
padding: 0.5em 0 0 1.3em;
box-shadow: 0px 5px 8px 0px #e5e5e5, 0px -5px 8px 0px #e5e5e5;
border-bottom: 5px solid theme-color('ignite-red');
border-radius: 0;
.dropdown-subtitle {
font-weight: 400;
font-size: 16px;
margin-top: 0.6em;
border-bottom: 3px solid theme-color('gray');
margin-bottom: 0.5em;
padding-bottom: 0.5em;
}
.dropdown-item {
padding: 0.4em 1.5em 0.4em 1em;
a {
color: #000;
padding: 0;
font-size: 14px;
display: block;
}
a:hover {
text-decoration: none;
}
}
.dropdown-item:last-child {
border-bottom: 5px solid theme-color('secondary');
padding-bottom: 1em;
margin-bottom: -5px;
}
}
}
li.nav-item.show {
> a.dropdown-toggle {
font-weight: 700;
}
}
}
}
}
#header.shrink {
#nav .navbar-nav > li.nav-item {
font-size: 15px !important;
width: 120px;
}
.btn-secondary {
padding: 0.3rem 1.2rem 0.4rem !important;
}
img {
width: 8rem !important;
}
}
#footer {
box-shadow:
inset 0px 15px 8px -10px #e5e5e5,
inset 0px -15px 8px -10px #e5e5e5;
.wrapper {
background: rgb(24,124,204);
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 45%, rgba(242,242,242,0) 45%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 45%, rgba(242,242,242,0) 45%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 45%, rgba(242,242,242,0) 45%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#f2f2f2",GradientType=1);
padding-top: 3rem;
}
nav {
ul {
li {
padding:5px;
a {
color: #ffffff;
}
}
}
}
.copyright {
padding-left: 33%;
.footer-logos {
display: flex;
justify-content: space-between;
.ignite {
img {
width: 190px;
}
}
.apache {
img {
width: 80px;
}
}
}
}
}
/** end header */
.bg-gray-shadow {
background-color: theme-color("gray");
}
#main-banner {
box-shadow:
inset 0px 15px 8px -10px #e5e5e5,
inset 0px -15px 8px -10px #e5e5e5;
.wrapper {
background: rgb(24,124,204);
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 12%, rgba(242,242,242,0) 12%, rgba(242,242,242,0) 80%, rgba(10,90,154,1) 80%, rgba(24,124,204,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 12%, rgba(242,242,242,0) 12%, rgba(242,242,242,0) 80%, rgba(10,90,154,1) 80%, rgba(24,124,204,1) 100%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 12%, rgba(242,242,242,0) 12%, rgba(242,242,242,0) 80%, rgba(10,90,154,1) 80%, rgba(24,124,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
// background: rgb(24,124,204);
// background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%);
// background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%);
// background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%);
// filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#f2f2f2",GradientType=1);
padding: 3em 0;
}
h1 {
font-weight: 300;
font-size: 30px;
line-height: 1.4em;
strong {
display: block;
}
}
p {
font-size: 24px;
font-weight: 300;
width: 80%;
line-height: 1.5em;
margin-bottom: 1.5em;
}
.btn {
font-size: 18px;
line-height: 1.5em;
padding: 0.5rem 1.5rem;
margin-right: 30px;
i {
font-size: 24px;
margin-right: 8px;
vertical-align: middle;
}
}
.btn-getting-started {
background-color: #ffffff;
i {
color: theme-color('secondary');
}
}
}
#github-stats-bar {
padding: 0.5rem 0 0.2rem;
background-color: theme-color('gray');
.github-stats {
.github-link {
.fa-github {
color: theme-color('primary');
font-size: 30px;
margin-right: 1rem;
vertical-align: top;
}
}
}
.twitter-follow {
iframe {
position: absolute !important;
top: 5px;
right: 0;
}
}
}
#home-use-cases {
padding: 4rem 0;
background-color: #ffffff;
box-shadow: inset 0px 15px 8px -10px #e5e5e5;
#intro-text {
margin-bottom: 50px;
p {
background-color: theme-color('gray');
border-radius: 5px;
padding: 40px 90px;
font-size: 18px;
line-height: 2em;
}
}
#intro-text:after {
content: "";
width: 25vw;
height: 6px;
background-color: theme-color('gray');
display: block;
margin: 40px auto 50px;
border-radius: 5px;;
}
.container {
.row {
margin-bottom: 25px;
}
h2 {
margin-bottom: 4.5rem;
}
a.simplified-img-a {
cursor: zoom-in;
}
img {
max-width: 100%;
margin: 30px auto;
display: block;
max-height: 300px;
}
.txt-wrapper {
h3 {
font-size: 20px;
margin-bottom: 15px;
font-weight: 600;
}
display: block;
padding: 30px;
p {
font-size: 16px;
line-height: 2em;
margin-bottom: 20px;
}
.btn {
padding: 8px 15px;
}
}
}
#diagramModal {
.modal-dialog {
max-width: 90vw !important;
.modal-content {
button.close {
width: 40px;
position: absolute;
right: 10px;
top: 10px;
}
img {
height: 90vh;
}
}
}
}
}
section.section-block {
h2 {
text-align: center;
font-size: 32px;
text-transform: uppercase;
margin-bottom: 1em;
strong {
color: theme-color('primary');
font-weight: 900;
}
}
}
#home-features {
box-shadow:
inset 0px 15px 8px -10px #e5e5e5,
inset 0px -15px 8px -10px #e5e5e5;
.wrapper {
background: rgb(24,124,204);
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%, rgba(242,242,242,0) 95%, rgba(10,90,154,1) 95%, rgba(24,124,204,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%, rgba(242,242,242,0) 95%, rgba(10,90,154,1) 95%, rgba(24,124,204,1) 100%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%, rgba(242,242,242,0) 95%, rgba(10,90,154,1) 95%, rgba(24,124,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
padding: 4rem 0;
}
.row {
padding: 0 3rem;
}
.feature {
padding: 0 40px;
a {
display: block;
text-align: center;
color: #000;
margin-bottom: 3em;;
h3 {
font-size: 20px;
line-height: 1.5em;
font-weight: 600;
span {
display: block;
}
}
p {
font-size: 16px;
font-weight: 400;;
line-height: 1.6em;
}
svg {
width: 100px;
height: 100px;
fill: theme-color('secondary');
transition: all 0.5s ease-in-out;
background-color: #ffffff;
border-radius: 0px;
padding: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
}
}
a:hover {
text-decoration: none;
svg {
background-color: theme-color('secondary');
fill: #ffffff;
// border-radius: 300px;
}
}
}
}
#home-extras {
padding: 4rem 0;
#home-links {
ul {
padding: 0 6rem;
li {
list-style: none;
a {
display: flex;
justify-content: start;
align-items: center;
padding: 10px 20px;
margin-bottom: 25px;
transition: all 0.2s ease-in-out;
svg {
background-color: theme-color('secondary');
border-radius: 150px;
width: 55px;
height: 55px;
fill: #ffffff;
transition: all 0.3s ease-in-out;
padding: 5px;
margin-right: 2em;
}
span {
color: #000;
font-size: 20px;
font-weight: 600;
}
}
a:hover {
background-color: theme-color('gray') !important;
border-radius: 5px;
text-decoration: none;
svg {
background-color: theme-color('primary');
}
}
}
}
}
#home-twitter {
.pre-scrollable {
max-height: 430px;
border-top: 1px solid theme-color('gray');
border-bottom: 1px solid theme-color('gray');
}
.follow-widget {
text-align: right;
margin-top: 10px;
}
}
}
section.internal-page {
padding-top: 0;
h2 {
text-align: center;
text-transform: uppercase;
font-weight: 400;
font-size: 24px;
margin-top: 4em;
margin-bottom: 1em;
}
h2:after {
content: " ";
display: block;
width: 200px;
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
margin: 1.5em auto 0;
height: 7px;
}
p.intro {
text-align: center;
padding: 0 3em;
font-size: 16px;
margin-bottom: 2em;
}
.icons-list {
padding-left: 0;
li {
list-style: none;
a {
color: #000;
text-align: center;
display: block;
width: 100%;
min-height: 8em;
font-size: 16px;
line-height: 1.6em;
margin-bottom: 4em;;
transition: all 0.25s ease-in-out;
svg {
margin: 0 auto;
display: block;
width: 3.5em;
min-height: 5em;
fill: #c8c8c8;
transition: all 0.25s ease-in-out;
}
}
a:after {
content:"";
border-right: 1px solid #cccccc;
height: 6em;
width: 1px;
float: right;
display: block;
position: absolute; right: 0;
top: calc(50% - 4em);
}
a:hover {
color: #ed1c24;
svg {
fill: #ed1c24;
}
}
}
li:last-child, li:nth-child(4n) {
a:after {
display: none;
}
}
}
}
@media (max-width: 1400px) {
#main-banner {
.wrapper {
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 9%, rgba(242,242,242,0) 9%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 9%, rgba(242,242,242,0) 9%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 9%, rgba(242,242,242,0) 9%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
}
}
}
@media (max-width: 1280px) {
#main-banner {
.wrapper {
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 7%, rgba(242,242,242,0) 7%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 7%, rgba(242,242,242,0) 7%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 7%, rgba(242,242,242,0) 7%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
}
}
}
// Large devices (desktops, less than 1200px)
// @media (max-width: 1199.98px) { ... }
@include media-breakpoint-down(lg) {
#main-banner {
.wrapper {
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 7%, rgba(242,242,242,0) 7%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 7%, rgba(242,242,242,0) 7%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 7%, rgba(242,242,242,0) 7%, rgba(242,242,242,0) 90%, rgba(10,90,154,1) 90%, rgba(24,124,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
}
}
#home-use-cases {
#use-cases-tabs {
width: 85%;
.active:after {
left: calc(28% - 15px);
}
li:last-child {
.active:after {
left: calc(73% - 15px);
}
}
}
}
#home-extras {
#home-links {
ul {
padding: 0;
}
}
}
#home-features {
.feature {
a {
p {
font-size: 15px;
}
}
}
}
}
// Medium devices (tablets, less than 992px)
// @media (max-width: 991.98px) { ... }
@include media-breakpoint-down(md) {
#header {
#nav {
.navbar-nav {
position: relative;
li.nav-item {
a.btn {
margin-left: 1.3em;
}
ul.dropdown-menu {
border: 0;
box-shadow: none;
margin-bottom: 2rem;
margin-left: 2rem;
border-left: 5px solid theme-color('secondary');
.dropdown-item:last-child {
border-bottom: none;
}
}
}
}
.navbar-brand {
img {
width: 9rem;
}
}
.navbar-toggler-icon {
i {
font-size: 2rem;
}
}
}
}
#home-use-cases {
#use-cases-tabs {
width: 100%;
.active:after {
left: calc(24% - 15px);
}
li:last-child {
.active:after {
left: calc(77% - 15px);
}
}
}
#tabsContent {
img {
max-width: 75rem;
}
.txt-wrapper {
width: 35rem;
}
}
}
#home-features {
.row {
padding: 0 2rem;
}
.feature {
padding: 0 10px;
a {
h3 {
font-size: 18px;
}
p {
font-size: 14px;
}
}
}
}
}
// Small devices (landscape phones, less than 768px)
// @media (max-width: 767.98px) { ... }
@include media-breakpoint-down(sm) {
.twitter-follow {
display: none;
}
#main-banner {
.wrapper {
background: -moz-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%, rgba(242,242,242,0) 95%, rgba(10,90,154,1) 95%, rgba(24,124,204,1) 100%);
background: -webkit-linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%, rgba(242,242,242,0) 95%, rgba(10,90,154,1) 95%, rgba(24,124,204,1) 100%);
background: linear-gradient(45deg, rgba(24,124,204,1) 0%, rgba(10,90,154,1) 5%, rgba(242,242,242,0) 5%, rgba(242,242,242,0) 95%, rgba(10,90,154,1) 95%, rgba(24,124,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#187ccc",endColorstr="#187ccc",GradientType=1);
}
}
#home-use-cases {
#tabsContent {
padding: 0;
.txt-wrapper {
width: 32rem;
p {
font-size: 14px;
}
}
}
#use-cases-tabs {
.btn {
min-height: 90px;
}
.active:after {
top: 4.8em;
}
}
}
#home-extras {
#home-links {
ul {
li {
a {
padding: 5px 0;
}
}
}
}
}
#footer {
nav {
ul {
display: flex;
justify-content: space-evenly;
li {
a {
color: #000;
}
}
}
}
.wrapper {
background: none;
}
.copyright {
padding: 0;
text-align: center;
.footer-logos {
justify-content: space-evenly;
padding-bottom: 20px;
}
}
}
}
// Extra small devices (portrait phones, less than 576px)
// @media (max-width: 575.98px) { ... }
@include media-breakpoint-down(xs) {
#main-banner {
h1 {
font-size: 26px;
text-align: center;
}
.buttons {
text-align: center;
}
.btn {
margin-bottom: 10px;
}
}
#home-use-cases {
#tabsContent {
.txt-wrapper {
width: 100%;
}
}
}
#home-extras {
#home-links {
ul {
padding-left: 3em;
}
}
}
#home-features, #home-use-cases {
h2 {
strong {
display: block;
}
}
}
}