|
@@ -7,8 +7,8 @@
|
|
|
*/
|
|
*/
|
|
|
@font-face {
|
|
@font-face {
|
|
|
font-family: "icomoon";
|
|
font-family: "icomoon";
|
|
|
- src: url("../fonts/icomoon.eot?u6kkyr5");
|
|
|
|
|
- src: url("../fonts/icomoon.eot?u6kkyr5#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u6kkyr5") format("truetype"), url("../fonts/icomoon.woff?u6kkyr5") format("woff"), url("../fonts/icomoon.svg?u6kkyr5#icomoon") format("svg");
|
|
|
|
|
|
|
+ src: url("../fonts/icomoon.eot?u6kkyu8");
|
|
|
|
|
+ src: url("../fonts/icomoon.eot?u6kkyu8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u6kkyu8") format("truetype"), url("../fonts/icomoon.woff?u6kkyu8") format("woff"), url("../fonts/icomoon.svg?u6kkyu8#icomoon") format("svg");
|
|
|
font-weight: normal;
|
|
font-weight: normal;
|
|
|
font-style: normal;
|
|
font-style: normal;
|
|
|
}
|
|
}
|
|
@@ -9590,6 +9590,7 @@ body {
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
overflow-y: scroll;
|
|
overflow-y: scroll;
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
|
|
+ position: relative;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#ch-ggs-web-suite-content {
|
|
#ch-ggs-web-suite-content {
|
|
@@ -10918,17 +10919,17 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
left: 100%;
|
|
left: 100%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-.ch-ggs-web-suite-landing-seciton {
|
|
|
|
|
|
|
+.ch-ggs-web-suite-landing-section {
|
|
|
min-height: 100vh;
|
|
min-height: 100vh;
|
|
|
padding: 120px 0;
|
|
padding: 120px 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ch-ggs-web-suite-landing-seciton-dark {
|
|
|
|
|
|
|
+.ch-ggs-web-suite-landing-section-dark {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
background: #250025;
|
|
background: #250025;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ch-ggs-web-suite-landing-seciton-hero {
|
|
|
|
|
|
|
+.ch-ggs-web-suite-landing-section-hero {
|
|
|
min-height: calc(100vh - 91px);
|
|
min-height: calc(100vh - 91px);
|
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-xs.jpg");
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-xs.jpg");
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
@@ -10937,6 +10938,7 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
.ch-ggs-web-suite-landing-section-title {
|
|
.ch-ggs-web-suite-landing-section-title {
|
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
|
|
+ margin-bottom: 80px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ch-ggs-web-suite-landing-section-title-icon {
|
|
.ch-ggs-web-suite-landing-section-title-icon {
|
|
@@ -10956,14 +10958,14 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ch-ggs-web-suite-article-landing {
|
|
.ch-ggs-web-suite-article-landing {
|
|
|
- margin-bottom: 30px;
|
|
|
|
|
|
|
+ margin-bottom: 200px;
|
|
|
color: #212529;
|
|
color: #212529;
|
|
|
}
|
|
}
|
|
|
.ch-ggs-web-suite-article-landing:hover, .ch-ggs-web-suite-article-landing:focus {
|
|
.ch-ggs-web-suite-article-landing:hover, .ch-ggs-web-suite-article-landing:focus {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ch-ggs-web-suite-landing-seciton-dark .ch-ggs-web-suite-article-landing {
|
|
|
|
|
|
|
+.ch-ggs-web-suite-landing-section-dark .ch-ggs-web-suite-article-landing {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -11047,17 +11049,17 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ch-ggs-web-suite-landing-nav .nav-item.active > .nav-link {
|
|
|
|
|
|
|
+.ch-ggs-web-suite-landing-nav .nav-item > .nav-link.active {
|
|
|
color: #990099;
|
|
color: #990099;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
@media (min-width: 576px) {
|
|
|
- .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
|
|
|
|
+ .ch-ggs-web-suite-landing-section-hero {
|
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-sm.jpg");
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-sm.jpg");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
@media (min-width: 768px) {
|
|
@media (min-width: 768px) {
|
|
|
- .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
|
|
|
|
+ .ch-ggs-web-suite-landing-section-hero {
|
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-md.jpg");
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-md.jpg");
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -11087,7 +11089,7 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
@media (min-width: 992px) {
|
|
@media (min-width: 992px) {
|
|
|
- .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
|
|
|
|
+ .ch-ggs-web-suite-landing-section-hero {
|
|
|
min-height: calc(100vh - 98px);
|
|
min-height: calc(100vh - 98px);
|
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-lg.jpg");
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-lg.jpg");
|
|
|
}
|
|
}
|
|
@@ -11135,7 +11137,7 @@ a.ch-ggs-web-suite-icon-link {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
@media (min-width: 1200px) {
|
|
@media (min-width: 1200px) {
|
|
|
- .ch-ggs-web-suite-landing-seciton-hero {
|
|
|
|
|
|
|
+ .ch-ggs-web-suite-landing-section-hero {
|
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-xl.jpg");
|
|
background-image: linear-gradient(270deg, rgba(201, 85, 217, 0.3) 0%, #8D3E97 100%), url("../img//hero-xl.jpg");
|
|
|
}
|
|
}
|
|
|
|
|
|