mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
19 lines
221 B
CSS
19 lines
221 B
CSS
<style>
|
|
#login_wrapper {
|
|
height: 300px;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
|
|
#login_wrapper h3 {
|
|
text-align: center;
|
|
}
|
|
|
|
.login-banner {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.login-box td {
|
|
padding: 8px;
|
|
}
|
|
</style> |