adaptation lemonldap V2

This commit is contained in:
2019-09-26 10:52:07 +02:00
parent 0bdcab32a0
commit 0990a8393e
43 changed files with 88 additions and 9410 deletions

View File

@ -0,0 +1,43 @@
@font-face {
font-family: 'LexendDeca-Regular';
src: url('LexendDeca-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{
background: #05668d;
background-image: url(transnum-header.png);
background-position-y: 0px;
background-repeat: no-repeat;
background-size: contain;
}
#mytitle {
color: #ffffff;
text-align: center;
font-size: 75px;
font-family: LexendDeca-Regular;
margin-top: 30px;
}
#mylogo {
width:150px;
}
#logincontent {
max-width:500px;
}
.alert {
color:#ffffff;
text-align: center;
}
.card {
border-radius: 10px;
}
#footer{
display: none;
}