Skip to content
Snippets Groups Projects
index.css 75.3 KiB
Newer Older
  • Learn to ignore specific revisions
  •         justify-items: center; }
            /* line 402, src/styles/components/_challenges.scss */
            .cp-root .cp-content .cp-info .cp-win-badge-star .cp-win-badge {
              grid-column: 1;
              grid-row: 1;
              z-index: 1; }
            /* line 407, src/styles/components/_challenges.scss */
            .cp-root .cp-content .cp-info .cp-win-badge-star .cp-win-star {
              grid-column: 1;
              grid-row: 1; }
          /* line 412, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .cp-root .cp-content .cp-info .cp-date {
            color: #a0a0a0;
            text-align: center;
            margin-top: 1rem; }
    
          /* line 417, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .cp-root .cp-content .cp-info .cp-title {
            color: #e0e0e0;
            text-align: center;
            margin-top: 0.5rem; }
    
          /* line 422, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .cp-root .cp-content .cp-info .cp-result {
            color: #e0e0e0;
            text-align: center;
            margin-top: 1.5rem;
            margin-bottom: 0.5rem; }
    
            /* line 427, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            .cp-root .cp-content .cp-info .cp-result .cp-result-positif {
              color: #7fd771; }
    
            /* line 430, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            .cp-root .cp-content .cp-info .cp-result .cp-result-negatif {
              color: #d24444; }
    
          /* line 434, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .cp-root .cp-content .cp-info .cp-description {
            text-align: center;
            margin-top: 1rem;
            margin-bottom: 0.5rem;
            margin-left: 1.25rem;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
            margin-right: 1.25rem;
            max-width: 53rem; }
    
          /* line 442, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .cp-root .cp-content .cp-info .cp-valid {
            justify-content: center;
            display: flex;
            flex-direction: row;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
            width: 90%;
            margin-top: 0.75rem;
            max-width: 53rem; }
    
            /* line 449, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            .cp-root .cp-content .cp-info .cp-valid .cp-left-button {
              margin-right: 0.25rem;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
              margin-left: 0;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
              width: 100%; }
    
            /* line 454, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            .cp-root .cp-content .cp-info .cp-valid .cp-right-button {
              margin-left: 0.25rem;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
              margin-right: 0;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
              width: 100%; }
    
        /* line 461, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .cp-root .cp-content .cp-follow {
          width: 90%;
          display: flex;
          flex-direction: column;
          align-items: center;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          margin-bottom: 1rem;
          max-width: 53rem; }
    
        /* line 469, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .cp-root .cp-content .cp-valid-locked {
          margin-top: 2rem;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          width: 80%;
          max-width: 53rem; }
    
        /* line 474, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .cp-root .cp-content .cp-bottom {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          padding: 1.25rem 1.25rem;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          width: 90%;
          display: flex;
          flex-direction: column;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          justify-content: space-between;
          max-width: 53rem;
          margin-bottom: 2rem; }
          @media only screen and (max-width: 768px) {
    
            /* line 474, src/styles/components/_challenges.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
            .cp-root .cp-content .cp-bottom {
              margin-bottom: 0; } }
    
          /* line 485, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .cp-root .cp-content .cp-bottom .cp-eg-content {
            width: 100%; }
    
            /* line 487, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            .cp-root .cp-content .cp-bottom .cp-eg-content .linked-ecogestures {
              text-transform: uppercase; }
    
            /* line 490, src/styles/components/_challenges.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            .cp-root .cp-content .cp-bottom .cp-eg-content .cp-ecogestures {
              width: 100%;
              display: flex;
              flex-direction: row;
              justify-content: space-between; }
    
    /** BLACK **/
    /** TEXT COLOR **/
    /** RED **/
    /** YELLOW **/
    /** ORANGE **/
    /** BLUE **/
    /** GREEN **/
    /** WHITE **/
    /** GREY **/
    /** App colors **/
    /** TABS GRADIENT **/
    /* line 5, src/styles/components/_ecogesture.scss */
    .ecogesture-root {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    
      padding: 1rem 1.5rem 2.5rem 1.5rem; }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      /* line 11, src/styles/components/_ecogesture.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      .ecogesture-root .negawatt-button-content {
        width: calc(53rem - 2%);
        margin: 0 1%; }
        @media only screen and (max-width: 768px) {
          /* line 11, src/styles/components/_ecogesture.scss */
          .ecogesture-root .negawatt-button-content {
            width: 97%; } }
        @media only screen and (max-width: 1023px) {
          /* line 11, src/styles/components/_ecogesture.scss */
          .ecogesture-root .negawatt-button-content {
            width: 97%; } }
      /* line 21, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .ecogesture-root .ecogesture-content {
        display: flex;
        flex-wrap: wrap;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        justify-content: space-around;
        width: 53rem; }
        @media only screen and (max-width: 768px) {
          /* line 21, src/styles/components/_ecogesture.scss */
          .ecogesture-root .ecogesture-content {
            width: 100%; } }
        @media only screen and (max-width: 1023px) {
          /* line 21, src/styles/components/_ecogesture.scss */
          .ecogesture-root .ecogesture-content {
            width: 100%; } }
        /* line 32, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .ecogesture-root .ecogesture-content .ecogesture-list-item {
          width: 48%;
          height: 7rem;
          margin: 1% 1%; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 37, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .ecogesture-root .ecogesture-content .ecogesture-list-item > button {
          height: 100%;
          overflow: hidden; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 45, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .ec-link {
      color: black; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 48, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .ec {
      display: flex;
      width: 100%;
      height: 100%; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      /* line 52, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .ec .ec-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 57, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .ec .ec-content .ec-content-short-name {
          display: flex;
          flex: 1;
          align-items: center; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 63, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .ec .ec-content .ec-content-nwh-true {
          margin-top: 0.25rem;
          color: #121212; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 67, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .ec .ec-content .ec-content-nwh-undefined {
          margin-top: 0.25rem;
          color: #a0a0a0; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 73, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .cp-eg-1 {
      width: 100%;
      margin-right: 0.25rem;
      text-align: center; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 78, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .cp-eg-2 {
      width: 100%;
      margin-left: 0.25rem;
      text-align: center; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 85, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .em-header {
      color: #e0e0e0;
      border-bottom: 1px solid rgba(163, 163, 163, 0.4);
      padding-bottom: 1em;
      width: 100%;
      display: flex;
      justify-content: center; }
    
    
    /* line 93, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .em-icon {
      margin-bottom: 1rem; }
    
    
    /* line 96, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .em-title {
      margin-bottom: 0; }
    
    
    /* line 99, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .em-detail {
      display: flex;
      flex-direction: row;
      margin: 0.5em 0; }
    
      /* line 103, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .em-detail .em-detail-nwh {
        display: flex;
        flex: 1;
        align-self: flex-start;
        margin-top: 0.65rem;
        color: var(--textDark); }
    
        /* line 109, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .em-detail .em-detail-nwh .em-detail-nwh-unit {
          margin-left: 0.2rem; }
    
      /* line 113, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .em-detail .em-picto-flow {
        display: flex;
        align-self: flex-end; }
    
        /* line 116, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .em-detail .em-picto-flow .em-pic-content {
          margin: 0.3em; }
    
    
    /* line 122, src/styles/components/_ecogesture.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .em-content-box {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      max-height: 25rem;
      overflow: auto;
      width: 100%;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      display: flex;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      justify-content: center;
      /* width */
      /* Track */
      /* Handle */ }
    
      /* line 129, src/styles/components/_ecogesture.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      .em-content-box::-webkit-scrollbar {
        width: 10px; }
    
      /* line 133, src/styles/components/_ecogesture.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      .em-content-box::-webkit-scrollbar-track {
        background: #3e4045; }
    
      /* line 137, src/styles/components/_ecogesture.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      .em-content-box::-webkit-scrollbar-thumb {
        background: #6f7074; }
    
      /* line 140, src/styles/components/_ecogesture.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      .em-content-box .em-content-box-text {
        display: flex;
        flex-direction: column;
    
        padding: 1.5rem 1.5rem;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        width: 22.125rem; }
        @media only screen and (max-width: 768px) {
    
          /* line 140, src/styles/components/_ecogesture.scss */
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          .em-content-box .em-content-box-text {
            width: 100%; } }
    
        /* line 148, src/styles/components/_ecogesture.scss */
        .em-content-box .em-content-box-text .em-description {
          padding-bottom: 2.5rem; }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    /** BLACK **/
    /** TEXT COLOR **/
    /** RED **/
    /** YELLOW **/
    /** ORANGE **/
    /** BLUE **/
    /** GREEN **/
    /** WHITE **/
    /** GREY **/
    /** App colors **/
    /** TABS GRADIENT **/
    /* line 4, src/styles/components/_modal.scss */
    .modal-overlay {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      justify-content: center;
      align-items: center;
      background-color: rgba(27, 28, 34, 0.85); }
      /* line 16, src/styles/components/_modal.scss */
      .modal-overlay.modal-opened {
        display: flex; }
      /* line 19, src/styles/components/_modal.scss */
      .modal-overlay .modal-box {
        background: linear-gradient(180deg, #323339 0%, #25262B 100%);
        position: fixed;
        top: 50%;
        left: 50%;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        width: 36rem;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        max-width: 100%;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        max-height: 30rem;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        transform: translate(-50%, -50%);
    
        padding: 1rem 0 0 0;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        box-sizing: border-box;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
        border-radius: 4px; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        @media only screen and (max-width: 768px) {
          /* line 19, src/styles/components/_modal.scss */
          .modal-overlay .modal-box {
            width: 20rem; } }
        @media only screen and (max-width: 768px) {
          /* line 19, src/styles/components/_modal.scss */
          .modal-overlay .modal-box {
            max-height: unset; } }
        /* line 38, src/styles/components/_modal.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .modal-overlay .modal-box.modal-box-bordered {
          border: 1px solid #58FFFF40; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 41, src/styles/components/_modal.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .modal-overlay .modal-box .modal-close-button {
          position: absolute;
          top: 0.5rem;
          right: 0.5rem;
          padding: 5px 5px; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 47, src/styles/components/_modal.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .modal-overlay .modal-box .modal-content {
          display: flex;
          flex-direction: column;
          align-items: center;
          color: #ffffff; }
    
    /** BLACK **/
    /** TEXT COLOR **/
    /** RED **/
    /** YELLOW **/
    /** ORANGE **/
    /** BLUE **/
    /** GREEN **/
    /** WHITE **/
    /** GREY **/
    /** App colors **/
    /** TABS GRADIENT **/
    /* line 5, src/styles/components/_faq.scss */
    .faq-root {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    
    Yoan VALLET's avatar
    Yoan VALLET committed
      padding: 0 1.5rem; }
      /* line 11, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .faq-root .faq-content {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        margin-bottom: -1rem;
        width: 45.75rem; }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        @media only screen and (max-width: 768px) {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          /* line 11, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .faq-root .faq-content {
            width: 100%; } }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 17, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .faq-root .faq-content .faq-header {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          margin-top: 2.5rem;
          margin-bottom: 1.25rem;
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          color: #e0e0e0; }
    
    
    /* line 25, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .faq-card-link {
      color: black; }
    
    
    /* line 28, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .faq-card {
      display: flex;
      flex-direction: row;
      margin: -0.75rem 0;
      width: 100%; }
      @media only screen and (max-width: 768px) {
    
        /* line 28, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .faq-card {
          width: 100%; } }
    
      /* line 36, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .faq-card .faq-card-content {
        display: flex;
        flex-direction: row; }
    
        /* line 39, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .faq-card .faq-card-content .faq-card-content-icon {
          margin: 0.5rem 0; }
    
        /* line 42, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .faq-card .faq-card-content .faq-card-content-title {
          margin: 0 1rem;
          align-self: center; }
    
    
    /* line 50, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .faq-view-root {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1rem 0;
      margin-top: 1.5rem; }
    
      /* line 57, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
      .faq-view-root .faq-view-content {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        width: 45.75rem; }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        @media only screen and (max-width: 768px) {
    
          /* line 57, src/styles/components/_faq.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
          .faq-view-root .faq-view-content {
            width: 100%; } }
    
        /* line 62, src/styles/components/_faq.scss */
        .faq-view-root .faq-view-content .faq-content-detail {
          padding-bottom: 0.6rem; }
          /* line 64, src/styles/components/_faq.scss */
          .faq-view-root .faq-view-content .faq-content-detail .text-bold {
            font-weight: bold; }
          /* line 67, src/styles/components/_faq.scss */
          .faq-view-root .faq-view-content .faq-content-detail .text-underline {
            text-decoration: underline; }
          /* line 70, src/styles/components/_faq.scss */
          .faq-view-root .faq-view-content .faq-content-detail .spaceline {
            height: 0.6rem;
            display: block; }
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    
    /** BLACK **/
    /** TEXT COLOR **/
    /** RED **/
    /** YELLOW **/
    /** ORANGE **/
    /** BLUE **/
    /** GREEN **/
    /** WHITE **/
    /** GREY **/
    /** App colors **/
    /** TABS GRADIENT **/
    /* line 4, src/styles/components/_splash.scss */
    .splash-root {
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 0;
      height: 100vh;
      width: 100vw;
      overflow: hidden;
      background-color: #1b1c22;
      display: flex;
      flex-direction: column; }
      /* line 15, src/styles/components/_splash.scss */
      .splash-root .splash-header {
        height: 6rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--textBright); }
      /* line 22, src/styles/components/_splash.scss */
      .splash-root .splash-content {
        margin-left: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1; }
        @media only screen and (max-width: 768px) {
          /* line 22, src/styles/components/_splash.scss */
          .splash-root .splash-content {
            align-items: flex-start;
            justify-content: flex-start; } }
        /* line 33, src/styles/components/_splash.scss */
        .splash-root .splash-content .splash-step {
          display: flex;
          flex-direction: row;
          width: 60%;
          height: 90px; }
    
    Yoan VALLET's avatar
    Yoan VALLET committed
          @media only screen and (max-width: 1023px) {
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
            /* line 33, src/styles/components/_splash.scss */
            .splash-root .splash-content .splash-step {
              width: 80%; } }
          @media only screen and (max-width: 768px) {
            /* line 33, src/styles/components/_splash.scss */
            .splash-root .splash-content .splash-step {
              width: 100%; } }
          /* line 44, src/styles/components/_splash.scss */
          .splash-root .splash-content .splash-step .splash-step-text {
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 1;
            text-align: center;
            color: #e0e0e0; }
          /* line 52, src/styles/components/_splash.scss */
          .splash-root .splash-content .splash-step .splash-step-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 90px; }
      /* line 61, src/styles/components/_splash.scss */
      .splash-root .splash-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        height: 10rem;
        margin: 0 2rem; }
        /* line 68, src/styles/components/_splash.scss */
        .splash-root .splash-footer .splash-footer-error-text {
          text-align: center;
          color: red;
          margin: 0.5rem 0; }
        /* line 73, src/styles/components/_splash.scss */
        .splash-root .splash-footer .splash-footer-button {
          max-width: 50vw; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 26, src/styles/index.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    :root {
      --blue: #58FFFF;
      --blue40: #58FFFF40;
      --blueBackground: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(1, 153, 163, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #58FFFF;
      --blueRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(1, 153, 163, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #58FFFF;
      --blueRadialGradientTrans: radial-gradient(circle, #58FFFF 0%, rgba(255, 255, 255, 0) 100%);
      --elecColor: #d87b39;
      --elecCompareColor: #e2bca1;
      --gasColor: #45d1b8;
      --gasCompareColor: #a8f7e9;
      --waterColor: #3a98ec;
      --waterCompareColor: #abd4fa;
      --multiColor: #e3b82a;
      --multiCompareColor: #ffd597;
      --greyBright: #e0e0e0;
      --greyDark: #7b7b7b;
      --textBlack: black;
      --textWhite: #ffffff;
      --textBright: #e0e0e0;
      --textDark: #a0a0a0;
      --darkLight: #25262b;
      --darkLight2: #121212;
      --textFont: Lato, sans-serif;
      --greyBackground: linear-gradient(180deg, #323339 0%, #25262B 100%);
      --multiColorRadialGradientTrans: radial-gradient(circle, #e3b82a 0%, rgba(255, 255, 255, 0) 100%);
      --elecColorRadialGradientTrans: radial-gradient(circle, #d87b39 0%, rgba(255, 255, 255, 0) 100%);
      --waterColorRadialGradientTrans: radial-gradient(circle, #3a98ec 0%, rgba(255, 255, 255, 0) 100%);
      --gasColorRadialGradientTrans: radial-gradient(circle, #e3b82a 0%, rgba(255, 255, 255, 0) 100%);
      --multiColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(226, 137, 4, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #f1c017;
      --elecColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(158, 67, 2, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #d87b39;
      --gasColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(4, 106, 88, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #45d1b8;
      --waterColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(2, 93, 174, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #3a98ec; }
    
    
    Yoan VALLET's avatar
    Yoan VALLET committed
    /* line 60, src/styles/index.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
    .application {
      overflow-x: hidden; }
      @media only screen and (max-width: 768px) {
    
    Yoan VALLET's avatar
    Yoan VALLET committed
        /* line 60, src/styles/index.scss */
    
    Hugo NOUTS's avatar
    Hugo NOUTS committed
        .application {
          min-height: 100vh; } }