Update max-theme-light-login.css

This commit is contained in:
Maxi Zamorano 2023-04-14 19:57:38 -04:00 committed by GitHub
parent eaded32545
commit cab684dae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -593,6 +593,7 @@ strong {
font-weight: 700;
background: url(URL_DE_TU_LOGO_AQUI); /* Logo del formulario de acceso */
background-repeat: no-repeat;
background-size: contain;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
@ -612,6 +613,10 @@ strong {
border-radius: 15px;
}
.body-login, .body-reset {
background: #f6f6f6 !important;
}
.button {
color: #fff;
background: #0d6efd;