lhoist-stay-safe__backend-t.../resources/css/login-style.css
2024-03-20 11:54:25 +01:00

31 lines
523 B
CSS

body {
/* @apply bg-primary; */
}
#login h1 a,
.login h1 a {
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-lhoist border-lhoist;
}
#nav a,
#backtoblog a {
/* color: var(--red) !important; */
@apply text-lhoist;
}
#loginform {
border: none;
}
.wp-pwd span {
@apply text-lhoist;
/* color: var(--red) !important; */
}