|
body { |
|
padding: 2rem; |
|
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif; |
|
} |
|
#app { |
|
max-width: 800px; |
|
margin: 2rem auto; |
|
padding: 1.5rem; |
|
background: white; |
|
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2); |
|
} |
|
|
|
header { |
|
margin-bottom: 1.5rem; |
|
} |
|
|
|
h1 { |
|
font-size: 2rem; |
|
margin-bottom: 0.5rem; |
|
} |
|
|
|
h2 { |
|
font-size: 1.5rem; |
|
margin-bottom: 1rem; |
|
color: #666; |
|
} |
|
|
|
input[type="password"], |
|
textarea, |
|
button { |
|
width: 100%; |
|
padding: 0.6rem; |
|
margin-bottom: 1rem; |
|
border: 1px solid #ccc; |
|
border-radius: 4px; |
|
} |
|
|
|
button { |
|
cursor: pointer; |
|
background-color: #007bff; |
|
color: white; |
|
} |
|
|
|
button:hover { |
|
background-color: #0056b3; |
|
} |
|
|
|
div > span { |
|
display: inline-block; |
|
margin-right: 0.2rem; |
|
} |