blob: 624ae51ee7e783f0126b207f5550ce60552f26ed [file] [log] [blame]
/*
* Copyright (c) 2018 Eclipse Foundation, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* Contributors:
* Eric Poirier <eric@eclipse.org>
*
* SPDX-License-Identifier: EPL-2.0
*/
.nodes-bg-right {
background-position:bottom right;
background-image:url('/org/value/public/images/nodes-right.png');
background-repeat:no-repeat;
}
.nodes-bg-left {
background-position:bottom left;
background-image:url('/org/value/public/images/nodes-left.png');
background-repeat:no-repeat;
}
.featured-jumbotron.alternate h1, .featured-jumbotron.alternate p {
font-size: 40px;
font-weight: 600;
}
.display-flex-center {
display: flex;
justify-content: center;
}
.align-center {
align-items: center;
}
.panel-group .panel {
margin-bottom: 30px;
}
.panel {
background-color: transparent;
box-shadow: unset;
border: unset;
}
.width-250 {
width: 250px;
}
.btn {
font-weight: 500;
}
.btn-default {
background-color: #E3E0E0;
border-color: #E3E0E0;
}
.btn-default:visited, .btn-default:focus {
color: black;
}
.rounded-10 {
border-radius: 10px;
}
.section-highlights {
background-color:transparent;
}
.info-section p {
margin:30px 30px 30px 0;
}
.background-white {
background-color: white;
height: 350px;
}
.success-story {
box-shadow: 10px 20px 5px #e4e4e4;
width: 322px;
}
.survey-reports .btn {
color: #f79422;
background-color: #EDEBEB;
}
.success-stories-title {
font-weight: 600;
color: #545454;
}
.sucess-stories-download {
width: 100%;
}
.sucess-stories-download.btn-white {
color: #f79422;
box-shadow: 10px 10px 5px #c9c9c9;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.sucess-stories-download-link:hover {
color: white;
text-decoration: none;
cursor: pointer;
}
.success-stories-col {
padding-left: 25px;
padding-right: 25px;
margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
.info-section p {
font-size:18px;
margin:60px 0;
}
}
@media only screen and (max-width: 970px) {
.info-section p {
font-size:16px;
margin:50px 0;
}
}
@media only screen and (max-width: 768px) {
.info-section p {
font-size:16px;
margin:60px 0;
}
}
@media only screen and (min-width: 1201px) {
.info-section p {
font-size:18px;
}
}
@media only screen and (min-width: 768px) {
.info-section-picture:before {
background-image:url('/org/value/public/images/info-section-bg.jpg');
display:block;
content:"";
width:1000px;
height: 480px;
background-repeat: no-repeat;
background-size: cover;
}
}
.gradient-circle {
background: linear-gradient(to bottom, #f79422 0%,#ffbd59, #ffde59 100%);
border-radius:100px;
width:76px;
height:76px;
display:block;
padding:17px;
margin:0 auto 20px;
}
.section-highlights .featured-highlights-item .feather {
stroke: #fff;
}