eole-lemonldap-themes/src/transnum/static/styles.css

45 lines
737 B
CSS
Raw Normal View History

2019-09-26 10:52:07 +02:00
@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 {
2020-01-15 15:45:58 +01:00
background-color: #96281b;
border-color: #96281b;
color:#fff;
2019-09-26 10:52:07 +02:00
text-align: center;
}
.card {
border-radius: 10px;
}
#footer{
display: none;
}