| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159 |
- /*
- * GENERAL
- */
- // fonts
- @font-face {
- font-family:"Fira Sans";
- src:url("../fonts/fira-sans-v6-latin-300.eot");
- src:url("../fonts/fira-sans-v6-latin-300.eot?#iefix") format("embedded-opentype"),
- url("../fonts/fira-sans-v6-latin-300.ttf?") format("truetype"),
- url("../fonts/fira-sans-v6-latin-300.woff?") format("woff"),
- url("../fonts/fira-sans-v6-latin-300.svg?") format("svg");
- font-weight:300;
- font-style:normal
- }
- @font-face {
- font-family:"Fira Sans";
- src:url("../fonts/fira-sans-v6-latin-regular.eot");
- src:url("../fonts/fira-sans-v6-latin-regular.eot?#iefix") format("embedded-opentype"),
- url("../fonts/fira-sans-v6-latin-regular.ttf?") format("truetype"),
- url("../fonts/fira-sans-v6-latin-regular.woff?") format("woff"),
- url("../fonts/fira-sans-v6-latin-regular.svg?") format("svg");
- font-weight:normal;
- font-style:normal
- }
- @font-face {
- font-family:"Fira Sans";
- src:url("../fonts/fira-sans-v6-latin-700.eot");
- src:url("../fonts/fira-sans-v6-latin-700.eot?#iefix") format("embedded-opentype"),
- url("../fonts/fira-sans-v6-latin-700.ttf?") format("truetype"),
- url("../fonts/fira-sans-v6-latin-700.woff?") format("woff"),
- url("../fonts/fira-sans-v6-latin-700.svg?") format("svg");
- font-weight:600;
- font-style:normal
- }
- h2 {
- margin-bottom: 0.5rem;
- }
- h3, h4, h5, h6,
- .h3, .h4, .h5, .h6 {
- margin-bottom: 0;
- }
- h1, h2, h3, h4, h5, h6,
- .h1, .h2, .h3, .h4, .h5, .h6 {
- &:first-child {
- margin-top: 0;
- }
- }
- h3,
- .h3 {
- margin-top: 40px;
- margin-bottom: 0.5rem;
- }
- h4,
- .h4 {
- margin-top: 30px;
- }
- h4 + hr {
- margin-top: 10px;
- }
- .dropdown-item-important {
- color: rgba($antrazit, .6);
- font-weight: bold;
- @include hover-focus() {
- color: $body-color;
- }
- }
- .dropdown-item-important:last-child {
- margin-top: 15px;
- }
- @include media-breakpoint-down(md) {
- .dropdown-menu {
- box-shadow: none;
- }
-
- }
- @include media-breakpoint-up(lg) {
- .dropdown-divider {
- margin-left: $dropdown-item-padding-x;
- margin-right: $dropdown-item-padding-x;
- }
- }
- .ch-ggs-web-suite-h2 {
- color: $primary;
- font-weight: bold;
- }
- .text-muted-dark {
- color: $gray-700;
- }
- .btn-back {
- padding-left: 0;
- }
- //modal
- .modal-dialog {
- max-width: 540px;
- }
- .modal-content {
- padding: 40px 40px 60px;
- }
- .modal-header .close {
- margin: 0;
- padding: 0;
- }
- .modal-header {
- padding: 0 0 10px 0;
- }
- .modal-header [data-dismiss*="modal"] {
- align-self: center;
- text-decoration: none;
- }
- .modal-header [data-dismiss*="modal"] .ifc {
- font-size: 20px;
- }
- .modal-footer {
- padding: 0;
- display: block;
- }
- .modal-title {
- color: $primary;
- font-size: $font-size-lg;
- }
- .modal-body {
- padding: $common-padding 0;
- }
- //Forms
- form > .form-group:first-child > h3:first-child,
- form > .form-group:first-child > .h3:first-child {
- margin-top: 1rem;
- }
- label {
- margin-bottom: .25rem;
- }
- .input-group {
- background: white;
- }
- .input-group .btn {
- border-width: $input-border-width;
- border-color: $input-border-color;
- }
- .ch-ggs-web-suite-input-group-iconed .btn {
- display: flex;
- align-items: center;
- justify-content: center;
- width: 38px;
- }
- //links
- .ch-ggs-web-suite-card-link {
- margin-top: auto;
- font-weight: bold;
- color: $antrazit60;
- transition: $transition-base;
- transition-property: color;
- .ifc {
- margin-left: 5px;
- display: inline-block;
- position: relative;
- transform: translateX(0);
- transition: $transition-base;
- transition-property: transform;
- }
- }
- .ch-ggs-web-suite-article:hover,
- .ch-ggs-web-suite-card-simple:hover,
- .ch-ggs-web-suite-card-simple:focus {
- .ch-ggs-web-suite-card-link {
- color: $primary;
- .ifc {
- transform: translateX(8px);
- }
- }
- }
- .ch-ggs-web-suite-file-input-box {
- background: $antrazit05;
- padding: 20px;
- }
- // seelct
- .ch-ggs-web-suite-select {
- position: relative;
- background: $input-bg;
- overflow: hidden;
- }
- .ch-ggs-web-suite-select:after {
- content: "\e901";
- font-family: icomoon;
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- top: 0px;
- right: 0px;
- bottom: 0px;
- width: 2.2em;
- margin: auto;
- pointer-events: none;
- transform: scale(1.5);
- }
- //background
- .ch-ggs-web-suite-select:before {
- content: "";
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- width: 2.2em;
- background: $antrazit15;
- border: 1px solid $input-border-color;
- pointer-events: none;
- }
- .ch-ggs-web-suite-select select {
- background: transparent;
- width: 100%;
- padding-right: 2.5em;
- appearance: none;
- // Disable ugly ass outline on firefox
- &:-moz-focusring {
- color: transparent;
- text-shadow: 0 0 0 #000;
- }
- // Disable default arrow on IE 11+
- &::-ms-expand {
- display: none;
- }
- }
- // IE 9 only
- @media all and (min-width:0\0) and (min-resolution:.001dpcm) {
- .ch-ggs-web-suite-select{
- select {
- padding-right: 0;
- }
-
- &:after, &:before {
- display: none;
- }
- }
- }
- // step navigation
- $step-number-block-margin: 20px;
- $step-margin: 30px;
- ol.ch-ggs-web-suite-order-steps {
- counter-reset: section;
- list-style-type: none;
- text-align: left;
- margin-bottom: -$step-margin/4;
- padding-left: 0;
-
- li.error,
- li.loading,
- li.done,
- li.active {
- color: $primary;
- & .nav-link:before {
- background: $white;
- color: $primary;
- border-color: $white;
- }
- & .nav-link:after {
- background: $primary;
- }
- }
- li {
- display: block;
- position: relative;
- color: $antrazit25;
- margin-bottom: $step-margin/4;
- .nav-link {
- padding: 0px 30px 0px 0;
- background: $antrazit05;
- font-weight: bold;
- position: relative;
- display: flex;
- align-items: center;
- z-index: 0;
- &:before {
- // counter-increment: section;
- // content: counters(section,"");
- content: "";
- display: inline-block;
- flex: 0 0 2em;
- width: 2em;
- height: 2em;
- border-radius: 2em;
- line-height: 2em;
- margin: $step-number-block-margin $step-number-block-margin*2 $step-number-block-margin $step-number-block-margin;
- font-size: 1.25rem;
- background: $antrazit08;
- color: $antrazit25;
- border: 1px solid $antrazit25;
- text-align: center;
- }
- &:after {
- z-index: -1;
- content: "";
- background: $antrazit08;
- position: absolute;
- left: 0;
- top: 0;
- width: calc(2em + #{$step-number-block-margin*2});
- height: calc(2em + #{$step-number-block-margin*2});
- font-size: 1.25rem;
- }
- }
- .ch-ggs-web-suite-order-step-link-multi {
- // display: inline-flex;
- // flex-direction: column;
- position: relative;
- top: -10px;
- }
- a:link:not(:hover):not(:focus),
- a:visited:not(:hover):not(:focus) {
- color: inherit;
- }
- }
- li.active,
- li.error,
- li.done {
- .nav-link {
- &:before {
- content: unicode("e900");
- font-family: $font-family-icons;
- line-height: 1.8em;
- speak: none;
- font-style: normal;
- font-weight: normal;
- font-variant: normal;
- text-transform: none;
- }
- }
- }
- li.error {
- .nav-link {
- &:before {
- content: unicode("e906");
- }
- }
- }
- li.loading {
- .nav-link {
- &:before {
- opacity: 0;
- }
- }
- }
- .ch-ggs-web-suite-order-steps-loader {
- position: absolute;
- left: 19px;
- top: 19px;
- width: calc(2em + 10px);
- height: calc(2em + 10px);
- border-width: 0.2em;
- }
- }
- // step navigation
- ol.ch-ggs-web-suite-steps {
- counter-reset: section;
- list-style-type: none;
- display: inline-block;
- text-align: left;
- margin-bottom: -15px;
- margin-left: -30px;
- padding-left: 0;
-
- li.active {
- color: $primary;
- &::before {
- border-color: $primary;
- }
- }
- li {
- display: block;
- float: left;
- position: relative;
- color: $antrazit60;
- font-weight: bold;
- white-space: nowrap;
- margin: 0 30px 15px;
- &::before {
- counter-increment: section;
- content: counters(section,"");
- position: relative;
- display: inline-block;
- margin-right: 10px;
- width: 2em;
- height: 2em;
- border-radius: 2em;
- background: #fff;
- border: 1px solid #ababab;
- border-top-color: rgb(171, 171, 171);
- border-right-color: rgb(171, 171, 171);
- border-bottom-color: rgb(171, 171, 171);
- border-left-color: rgb(171, 171, 171);
- text-align: center;
- line-height: 2em;
- font-size: 1.25rem;
- }
- a:link:not(:hover):not(:focus),
- a:visited:not(:hover):not(:focus) {
- color: inherit;
- }
- }
- }
- // image
- .ch-ggs-web-suite-image {
- margin-bottom: $paragraph-margin-bottom;
- }
- // download
- .ch-ggs-web-suite-download {
- display: flex;
- margin-bottom: $paragraph-margin-bottom;
- }
- a.ch-ggs-web-suite-download {
- text-decoration: none;
- }
- .ch-ggs-web-suite-download-icon {
- width: 70px;
- height: 70px;
- flex: 0 0 70px;
- background: $primary;
- color: $white;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: $grid-gutter-width;
- transition: $transition-base;
- transition-property: background;
- a.ch-ggs-web-suite-download:hover &,
- a.ch-ggs-web-suite-download:focus & {
- background: $link-hover-color;
- }
- > .ifc {
- font-size: 24px;
- }
- }
- .ch-ggs-web-suite-download-info > *:last-child {
- margin-bottom: 0;
- }
- .ch-ggs-web-suite-download-title {
- font-weight: bold;
- color: $primary;
- display: inline-block;
- margin-bottom: 5px;
- transition: $transition-base;
- transition-property: color;
- &:first-child {
- margin-top: 22px;
- }
- a.ch-ggs-web-suite-download:hover &,
- a.ch-ggs-web-suite-download:focus & {
- color: $link-hover-color;
- }
- }
- .ch-ggs-web-suite-download-text {
- color: $text-muted;
- }
- // cards
- .ch-ggs-web-suite-card-group {
- margin-bottom: 70px;
- }
- .ch-ggs-web-suite-card-holder {
- margin-bottom: -30px;
- }
- .ch-ggs-web-suite-card {
- position: relative;
- display: flex;
- flex-direction: column;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #efefef;
- box-shadow: 0 0 15px 0 rgba(0,0,0,0);
- transition: $transition-base;
- transition-property: box-shadow;
- margin-bottom: 30px;
- }
- a.ch-ggs-web-suite-card {
- text-decoration: none;
- }
- .ch-ggs-web-suite-card-img-fake {
- background: $antrazit08;
- color: $primary;
- display: flex;
- transition: $transition-base;
- transition-property: background-color;
- }
- .ch-ggs-web-suite-card-img-fake:before {
- content: "";
- display: table;
- float: left;
- padding-bottom: 100%;
- }
- .ch-ggs-web-suite-card-img-fake .ifc {
- font-size: 120px;
- align-self: center;
- margin-left: auto;
- margin-right: auto;
- transition: $transition-base;
- text-shadow: 4px 8px 12px rgba(black, 0);
- transition-property: text-shadow, color;
- }
- .ch-ggs-web-suite-card-img-fake .ifc-train-front {
- font-size: 130px;
- }
- .ch-ggs-web-suite-card-img-fake .ifc-sea-ship-with-containers {
- font-size: 150px;
- }
- .ch-ggs-web-suite-card-img-fake .ifc-air-transport {
- font-size: 150px;
- }
- .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-img-fake,
- .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-img-fake {
- background: $primary-d-100;
- color: white;
- text-shadow: 4px 8px 12px rgba(black, 0.2);
- }
- .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-img-fake .ifc,
- .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-img-fake .ifc {
- text-shadow: 4px 8px 12px rgba(black, 0.2);
- }
- .ch-ggs-web-suite-card-main {
- flex: 1 1 auto;
- padding: 30px 15px 15px;
- display: flex;
- flex-direction: column;
- }
- .ch-ggs-web-suite-card:hover,
- .ch-ggs-web-suite-card:focus {
- box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
- }
- .ch-ggs-web-suite-card .btn {
- background: white;
- border-color: white;
- }
- .ch-ggs-web-suite-card .btn,
- .ch-ggs-web-suite-card .btn .ifc {
- color: $antrazit60;
- }
- .ch-ggs-web-suite-card:hover .btn,
- .ch-ggs-web-suite-card:focus .btn {
- background: $antrazit15;
- border-color: $antrazit15;
- }
- .ch-ggs-web-suite-card-title {
- text-align: center;
- font-weight: bold;
- font-size: 1.25rem;
- color: $body-color;
- margin-bottom: 15px;
- }
- .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-title,
- .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-title {
- color: $primary-d-100;
- }
- .ch-ggs-web-suite-card-text {
- color: $body-color;
- }
- .ch-ggs-web-suite-card-plain-group {
- margin-bottom: 70px;
- }
- .ch-ggs-web-suite-card-plain-holder {
- margin-bottom: -30px;
- }
- .ch-ggs-web-suite-card-plain {
- padding: 25px 25px 0px;
- position: relative;
- z-index: 0;
- display: flex;
- flex-direction: column;
- background: $white;
- margin-bottom: 30px;
- }
- a.ch-ggs-web-suite-card-plain {
- text-decoration: none;
- &,
- &:hover,
- &:focus {
- color: $body-color;
- }
- }
- .ch-ggs-web-suite-card-plain-img-icon {
- color: $primary;
- display: flex;
- transition: $transition-base;
- transition-property: background-color;
- margin-bottom: 20px;
- }
- .ch-ggs-web-suite-card-plain-img-icon .ifc {
- font-size: 40px;
- align-self: center;
- margin-left: auto;
- margin-right: auto;
- }
- .ch-ggs-web-suite-card-plain-main {
- flex: 1 1 auto;
- display: flex;
- flex-direction: column;
- }
- .ch-ggs-web-suite-card-plain-title {
- text-align: center;
- font-weight: bold;
- font-size: $h4-font-size;
- color: $body-color;
- margin-bottom: 0.75em;
- }
- .ch-ggs-web-suite-card-plain:hover .ch-ggs-web-suite-card-simple-title,
- .ch-ggs-web-suite-card-plain:focus .ch-ggs-web-suite-card-simple-title {
- color: $primary-d-100;
- }
- .ch-ggs-web-suite-card-plain-text {
- text-align: center;
- font-size: $font-size-md;
- margin-bottom: 0;
- }
- .ch-ggs-web-suite-card-simple-group {
- margin-bottom: 70px;
- }
- .ch-ggs-web-suite-card-simple-holder {
- margin-bottom: -30px;
- }
- .ch-ggs-web-suite-card-simple {
- position: relative;
- z-index: 0;
- display: flex;
- flex-direction: column;
- background: $white;
- margin-bottom: 30px;
- &:after {
- content: "";
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: -1;
- box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 8px 24px 0 rgba(0,0,0,0.2);
- opacity: 0;
- transition: $transition-base;
- transition-property: opacity;
- }
- &:before {
- content: "";
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- z-index: -1;
- border: 3px solid $primary;
- opacity: 0;
- transition: $transition-base;
- transition-property: opacity;
- }
- }
- .ch-ggs-web-suite-card-simple:hover,
- .ch-ggs-web-suite-card-simple:focus {
- &:before,
- &:after {
- opacity: 1;
- }
- }
- a.ch-ggs-web-suite-card-simple {
- text-decoration: none;
- &,
- &:hover,
- &:focus {
- color: $body-color;
- }
- }
- .ch-ggs-web-suite-card-simple-img-icon {
- color: $primary;
- display: flex;
- transition: $transition-base;
- transition-property: background-color;
- }
- .ch-ggs-web-suite-card-simple-img-icon .ifc {
- margin-top: 60px;
- font-size: 60px;
- align-self: center;
- margin-left: auto;
- margin-right: auto;
- }
- .ch-ggs-web-suite-card-simple-main {
- flex: 1 1 auto;
- padding: 25px;
- display: flex;
- flex-direction: column;
- }
- .ch-ggs-web-suite-card-simple-title {
- text-align: center;
- font-weight: bold;
- font-size: 1.25rem;
- color: $body-color;
- margin-bottom: 15px;
- }
- .ch-ggs-web-suite-card-simple:hover .ch-ggs-web-suite-card-simple-title,
- .ch-ggs-web-suite-card-simple:focus .ch-ggs-web-suite-card-simple-title {
- color: $primary-d-100;
- }
- .ch-ggs-web-suite-card-simple-text {
- color: $body-color;
- }
- // article
- .ch-ggs-web-suite-article {
- margin-bottom: 90px;
- }
- a.ch-ggs-web-suite-article {
- color: inherit;
- text-decoration: none;
- }
- .ch-ggs-web-suite-article-content {
- padding: 40px 25px 0;
- position: relative;
- z-index: 0;
- > *:last-child {
- margin-bottom: 0;
- }
- }
- .ch-ggs-web-suite-article-title {
- color: $primary;
- transition: $transition-base;
- transition-property: color;
- .ch-ggs-web-suite-article:hover & {
- color: $primary-d-100;
- }
- }
- @include media-breakpoint-up(md) {
- .ch-ggs-web-suite-article-content {
- padding: 40px 25px;
- }
- }
- @include media-breakpoint-up(lg) {
- .ch-ggs-web-suite-article {
- margin-bottom: 120px;
- }
- }
- // link with icons
- .ch-ggs-web-suite-icon-link {
- display: inline-flex;
- }
- a.ch-ggs-web-suite-icon-link {
- text-decoration: none;
- }
- .ch-ggs-web-suite-icon-link:hover,
- .ch-ggs-web-suite-icon-link:focus {
- opacity: 0.8;
- }
- .ch-ggs-web-suite-icon-link .ifc {
- margin-right: 10px;
- top: 5px;
- width: 15px;
- position: relative;
- }
- /*
- * STEP 3
- */
- .ch-ggs-web-suite-dropdown .btn-block + .btn-block {
- margin-top: 0.3125rem;
- }
- .ch-ggs-web-suite-btn-group {
- margin-top: -$btn-block-spacing-y;
- }
- .ch-ggs-web-suite-btn-group-btn-group .btn {
- margin-top: $btn-block-spacing-y;
- }
- #ch-ggs-web-suite-packing-details {
- background-color: $antrazit08;
- padding: 20px;
- }
- .ch-ggs-web-suite-packing-cmds a {
- color: $antrazit25;
- text-decoration: none;
- }
- .ch-ggs-web-suite-packing-cmds a .ifc {
- width: 40px;
- height: 40px;
- margin-top: -10px;
- margin-bottom: -10px;
- font-size: 20px;
- color: $body-color;
- }
- .ch-ggs-web-suite-packing-cmds a:hover,
- .ch-ggs-web-suite-packing-cmds a:focus,
- .ch-ggs-web-suite-packing-cmds a:hover .ifc,
- .ch-ggs-web-suite-packing-cmds a:focus .ifc {
- color: $primary;
- }
- //step 4
- .ch-ggs-web-suite-steps-pricing-details {
- margin-bottom: $common-padding;
- }
- .ch-ggs-web-suite-steps-pricing-details .ch-ggs-web-suite-steps-price {
- font-size: $font-size-xl;
- color: $primary;
- font-weight: bold;
- line-height: 20px;
- margin-top: 15px;
- }
- .ch-ggs-web-suite-steps-pricing-details .ch-ggs-web-suite-steps-tax {
- margin-top: 12px;
- }
- // product Option
- .ch-ggs-web-suite-aside-box {
- position: sticky;
- top: 30px;
- }
- .ch-ggs-web-suite-boxed-gray {
- background: $gray-100;
- border: 1px solid $gray-200;
- padding: 25px 20px;
- margin-bottom: $grid-gutter-width;
- }
- .ch-ggs-web-suite-boxed-gray > *:last-child {
- margin-bottom: 0;
- }
- .ch-ggs-web-suite-payment-info {
- margin-top: $grid-gutter-width;
- }
- // new common box
- .ch-ggs-web-suite-boxed {
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- width: 100%;
- background: $gray-100;
- border: 1px solid $gray-200;
- padding: 25px 20px;
- margin-bottom: $grid-gutter-width;
- }
- .ch-ggs-web-suite-boxed-main {
- width: 100%;
- }
- .ch-ggs-web-suite-boxed-main:last-child > *:last-child {
- margin-bottom: 0;
- }
- .ch-ggs-web-suite-boxed-footer {
- margin-top: auto;
- width: 100%;
- }
- .ch-ggs-web-suite-boxed-big {
- padding: 25px 30px;
- }
- .ch-ggs-web-suite-boxed-xl {
- padding: 30px 40px;
- }
- // accordion
- .ch-ggs-accordion {
- margin-bottom: $paragraph-margin-bottom;
- border-radius: $border-radius;
- }
- .ch-ggs-accordion-group .ch-ggs-accordion {
- margin-bottom: 0;
- border-radius: 0;
- border: 1px solid $antrazit15;
- }
- .ch-ggs-accordion-group .ch-ggs-accordion + .ch-ggs-accordion {
- margin-top: -1px;
- }
- .ch-ggs-accordion-group .ch-ggs-accordion:first-child .ch-ggs-accordion-head,
- .ch-ggs-accordion-group .ch-ggs-accordion:first-child {
- border-top-left-radius: $accordion-border-radius;
- border-top-right-radius: $accordion-border-radius;
- }
- .ch-ggs-accordion-group .ch-ggs-accordion:last-child:not([open]) .ch-ggs-accordion-head,
- .ch-ggs-accordion-group .ch-ggs-accordion:last-child .ch-ggs-accordion-content,
- .ch-ggs-accordion-group .ch-ggs-accordion:last-child {
- border-bottom-left-radius: $accordion-border-radius;
- border-bottom-right-radius: $accordion-border-radius;
- }
- .ch-ggs-accordion-head {
- background: $antrazit05;
- list-style: none;
- display: flex;
- padding: 17px 20px;
- font-size: $font-size-base;
- @include hover() {
- color: $primary;
- }
- }
- .ch-ggs-accordion-content {
- padding: 30px;
- border-top: 1px solid $antrazit15;
- margin-top: -1px;
- }
- .ch-ggs-accordion-icon {
- margin-left: auto;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 30px;
- color: $primary;
- &:before {
- margin-right: 5px;
- }
- }
- .ch-ggs-accordion-icon:before {
- transition: $transition-base;
- transition-property: transform;
- transform: rotate(0deg);
- margin-right: 0;
- margin-left: 5px;
- }
- .ch-ggs-accordion[open] .ch-ggs-accordion-icon:before {
- transform: rotate(180deg);
- }
- // package
- .ch-ggs-packages {
- margin-bottom: $paragraph-margin-bottom;
- }
- .ch-ggs-package:not(:last-child) {
- padding-bottom: $grid-gutter-width;
- margin-bottom: $grid-gutter-width;
- border-bottom: 1px solid $antrazit15;
- }
- .ch-ggs-package-title {
- display: flex;
- font-weight: bold;
- }
- .ch-ggs-package-icon {
- margin-left: auto;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 26px;
- color: $primary;
- &:before {
- margin-right: 5px;
- }
- }
- // account
- .tab-content {
- border-top: none;
- }
- .ch-ggs-web-suite-account-tabs-box > .nav-tabs {
- flex-wrap: nowrap;
- }
- .ch-ggs-web-suite-account-tabs-box > .nav-tabs .nav-item {
- flex: 1 1 100%;
- }
- .ch-ggs-web-suite-account-tabs-box > .nav-tabs .nav-link.active {
- background: $gray-100;
- }
- .ch-ggs-web-suite-book-progress {
- height: 4px;
- margin-top: -1px;
- }
- // loading bar
- .ch-ggs-web-suite-loading-bar {
- position: relative;
- padding: 20px 30px;
- text-align: center;
- background: $antrazit05;
- margin-bottom: $paragraph-margin-bottom;
- overflow: hidden;
- &:before,
- &:after {
- content: "";
- position: absolute;
- left: 0;
- bottom: 0;
- height: 4px;
- background: $antrazit08;
- width: 100%;
- }
- &:after {
- background: $primary;
- left: -200px;
- width: 200px;
- animation: loading 2s linear infinite;
- }
- }
- @keyframes loading {
- from{left:-200px; width: 10%;}
- 50% { width: 30%; }
- 80% { left: 50%; }
- 95% { left: 120%; width: 80%}
- to { left: 100%; }
- }
|