frontend-smartfarming/agrilink_vocpro/src/app/pages/auth/auth.component.scss

30 lines
441 B
SCSS
Raw Normal View History

2024-09-17 08:14:28 +00:00
.login {
min-height: 100vh;
font-family: "Onest", sans-serif;
2024-09-17 08:14:28 +00:00
}
.bg-image {
background-image: url('../../../assets/images/auth.png');
2024-09-17 08:14:28 +00:00
background-size: cover;
background-position: left;
}
.login-heading {
font-weight: 300;
}
.btn-login {
font-size: 0.9rem;
letter-spacing: 0.05rem;
padding: 0.75rem 1rem;
}
.color-btn{
background-color: #16423C;
color: white;
}
.forgot{
color: #16423C;
}