Ignore:
Timestamp:
07/16/22 21:31:18 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
e903234
Parents:
55701f0
Message:

Now you need to activate your account via email & also added mail sending after server crash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • styles/globals.scss

    r55701f0 re007fcd  
    487487    &>div {
    488488      textarea {
     489        background-color: rgb(195, 255, 210);
     490
    489491        width: 50vw;
    490492        height: 40vh;
     
    520522
    521523.lostConnectionScreen {
     524  &>div {
     525    text-align: center;
     526  }
     527
    522528  h3 {
    523529    font-size: 2rem;
     
    527533      color: white;
    528534    }
     535  }
     536}
     537
     538.activateScreen {
     539  &>div {
     540    text-align: center;
     541  }
     542
     543  h3 {
     544    font-size: 2rem;
     545    margin-bottom: 1rem;
     546
     547    &:nth-child(1) {
     548      color: white;
     549    }
     550  }
     551
     552  button {
     553    font-size: 1.8rem;
     554    margin-top: 8rem;
    529555  }
    530556}
Note: See TracChangeset for help on using the changeset viewer.