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