@risecx/carespace-chat-ui
Version:
carespace-chat-ui React component
51 lines (48 loc) • 972 B
CSS
.sc-auth--component {
height: 91%;
padding: 10px;
background: #844eff;
}
.sc-auth--component p {
margin: 5px 0 15px;
text-align: justify;
margin: 0 5px 0 5px;
color: #fff;
font-size: 10px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
opacity: 0.75;
margin-bottom: 4px;
}
.sc-auth--component .content-container {
height: calc(100% - 65px);
display: flex;
flex-direction: column;
align-items: initial;
justify-content: space-between;
}
.auth-logo {
max-width: 250px;
margin: 50px auto;
display: block;
}
.sc-auth--component .content-container .btn-anonymous,
.btn-cancel,
.btn-forgot-password {
display: block;
padding: 20px 10px;
text-align: center;
color: #fff;
cursor: pointer;
font-size: 13px;
}
.btn-forgot-password {
text-align: right;
float: right;
}
.sc-auth--component .content-container .btn-anonymous:hover,
.btn-cancel:hover,
.btn-forgot-password {
text-decoration: underline;
}