Changeset e007fcd for styles/globals.scss
- Timestamp:
- 07/16/22 21:31:18 (2 years ago)
- Branches:
- main
- Children:
- e903234
- Parents:
- 55701f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
styles/globals.scss
r55701f0 re007fcd 487 487 &>div { 488 488 textarea { 489 background-color: rgb(195, 255, 210); 490 489 491 width: 50vw; 490 492 height: 40vh; … … 520 522 521 523 .lostConnectionScreen { 524 &>div { 525 text-align: center; 526 } 527 522 528 h3 { 523 529 font-size: 2rem; … … 527 533 color: white; 528 534 } 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; 529 555 } 530 556 }
Note:
See TracChangeset
for help on using the changeset viewer.