Update max-theme-light-login.css
This commit is contained in:
parent
eaded32545
commit
cab684dae2
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue