Changeset e007fcd for styles/globals.css


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.css

    r55701f0 re007fcd  
    509509
    510510.complainScreen > div > div textarea {
     511  background-color: #c3ffd2;
    511512  width: 50vw;
    512513  height: 40vh;
     
    534535}
    535536
     537.lostConnectionScreen > div {
     538  text-align: center;
     539}
     540
    536541.lostConnectionScreen h3 {
    537542  font-size: 2rem;
     
    541546.lostConnectionScreen h3:nth-child(2) {
    542547  color: white;
     548}
     549
     550.activateScreen > div {
     551  text-align: center;
     552}
     553
     554.activateScreen h3 {
     555  font-size: 2rem;
     556  margin-bottom: 1rem;
     557}
     558
     559.activateScreen h3:nth-child(1) {
     560  color: white;
     561}
     562
     563.activateScreen button {
     564  font-size: 1.8rem;
     565  margin-top: 8rem;
    543566}
    544567
Note: See TracChangeset for help on using the changeset viewer.