_project.scss 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159
  1. /*
  2. * GENERAL
  3. */
  4. // fonts
  5. @font-face {
  6. font-family:"Fira Sans";
  7. src:url("../fonts/fira-sans-v6-latin-300.eot");
  8. src:url("../fonts/fira-sans-v6-latin-300.eot?#iefix") format("embedded-opentype"),
  9. url("../fonts/fira-sans-v6-latin-300.ttf?") format("truetype"),
  10. url("../fonts/fira-sans-v6-latin-300.woff?") format("woff"),
  11. url("../fonts/fira-sans-v6-latin-300.svg?") format("svg");
  12. font-weight:300;
  13. font-style:normal
  14. }
  15. @font-face {
  16. font-family:"Fira Sans";
  17. src:url("../fonts/fira-sans-v6-latin-regular.eot");
  18. src:url("../fonts/fira-sans-v6-latin-regular.eot?#iefix") format("embedded-opentype"),
  19. url("../fonts/fira-sans-v6-latin-regular.ttf?") format("truetype"),
  20. url("../fonts/fira-sans-v6-latin-regular.woff?") format("woff"),
  21. url("../fonts/fira-sans-v6-latin-regular.svg?") format("svg");
  22. font-weight:normal;
  23. font-style:normal
  24. }
  25. @font-face {
  26. font-family:"Fira Sans";
  27. src:url("../fonts/fira-sans-v6-latin-700.eot");
  28. src:url("../fonts/fira-sans-v6-latin-700.eot?#iefix") format("embedded-opentype"),
  29. url("../fonts/fira-sans-v6-latin-700.ttf?") format("truetype"),
  30. url("../fonts/fira-sans-v6-latin-700.woff?") format("woff"),
  31. url("../fonts/fira-sans-v6-latin-700.svg?") format("svg");
  32. font-weight:600;
  33. font-style:normal
  34. }
  35. h2 {
  36. margin-bottom: 0.5rem;
  37. }
  38. h3, h4, h5, h6,
  39. .h3, .h4, .h5, .h6 {
  40. margin-bottom: 0;
  41. }
  42. h1, h2, h3, h4, h5, h6,
  43. .h1, .h2, .h3, .h4, .h5, .h6 {
  44. &:first-child {
  45. margin-top: 0;
  46. }
  47. }
  48. h3,
  49. .h3 {
  50. margin-top: 40px;
  51. margin-bottom: 0.5rem;
  52. }
  53. h4,
  54. .h4 {
  55. margin-top: 30px;
  56. }
  57. h4 + hr {
  58. margin-top: 10px;
  59. }
  60. .dropdown-item-important {
  61. color: rgba($antrazit, .6);
  62. font-weight: bold;
  63. @include hover-focus() {
  64. color: $body-color;
  65. }
  66. }
  67. .dropdown-item-important:last-child {
  68. margin-top: 15px;
  69. }
  70. @include media-breakpoint-down(md) {
  71. .dropdown-menu {
  72. box-shadow: none;
  73. }
  74. }
  75. @include media-breakpoint-up(lg) {
  76. .dropdown-divider {
  77. margin-left: $dropdown-item-padding-x;
  78. margin-right: $dropdown-item-padding-x;
  79. }
  80. }
  81. .ch-ggs-web-suite-h2 {
  82. color: $primary;
  83. font-weight: bold;
  84. }
  85. .text-muted-dark {
  86. color: $gray-700;
  87. }
  88. .btn-back {
  89. padding-left: 0;
  90. }
  91. //modal
  92. .modal-dialog {
  93. max-width: 540px;
  94. }
  95. .modal-content {
  96. padding: 40px 40px 60px;
  97. }
  98. .modal-header .close {
  99. margin: 0;
  100. padding: 0;
  101. }
  102. .modal-header {
  103. padding: 0 0 10px 0;
  104. }
  105. .modal-header [data-dismiss*="modal"] {
  106. align-self: center;
  107. text-decoration: none;
  108. }
  109. .modal-header [data-dismiss*="modal"] .ifc {
  110. font-size: 20px;
  111. }
  112. .modal-footer {
  113. padding: 0;
  114. display: block;
  115. }
  116. .modal-title {
  117. color: $primary;
  118. font-size: $font-size-lg;
  119. }
  120. .modal-body {
  121. padding: $common-padding 0;
  122. }
  123. //Forms
  124. form > .form-group:first-child > h3:first-child,
  125. form > .form-group:first-child > .h3:first-child {
  126. margin-top: 1rem;
  127. }
  128. label {
  129. margin-bottom: .25rem;
  130. }
  131. .input-group {
  132. background: white;
  133. }
  134. .input-group .btn {
  135. border-width: $input-border-width;
  136. border-color: $input-border-color;
  137. }
  138. .ch-ggs-web-suite-input-group-iconed .btn {
  139. display: flex;
  140. align-items: center;
  141. justify-content: center;
  142. width: 38px;
  143. }
  144. //links
  145. .ch-ggs-web-suite-card-link {
  146. margin-top: auto;
  147. font-weight: bold;
  148. color: $antrazit60;
  149. transition: $transition-base;
  150. transition-property: color;
  151. .ifc {
  152. margin-left: 5px;
  153. display: inline-block;
  154. position: relative;
  155. transform: translateX(0);
  156. transition: $transition-base;
  157. transition-property: transform;
  158. }
  159. }
  160. .ch-ggs-web-suite-article:hover,
  161. .ch-ggs-web-suite-card-simple:hover,
  162. .ch-ggs-web-suite-card-simple:focus {
  163. .ch-ggs-web-suite-card-link {
  164. color: $primary;
  165. .ifc {
  166. transform: translateX(8px);
  167. }
  168. }
  169. }
  170. .ch-ggs-web-suite-file-input-box {
  171. background: $antrazit05;
  172. padding: 20px;
  173. }
  174. // seelct
  175. .ch-ggs-web-suite-select {
  176. position: relative;
  177. background: $input-bg;
  178. overflow: hidden;
  179. }
  180. .ch-ggs-web-suite-select:after {
  181. content: "\e901";
  182. font-family: icomoon;
  183. position: absolute;
  184. display: flex;
  185. align-items: center;
  186. justify-content: center;
  187. top: 0px;
  188. right: 0px;
  189. bottom: 0px;
  190. width: 2.2em;
  191. margin: auto;
  192. pointer-events: none;
  193. transform: scale(1.5);
  194. }
  195. //background
  196. .ch-ggs-web-suite-select:before {
  197. content: "";
  198. position: absolute;
  199. top: 0px;
  200. right: 0px;
  201. bottom: 0px;
  202. width: 2.2em;
  203. background: $antrazit15;
  204. border: 1px solid $input-border-color;
  205. pointer-events: none;
  206. }
  207. .ch-ggs-web-suite-select select {
  208. background: transparent;
  209. width: 100%;
  210. padding-right: 2.5em;
  211. appearance: none;
  212. // Disable ugly ass outline on firefox
  213. &:-moz-focusring {
  214. color: transparent;
  215. text-shadow: 0 0 0 #000;
  216. }
  217. // Disable default arrow on IE 11+
  218. &::-ms-expand {
  219. display: none;
  220. }
  221. }
  222. // IE 9 only
  223. @media all and (min-width:0\0) and (min-resolution:.001dpcm) {
  224. .ch-ggs-web-suite-select{
  225. select {
  226. padding-right: 0;
  227. }
  228. &:after, &:before {
  229. display: none;
  230. }
  231. }
  232. }
  233. // step navigation
  234. $step-number-block-margin: 20px;
  235. $step-margin: 30px;
  236. ol.ch-ggs-web-suite-order-steps {
  237. counter-reset: section;
  238. list-style-type: none;
  239. text-align: left;
  240. margin-bottom: -$step-margin/4;
  241. padding-left: 0;
  242. li.error,
  243. li.loading,
  244. li.done,
  245. li.active {
  246. color: $primary;
  247. & .nav-link:before {
  248. background: $white;
  249. color: $primary;
  250. border-color: $white;
  251. }
  252. & .nav-link:after {
  253. background: $primary;
  254. }
  255. }
  256. li {
  257. display: block;
  258. position: relative;
  259. color: $antrazit25;
  260. margin-bottom: $step-margin/4;
  261. .nav-link {
  262. padding: 0px 30px 0px 0;
  263. background: $antrazit05;
  264. font-weight: bold;
  265. position: relative;
  266. display: flex;
  267. align-items: center;
  268. z-index: 0;
  269. &:before {
  270. // counter-increment: section;
  271. // content: counters(section,"");
  272. content: "";
  273. display: inline-block;
  274. flex: 0 0 2em;
  275. width: 2em;
  276. height: 2em;
  277. border-radius: 2em;
  278. line-height: 2em;
  279. margin: $step-number-block-margin $step-number-block-margin*2 $step-number-block-margin $step-number-block-margin;
  280. font-size: 1.25rem;
  281. background: $antrazit08;
  282. color: $antrazit25;
  283. border: 1px solid $antrazit25;
  284. text-align: center;
  285. }
  286. &:after {
  287. z-index: -1;
  288. content: "";
  289. background: $antrazit08;
  290. position: absolute;
  291. left: 0;
  292. top: 0;
  293. width: calc(2em + #{$step-number-block-margin*2});
  294. height: calc(2em + #{$step-number-block-margin*2});
  295. font-size: 1.25rem;
  296. }
  297. }
  298. .ch-ggs-web-suite-order-step-link-multi {
  299. // display: inline-flex;
  300. // flex-direction: column;
  301. position: relative;
  302. top: -10px;
  303. }
  304. a:link:not(:hover):not(:focus),
  305. a:visited:not(:hover):not(:focus) {
  306. color: inherit;
  307. }
  308. }
  309. li.active,
  310. li.error,
  311. li.done {
  312. .nav-link {
  313. &:before {
  314. content: unicode("e900");
  315. font-family: $font-family-icons;
  316. line-height: 1.8em;
  317. speak: none;
  318. font-style: normal;
  319. font-weight: normal;
  320. font-variant: normal;
  321. text-transform: none;
  322. }
  323. }
  324. }
  325. li.error {
  326. .nav-link {
  327. &:before {
  328. content: unicode("e906");
  329. }
  330. }
  331. }
  332. li.loading {
  333. .nav-link {
  334. &:before {
  335. opacity: 0;
  336. }
  337. }
  338. }
  339. .ch-ggs-web-suite-order-steps-loader {
  340. position: absolute;
  341. left: 19px;
  342. top: 19px;
  343. width: calc(2em + 10px);
  344. height: calc(2em + 10px);
  345. border-width: 0.2em;
  346. }
  347. }
  348. // step navigation
  349. ol.ch-ggs-web-suite-steps {
  350. counter-reset: section;
  351. list-style-type: none;
  352. display: inline-block;
  353. text-align: left;
  354. margin-bottom: -15px;
  355. margin-left: -30px;
  356. padding-left: 0;
  357. li.active {
  358. color: $primary;
  359. &::before {
  360. border-color: $primary;
  361. }
  362. }
  363. li {
  364. display: block;
  365. float: left;
  366. position: relative;
  367. color: $antrazit60;
  368. font-weight: bold;
  369. white-space: nowrap;
  370. margin: 0 30px 15px;
  371. &::before {
  372. counter-increment: section;
  373. content: counters(section,"");
  374. position: relative;
  375. display: inline-block;
  376. margin-right: 10px;
  377. width: 2em;
  378. height: 2em;
  379. border-radius: 2em;
  380. background: #fff;
  381. border: 1px solid #ababab;
  382. border-top-color: rgb(171, 171, 171);
  383. border-right-color: rgb(171, 171, 171);
  384. border-bottom-color: rgb(171, 171, 171);
  385. border-left-color: rgb(171, 171, 171);
  386. text-align: center;
  387. line-height: 2em;
  388. font-size: 1.25rem;
  389. }
  390. a:link:not(:hover):not(:focus),
  391. a:visited:not(:hover):not(:focus) {
  392. color: inherit;
  393. }
  394. }
  395. }
  396. // image
  397. .ch-ggs-web-suite-image {
  398. margin-bottom: $paragraph-margin-bottom;
  399. }
  400. // download
  401. .ch-ggs-web-suite-download {
  402. display: flex;
  403. margin-bottom: $paragraph-margin-bottom;
  404. }
  405. a.ch-ggs-web-suite-download {
  406. text-decoration: none;
  407. }
  408. .ch-ggs-web-suite-download-icon {
  409. width: 70px;
  410. height: 70px;
  411. flex: 0 0 70px;
  412. background: $primary;
  413. color: $white;
  414. display: flex;
  415. align-items: center;
  416. justify-content: center;
  417. margin-right: $grid-gutter-width;
  418. transition: $transition-base;
  419. transition-property: background;
  420. a.ch-ggs-web-suite-download:hover &,
  421. a.ch-ggs-web-suite-download:focus & {
  422. background: $link-hover-color;
  423. }
  424. > .ifc {
  425. font-size: 24px;
  426. }
  427. }
  428. .ch-ggs-web-suite-download-info > *:last-child {
  429. margin-bottom: 0;
  430. }
  431. .ch-ggs-web-suite-download-title {
  432. font-weight: bold;
  433. color: $primary;
  434. display: inline-block;
  435. margin-bottom: 5px;
  436. transition: $transition-base;
  437. transition-property: color;
  438. &:first-child {
  439. margin-top: 22px;
  440. }
  441. a.ch-ggs-web-suite-download:hover &,
  442. a.ch-ggs-web-suite-download:focus & {
  443. color: $link-hover-color;
  444. }
  445. }
  446. .ch-ggs-web-suite-download-text {
  447. color: $text-muted;
  448. }
  449. // cards
  450. .ch-ggs-web-suite-card-group {
  451. margin-bottom: 70px;
  452. }
  453. .ch-ggs-web-suite-card-holder {
  454. margin-bottom: -30px;
  455. }
  456. .ch-ggs-web-suite-card {
  457. position: relative;
  458. display: flex;
  459. flex-direction: column;
  460. border-bottom-width: 1px;
  461. border-bottom-style: solid;
  462. border-bottom-color: #efefef;
  463. box-shadow: 0 0 15px 0 rgba(0,0,0,0);
  464. transition: $transition-base;
  465. transition-property: box-shadow;
  466. margin-bottom: 30px;
  467. }
  468. a.ch-ggs-web-suite-card {
  469. text-decoration: none;
  470. }
  471. .ch-ggs-web-suite-card-img-fake {
  472. background: $antrazit08;
  473. color: $primary;
  474. display: flex;
  475. transition: $transition-base;
  476. transition-property: background-color;
  477. }
  478. .ch-ggs-web-suite-card-img-fake:before {
  479. content: "";
  480. display: table;
  481. float: left;
  482. padding-bottom: 100%;
  483. }
  484. .ch-ggs-web-suite-card-img-fake .ifc {
  485. font-size: 120px;
  486. align-self: center;
  487. margin-left: auto;
  488. margin-right: auto;
  489. transition: $transition-base;
  490. text-shadow: 4px 8px 12px rgba(black, 0);
  491. transition-property: text-shadow, color;
  492. }
  493. .ch-ggs-web-suite-card-img-fake .ifc-train-front {
  494. font-size: 130px;
  495. }
  496. .ch-ggs-web-suite-card-img-fake .ifc-sea-ship-with-containers {
  497. font-size: 150px;
  498. }
  499. .ch-ggs-web-suite-card-img-fake .ifc-air-transport {
  500. font-size: 150px;
  501. }
  502. .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-img-fake,
  503. .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-img-fake {
  504. background: $primary-d-100;
  505. color: white;
  506. text-shadow: 4px 8px 12px rgba(black, 0.2);
  507. }
  508. .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-img-fake .ifc,
  509. .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-img-fake .ifc {
  510. text-shadow: 4px 8px 12px rgba(black, 0.2);
  511. }
  512. .ch-ggs-web-suite-card-main {
  513. flex: 1 1 auto;
  514. padding: 30px 15px 15px;
  515. display: flex;
  516. flex-direction: column;
  517. }
  518. .ch-ggs-web-suite-card:hover,
  519. .ch-ggs-web-suite-card:focus {
  520. box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  521. }
  522. .ch-ggs-web-suite-card .btn {
  523. background: white;
  524. border-color: white;
  525. }
  526. .ch-ggs-web-suite-card .btn,
  527. .ch-ggs-web-suite-card .btn .ifc {
  528. color: $antrazit60;
  529. }
  530. .ch-ggs-web-suite-card:hover .btn,
  531. .ch-ggs-web-suite-card:focus .btn {
  532. background: $antrazit15;
  533. border-color: $antrazit15;
  534. }
  535. .ch-ggs-web-suite-card-title {
  536. text-align: center;
  537. font-weight: bold;
  538. font-size: 1.25rem;
  539. color: $body-color;
  540. margin-bottom: 15px;
  541. }
  542. .ch-ggs-web-suite-card:hover .ch-ggs-web-suite-card-title,
  543. .ch-ggs-web-suite-card:focus .ch-ggs-web-suite-card-title {
  544. color: $primary-d-100;
  545. }
  546. .ch-ggs-web-suite-card-text {
  547. color: $body-color;
  548. }
  549. .ch-ggs-web-suite-card-plain-group {
  550. margin-bottom: 70px;
  551. }
  552. .ch-ggs-web-suite-card-plain-holder {
  553. margin-bottom: -30px;
  554. }
  555. .ch-ggs-web-suite-card-plain {
  556. padding: 25px 25px 0px;
  557. position: relative;
  558. z-index: 0;
  559. display: flex;
  560. flex-direction: column;
  561. background: $white;
  562. margin-bottom: 30px;
  563. }
  564. a.ch-ggs-web-suite-card-plain {
  565. text-decoration: none;
  566. &,
  567. &:hover,
  568. &:focus {
  569. color: $body-color;
  570. }
  571. }
  572. .ch-ggs-web-suite-card-plain-img-icon {
  573. color: $primary;
  574. display: flex;
  575. transition: $transition-base;
  576. transition-property: background-color;
  577. margin-bottom: 20px;
  578. }
  579. .ch-ggs-web-suite-card-plain-img-icon .ifc {
  580. font-size: 40px;
  581. align-self: center;
  582. margin-left: auto;
  583. margin-right: auto;
  584. }
  585. .ch-ggs-web-suite-card-plain-main {
  586. flex: 1 1 auto;
  587. display: flex;
  588. flex-direction: column;
  589. }
  590. .ch-ggs-web-suite-card-plain-title {
  591. text-align: center;
  592. font-weight: bold;
  593. font-size: $h4-font-size;
  594. color: $body-color;
  595. margin-bottom: 0.75em;
  596. }
  597. .ch-ggs-web-suite-card-plain:hover .ch-ggs-web-suite-card-simple-title,
  598. .ch-ggs-web-suite-card-plain:focus .ch-ggs-web-suite-card-simple-title {
  599. color: $primary-d-100;
  600. }
  601. .ch-ggs-web-suite-card-plain-text {
  602. text-align: center;
  603. font-size: $font-size-md;
  604. margin-bottom: 0;
  605. }
  606. .ch-ggs-web-suite-card-simple-group {
  607. margin-bottom: 70px;
  608. }
  609. .ch-ggs-web-suite-card-simple-holder {
  610. margin-bottom: -30px;
  611. }
  612. .ch-ggs-web-suite-card-simple {
  613. position: relative;
  614. z-index: 0;
  615. display: flex;
  616. flex-direction: column;
  617. background: $white;
  618. margin-bottom: 30px;
  619. &:after {
  620. content: "";
  621. position: absolute;
  622. top: 0;
  623. right: 0;
  624. bottom: 0;
  625. left: 0;
  626. z-index: -1;
  627. box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12), 0 8px 24px 0 rgba(0,0,0,0.2);
  628. opacity: 0;
  629. transition: $transition-base;
  630. transition-property: opacity;
  631. }
  632. &:before {
  633. content: "";
  634. position: absolute;
  635. top: 0;
  636. right: 0;
  637. bottom: 0;
  638. left: 0;
  639. z-index: -1;
  640. border: 3px solid $primary;
  641. opacity: 0;
  642. transition: $transition-base;
  643. transition-property: opacity;
  644. }
  645. }
  646. .ch-ggs-web-suite-card-simple:hover,
  647. .ch-ggs-web-suite-card-simple:focus {
  648. &:before,
  649. &:after {
  650. opacity: 1;
  651. }
  652. }
  653. a.ch-ggs-web-suite-card-simple {
  654. text-decoration: none;
  655. &,
  656. &:hover,
  657. &:focus {
  658. color: $body-color;
  659. }
  660. }
  661. .ch-ggs-web-suite-card-simple-img-icon {
  662. color: $primary;
  663. display: flex;
  664. transition: $transition-base;
  665. transition-property: background-color;
  666. }
  667. .ch-ggs-web-suite-card-simple-img-icon .ifc {
  668. margin-top: 60px;
  669. font-size: 60px;
  670. align-self: center;
  671. margin-left: auto;
  672. margin-right: auto;
  673. }
  674. .ch-ggs-web-suite-card-simple-main {
  675. flex: 1 1 auto;
  676. padding: 25px;
  677. display: flex;
  678. flex-direction: column;
  679. }
  680. .ch-ggs-web-suite-card-simple-title {
  681. text-align: center;
  682. font-weight: bold;
  683. font-size: 1.25rem;
  684. color: $body-color;
  685. margin-bottom: 15px;
  686. }
  687. .ch-ggs-web-suite-card-simple:hover .ch-ggs-web-suite-card-simple-title,
  688. .ch-ggs-web-suite-card-simple:focus .ch-ggs-web-suite-card-simple-title {
  689. color: $primary-d-100;
  690. }
  691. .ch-ggs-web-suite-card-simple-text {
  692. color: $body-color;
  693. }
  694. // article
  695. .ch-ggs-web-suite-article {
  696. margin-bottom: 90px;
  697. }
  698. a.ch-ggs-web-suite-article {
  699. color: inherit;
  700. text-decoration: none;
  701. }
  702. .ch-ggs-web-suite-article-content {
  703. padding: 40px 25px 0;
  704. position: relative;
  705. z-index: 0;
  706. > *:last-child {
  707. margin-bottom: 0;
  708. }
  709. }
  710. .ch-ggs-web-suite-article-title {
  711. color: $primary;
  712. transition: $transition-base;
  713. transition-property: color;
  714. .ch-ggs-web-suite-article:hover & {
  715. color: $primary-d-100;
  716. }
  717. }
  718. @include media-breakpoint-up(md) {
  719. .ch-ggs-web-suite-article-content {
  720. padding: 40px 25px;
  721. }
  722. }
  723. @include media-breakpoint-up(lg) {
  724. .ch-ggs-web-suite-article {
  725. margin-bottom: 120px;
  726. }
  727. }
  728. // link with icons
  729. .ch-ggs-web-suite-icon-link {
  730. display: inline-flex;
  731. }
  732. a.ch-ggs-web-suite-icon-link {
  733. text-decoration: none;
  734. }
  735. .ch-ggs-web-suite-icon-link:hover,
  736. .ch-ggs-web-suite-icon-link:focus {
  737. opacity: 0.8;
  738. }
  739. .ch-ggs-web-suite-icon-link .ifc {
  740. margin-right: 10px;
  741. top: 5px;
  742. width: 15px;
  743. position: relative;
  744. }
  745. /*
  746. * STEP 3
  747. */
  748. .ch-ggs-web-suite-dropdown .btn-block + .btn-block {
  749. margin-top: 0.3125rem;
  750. }
  751. .ch-ggs-web-suite-btn-group {
  752. margin-top: -$btn-block-spacing-y;
  753. }
  754. .ch-ggs-web-suite-btn-group-btn-group .btn {
  755. margin-top: $btn-block-spacing-y;
  756. }
  757. #ch-ggs-web-suite-packing-details {
  758. background-color: $antrazit08;
  759. padding: 20px;
  760. }
  761. .ch-ggs-web-suite-packing-cmds a {
  762. color: $antrazit25;
  763. text-decoration: none;
  764. }
  765. .ch-ggs-web-suite-packing-cmds a .ifc {
  766. width: 40px;
  767. height: 40px;
  768. margin-top: -10px;
  769. margin-bottom: -10px;
  770. font-size: 20px;
  771. color: $body-color;
  772. }
  773. .ch-ggs-web-suite-packing-cmds a:hover,
  774. .ch-ggs-web-suite-packing-cmds a:focus,
  775. .ch-ggs-web-suite-packing-cmds a:hover .ifc,
  776. .ch-ggs-web-suite-packing-cmds a:focus .ifc {
  777. color: $primary;
  778. }
  779. //step 4
  780. .ch-ggs-web-suite-steps-pricing-details {
  781. margin-bottom: $common-padding;
  782. }
  783. .ch-ggs-web-suite-steps-pricing-details .ch-ggs-web-suite-steps-price {
  784. font-size: $font-size-xl;
  785. color: $primary;
  786. font-weight: bold;
  787. line-height: 20px;
  788. margin-top: 15px;
  789. }
  790. .ch-ggs-web-suite-steps-pricing-details .ch-ggs-web-suite-steps-tax {
  791. margin-top: 12px;
  792. }
  793. // product Option
  794. .ch-ggs-web-suite-aside-box {
  795. position: sticky;
  796. top: 30px;
  797. }
  798. .ch-ggs-web-suite-boxed-gray {
  799. background: $gray-100;
  800. border: 1px solid $gray-200;
  801. padding: 25px 20px;
  802. margin-bottom: $grid-gutter-width;
  803. }
  804. .ch-ggs-web-suite-boxed-gray > *:last-child {
  805. margin-bottom: 0;
  806. }
  807. .ch-ggs-web-suite-payment-info {
  808. margin-top: $grid-gutter-width;
  809. }
  810. // new common box
  811. .ch-ggs-web-suite-boxed {
  812. display: flex;
  813. flex-direction: column;
  814. align-items: flex-start;
  815. width: 100%;
  816. background: $gray-100;
  817. border: 1px solid $gray-200;
  818. padding: 25px 20px;
  819. margin-bottom: $grid-gutter-width;
  820. }
  821. .ch-ggs-web-suite-boxed-main {
  822. width: 100%;
  823. }
  824. .ch-ggs-web-suite-boxed-main:last-child > *:last-child {
  825. margin-bottom: 0;
  826. }
  827. .ch-ggs-web-suite-boxed-footer {
  828. margin-top: auto;
  829. width: 100%;
  830. }
  831. .ch-ggs-web-suite-boxed-big {
  832. padding: 25px 30px;
  833. }
  834. .ch-ggs-web-suite-boxed-xl {
  835. padding: 30px 40px;
  836. }
  837. // accordion
  838. .ch-ggs-accordion {
  839. margin-bottom: $paragraph-margin-bottom;
  840. border-radius: $border-radius;
  841. }
  842. .ch-ggs-accordion-group .ch-ggs-accordion {
  843. margin-bottom: 0;
  844. border-radius: 0;
  845. border: 1px solid $antrazit15;
  846. }
  847. .ch-ggs-accordion-group .ch-ggs-accordion + .ch-ggs-accordion {
  848. margin-top: -1px;
  849. }
  850. .ch-ggs-accordion-group .ch-ggs-accordion:first-child .ch-ggs-accordion-head,
  851. .ch-ggs-accordion-group .ch-ggs-accordion:first-child {
  852. border-top-left-radius: $accordion-border-radius;
  853. border-top-right-radius: $accordion-border-radius;
  854. }
  855. .ch-ggs-accordion-group .ch-ggs-accordion:last-child:not([open]) .ch-ggs-accordion-head,
  856. .ch-ggs-accordion-group .ch-ggs-accordion:last-child .ch-ggs-accordion-content,
  857. .ch-ggs-accordion-group .ch-ggs-accordion:last-child {
  858. border-bottom-left-radius: $accordion-border-radius;
  859. border-bottom-right-radius: $accordion-border-radius;
  860. }
  861. .ch-ggs-accordion-head {
  862. background: $antrazit05;
  863. list-style: none;
  864. display: flex;
  865. padding: 17px 20px;
  866. font-size: $font-size-base;
  867. @include hover() {
  868. color: $primary;
  869. }
  870. }
  871. .ch-ggs-accordion-content {
  872. padding: 30px;
  873. border-top: 1px solid $antrazit15;
  874. margin-top: -1px;
  875. }
  876. .ch-ggs-accordion-icon {
  877. margin-left: auto;
  878. display: flex;
  879. align-items: center;
  880. justify-content: center;
  881. font-size: 30px;
  882. color: $primary;
  883. &:before {
  884. margin-right: 5px;
  885. }
  886. }
  887. .ch-ggs-accordion-icon:before {
  888. transition: $transition-base;
  889. transition-property: transform;
  890. transform: rotate(0deg);
  891. margin-right: 0;
  892. margin-left: 5px;
  893. }
  894. .ch-ggs-accordion[open] .ch-ggs-accordion-icon:before {
  895. transform: rotate(180deg);
  896. }
  897. // package
  898. .ch-ggs-packages {
  899. margin-bottom: $paragraph-margin-bottom;
  900. }
  901. .ch-ggs-package:not(:last-child) {
  902. padding-bottom: $grid-gutter-width;
  903. margin-bottom: $grid-gutter-width;
  904. border-bottom: 1px solid $antrazit15;
  905. }
  906. .ch-ggs-package-title {
  907. display: flex;
  908. font-weight: bold;
  909. }
  910. .ch-ggs-package-icon {
  911. margin-left: auto;
  912. display: flex;
  913. align-items: center;
  914. justify-content: center;
  915. font-size: 26px;
  916. color: $primary;
  917. &:before {
  918. margin-right: 5px;
  919. }
  920. }
  921. // account
  922. .tab-content {
  923. border-top: none;
  924. }
  925. .ch-ggs-web-suite-account-tabs-box > .nav-tabs {
  926. flex-wrap: nowrap;
  927. }
  928. .ch-ggs-web-suite-account-tabs-box > .nav-tabs .nav-item {
  929. flex: 1 1 100%;
  930. }
  931. .ch-ggs-web-suite-account-tabs-box > .nav-tabs .nav-link.active {
  932. background: $gray-100;
  933. }
  934. .ch-ggs-web-suite-book-progress {
  935. height: 4px;
  936. margin-top: -1px;
  937. }
  938. // loading bar
  939. .ch-ggs-web-suite-loading-bar {
  940. position: relative;
  941. padding: 20px 30px;
  942. text-align: center;
  943. background: $antrazit05;
  944. margin-bottom: $paragraph-margin-bottom;
  945. overflow: hidden;
  946. &:before,
  947. &:after {
  948. content: "";
  949. position: absolute;
  950. left: 0;
  951. bottom: 0;
  952. height: 4px;
  953. background: $antrazit08;
  954. width: 100%;
  955. }
  956. &:after {
  957. background: $primary;
  958. left: -200px;
  959. width: 200px;
  960. animation: loading 2s linear infinite;
  961. }
  962. }
  963. @keyframes loading {
  964. from{left:-200px; width: 10%;}
  965. 50% { width: 30%; }
  966. 80% { left: 50%; }
  967. 95% { left: 120%; width: 80%}
  968. to { left: 100%; }
  969. }