mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-23 09:10:22 +00:00
trabajando en usuarios
This commit is contained in:
@ -3460,7 +3460,7 @@ File: Main Css File
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
top: 0;
|
||||
opacity: 0.7;
|
||||
opacity: 0.4;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
@ -12726,16 +12726,18 @@ span.flatpickr-weekday {
|
||||
padding: 2px 16px;
|
||||
}
|
||||
|
||||
/*.auth-bg-cover {
|
||||
/*background: linear-gradient(-45deg, #432874 50%, #984c0c);
|
||||
}*/
|
||||
/* Imagen de fondo completa */
|
||||
.auth-bg-cover {
|
||||
background: url("../images/cover-bg-login.png") center center / cover no-repeat;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* El overlay que tapa la imagen */
|
||||
.auth-bg-cover > .bg-overlay {
|
||||
/*background-image: url("../images/cover-pattern.png");*/
|
||||
background-image: url("../images/cover-bg-login.png");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
opacity: 1;
|
||||
background-color: transparent;
|
||||
/*background: none !important; /* quítalo si no quieres oscuridad */
|
||||
/* O bien hazlo más sutil, ejemplo: */
|
||||
background: rgba(0,0,0,0.10) !important;
|
||||
}
|
||||
.auth-bg-cover .footer {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
|
||||
Reference in New Issue
Block a user