You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/client/src/components/Login/Login.module.scss

79 lines
1.2 KiB
SCSS

:global(#app) {
.cover {
background: url("../../assets/images/cover.jpg") center / cover;
}
.descriptionSubtitle {
font-size: 24px;
font-weight: normal;
margin-top: 8px;
}
.descriptionTitle {
font-size: 52px;
margin-bottom: 8px;
}
.descriptionWrapper {
padding: 60px 0 0 80px;
position: relative;
}
.descriptionWrapperOverlay {
background: rgba(33, 33, 33, 0.5);
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
}
.formTitle {
font-size: 36px;
font-weight: normal;
margin-bottom: 32px;
}
.fullHeight {
height: 100%;
}
.fullHeightPaddingFix {
height: calc(100% + 1rem);
}
.inputLabel {
font-size: 16px;
font-weight: bold;
line-height: 20px;
margin-bottom: 4px;
}
.inputWrapper {
margin-bottom: 16px;
}
.loginWrapper {
margin: 0 auto;
max-width: 440px;
padding: 0 20px;
}
.wrapper {
background: #fff;
}
.oauthButton {
background: white;
color: black;
margin: 10px 0;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
}