41 lines
981 B
SCSS
41 lines
981 B
SCSS
.invite-confirmation {
|
|
.background {
|
|
height: 100%;
|
|
overflow-y: hidden;
|
|
background-color: #f8f8f8;
|
|
}
|
|
.ant-form-explain {
|
|
text-align: left;
|
|
}
|
|
.login-box {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin: -160px 0 0 -160px;
|
|
width: 320px;
|
|
height: 320px;
|
|
padding: 36px;
|
|
box-shadow: 0 0 100px rgba(0, 0, 0, .08);
|
|
.header {
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin-bottom: 24px;
|
|
img {
|
|
width: 40px;
|
|
margin-right: 8px;
|
|
}
|
|
span {
|
|
vertical-align: text-bottom;
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
display: inline-block;
|
|
}
|
|
p {
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
}
|
|
}
|
|
} |