Ignore:
Timestamp:
07/15/22 14:45:30 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
55701f0
Parents:
1df3fde
Message:

Added complaints, managing credits, and lost connection screens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • styles/globals.scss

    r1df3fde r433e0c5  
    400400
    401401.manageCreditsScreen {
     402  .inlineAlert {
     403    font-size: 1.5rem !important;
     404    cursor: auto;
     405  }
     406
    402407  svg {
     408    z-index: 100;
    403409    cursor: pointer;
    404410    font-size: 2.5rem;
     
    407413
    408414  &>div {
    409     h1 {
     415    top: 0%;
     416    transform: translate(-50%, 0);
     417    width: 100%;
     418
     419    h2 {
    410420      font-size: 1.5rem;
    411421      margin-bottom: 1rem;
     
    418428
    419429    button {
    420       width: 100%;
     430      span {
     431        color: white;
     432      }
     433    }
     434
     435    &>div:not(.main) {
     436      margin-top: 5vh;
     437      height: 15vh;
     438    }
     439 
     440    &>div.main {
     441      height: 70vh;
     442
     443      display: flex;
     444
     445      &>div {
     446        flex: 1;
     447
     448        display: flex;
     449        flex-direction: column;
     450        justify-content: center;
     451        align-items: center;
     452
     453
     454        .fs-inputs-container {
     455          width: 40%;
     456
     457          &>div {
     458            width: 100%;
     459
     460            label {
     461              color: white;
     462            }
     463
     464            span {
     465              color: #ead24d;
     466            }
     467
     468            input {
     469              font-size: 1.2rem;
     470              width: 100%;
     471
     472              text-align: center;
     473            }
     474          }
     475        }
     476      }
     477    }
     478  }
     479}
     480
     481.complainScreen {
     482  .inlineAlert {
     483    cursor: auto;
     484  }
     485
     486  &>div {
     487    &>div {
     488      textarea {
     489        width: 50vw;
     490        height: 40vh;
     491        font-size: 2rem;
     492        margin-top: 1rem;
     493        margin-bottom: 3rem;
     494      }
    421495    }
    422496  }
     
    442516  h1 {
    443517    font-size: 5rem;
     518  }
     519}
     520
     521.lostConnectionScreen {
     522  h3 {
     523    font-size: 2rem;
     524    margin-bottom: 1rem;
     525
     526    &:nth-child(2) {
     527      color: white;
     528    }
    444529  }
    445530}
Note: See TracChangeset for help on using the changeset viewer.