adapting login styles

This commit is contained in:
Antoine M 2024-03-20 11:54:25 +01:00
parent 1960586178
commit 70c3ece717

View File

@ -1,30 +1,30 @@
body {
/* @apply bg-primary; */
/* @apply bg-primary; */
}
#login h1 a,
.login h1 a {
background-image: url("../resources/img/logo_client.svg");
height: 100px;
width: 300px;
background-size: 300px 100px;
background-repeat: no-repeat;
padding-bottom: 10px;
background-image: url('../resources/img/logo-lhoist.svg');
height: 100px;
width: 300px;
background-size: 300px 100px;
background-repeat: no-repeat;
padding-bottom: 10px;
}
#wp-submit {
@apply bg-primary border-primary;
@apply bg-lhoist border-lhoist;
}
#nav a,
#backtoblog a {
/* color: var(--red) !important; */
@apply text-primary;
/* color: var(--red) !important; */
@apply text-lhoist;
}
#loginform {
border: none;
border: none;
}
.wp-pwd span {
@apply text-primary;
/* color: var(--red) !important; */
@apply text-lhoist;
/* color: var(--red) !important; */
}