blob: 977559319a672c9ce7bdd1e43f84d5ee09298461 [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;
}
.section-highlights {
background-color:transparent;
}
.info-section p {
margin:60px 60px 60px 0;
}
@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;
}