Changeset 433e0c5 for styles/globals.scss
- Timestamp:
- 07/15/22 14:45:30 (2 years ago)
- Branches:
- main
- Children:
- 55701f0
- Parents:
- 1df3fde
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
styles/globals.scss
r1df3fde r433e0c5 400 400 401 401 .manageCreditsScreen { 402 .inlineAlert { 403 font-size: 1.5rem !important; 404 cursor: auto; 405 } 406 402 407 svg { 408 z-index: 100; 403 409 cursor: pointer; 404 410 font-size: 2.5rem; … … 407 413 408 414 &>div { 409 h1 { 415 top: 0%; 416 transform: translate(-50%, 0); 417 width: 100%; 418 419 h2 { 410 420 font-size: 1.5rem; 411 421 margin-bottom: 1rem; … … 418 428 419 429 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 } 421 495 } 422 496 } … … 442 516 h1 { 443 517 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 } 444 529 } 445 530 }
Note:
See TracChangeset
for help on using the changeset viewer.