mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-22 08:40:22 +00:00
modificando el form login
This commit is contained in:
@ -12672,15 +12672,16 @@ span.flatpickr-weekday {
|
||||
}
|
||||
|
||||
.auth-one-bg {
|
||||
background-image: url("../images/auth-one-bg.jpg");
|
||||
/*background-image: url("../images/auth-one-bg.jpg");*/
|
||||
background-image: url("../images/img-auth.jpg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
.auth-one-bg .bg-overlay {
|
||||
/*.auth-one-bg .bg-overlay {
|
||||
background: -webkit-gradient(linear, left top, right top, from(#4a62fe), to(#687cfe));
|
||||
background: linear-gradient(to right, #4a62fe, #687cfe);
|
||||
opacity: 0.9;
|
||||
}
|
||||
}*/
|
||||
|
||||
.shape {
|
||||
position: absolute;
|
||||
@ -12725,11 +12726,12 @@ span.flatpickr-weekday {
|
||||
padding: 2px 16px;
|
||||
}
|
||||
|
||||
.auth-bg-cover {
|
||||
background: linear-gradient(-45deg, #432874 50%, #984c0c);
|
||||
}
|
||||
/*.auth-bg-cover {
|
||||
/*background: linear-gradient(-45deg, #432874 50%, #984c0c);
|
||||
}*/
|
||||
.auth-bg-cover > .bg-overlay {
|
||||
background-image: url("../images/cover-pattern.png");
|
||||
/*background-image: url("../images/cover-pattern.png");*/
|
||||
background-image: url("../images/cover-bg-login.png");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
opacity: 1;
|
||||
|
||||
BIN
src/main/resources/static/assets/images/cover-bg-login.png
Normal file
BIN
src/main/resources/static/assets/images/cover-bg-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 MiB |
BIN
src/main/resources/static/assets/images/img-auth.jpg
Normal file
BIN
src/main/resources/static/assets/images/img-auth.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1012 KiB |
Reference in New Issue
Block a user