@51yzone/pc-components
Version:
An enterprise-class UI design language and React-based implementation
46 lines (45 loc) • 777 B
CSS
.yz-login__code-button {
display: flex;
padding: 4px;
}
.yz-login__code-button-large {
padding: 4px;
}
.yz-login__code-button-middle {
padding: 2px;
}
.yz-login__code-button-small {
padding: 0;
}
.yz-login__code-img {
width: 100%;
height: 100%;
}
.yz-login__icon-outlined {
color: #0093ff;
}
.yz-login__icon-other {
margin-left: 16px;
color: rgba(0, 0, 0, 0.2);
font-size: 24px;
vertical-align: middle;
cursor: pointer;
transition: color 0.3s;
}
.yz-login__icon-other:hover {
color: #0093ff;
}
.yz-login__footer {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 24px;
}
.yz-login__footer-forget {
color: #0093ff;
font-size: 14px;
cursor: pointer;
}
.yz-login__steps-wrap {
margin-bottom: 24px;
}