App.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .App {
  2. display: flex;
  3. flex-wrap: wrap;
  4. max-width: 1250px;
  5. margin: 0 auto;
  6. }
  7. .formBlock {
  8. max-width: 2000px;
  9. padding: 20px;
  10. display: flex;
  11. align-items: center;
  12. flex-direction: column;
  13. padding: 40px;
  14. }
  15. #aside,
  16. .cardBlock {
  17. padding: 40px;
  18. }
  19. input {
  20. width: 300px;
  21. margin-bottom: 20px;
  22. border-radius: 15px;
  23. padding: 15px;
  24. background-color: orange;
  25. color: black;
  26. }
  27. button {
  28. width: 150px;
  29. border-radius: 15px;
  30. padding: 15px;
  31. color: black;
  32. cursor: pointer;
  33. }
  34. h2 {
  35. color: orange;
  36. }
  37. .card h3,
  38. .card h4 {
  39. color: olivedrab;
  40. }
  41. .Spoiler {
  42. text-align: center;
  43. }
  44. .Spoiler {
  45. background-color: #282c34;
  46. min-height: 100vh;
  47. display: flex;
  48. flex-direction: column;
  49. align-items: center;
  50. justify-content: center;
  51. font-size: calc(10px + 2vmin);
  52. color: white;
  53. }
  54. .Spoiler {
  55. color: #61dafb;
  56. }
  57. .error{
  58. background-color: red;
  59. }
  60. input{
  61. outline: none;
  62. }
  63. .PasswordConfirmWrapper{
  64. display: flex;
  65. flex-direction: column;
  66. width: 25%;
  67. }
  68. input{
  69. outline: none;
  70. }