ajout du logo au login
This commit is contained in:
parent
fec727399a
commit
e2a771feaa
2 changed files with 13 additions and 0 deletions
|
|
@ -120,3 +120,16 @@
|
||||||
grid-row: 1/2;
|
grid-row: 1/2;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Logo sur la page de login */
|
||||||
|
.k-login-view .k-login-form::before {
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
width: 150px;
|
||||||
|
height: 150px;
|
||||||
|
margin: 0 auto 2rem auto;
|
||||||
|
background-image: url('logo-panel.png');
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center;
|
||||||
|
}
|
||||||
BIN
assets/css/logo-panel.png
Normal file
BIN
assets/css/logo-panel.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
Loading…
Add table
Add a link
Reference in a new issue