31 lines
No EOL
494 B
CSS
Executable file
31 lines
No EOL
494 B
CSS
Executable file
.logo-container {
|
|
margin-bottom: 2rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.logo {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.admin-panel {
|
|
background-color: white;
|
|
border-radius: 4px;
|
|
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
|
|
width: 100%;
|
|
max-width: 600px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.login-header {
|
|
background-color: #30b0d5;
|
|
color: white;
|
|
padding: 1rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.login-header h2 {
|
|
font-size: 1.2rem;
|
|
font-weight: normal;
|
|
margin: 0;
|
|
} |