forked from miguel456/rbrecruiter
7 lines
185 B
CSS
7 lines
185 B
CSS
|
/* overrides customizations for the AdminLTE auth pages */
|
||
|
|
||
|
.login-page, .register-page {
|
||
|
background-image: url('/img/authbg.jpg') !important;
|
||
|
background-size: cover !important;
|
||
|
}
|