mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
14 lines
180 B
CSS
14 lines
180 B
CSS
<style>
|
|
#login_wrapper {
|
|
width: 300px !important;
|
|
margin: 20px auto;
|
|
}
|
|
|
|
.login-banner {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.login-box td {
|
|
padding: 8px;
|
|
}
|
|
</style> |