@choerodon/master
Version:
A package of Master for Choerodon platform.
33 lines (32 loc) • 622 B
text/less
.c7n-master-unauthorized {
display: flex;
&-content {
margin: 0 auto;
}
&-picture {
background: url('./assert/unauthorized3.svg') no-repeat;
width: 3.23rem;
height: 3.35rem;
margin: 0 auto;
margin-top: 20vh;
background-size: contain;
}
&-text {
height:33px;
font-size:24px;
font-weight:400;
color:var(--text-color);
line-height:33px;
margin-top: 18px;
}
.relogin {
width: 200px;
height: 36px ;
margin-top: 32px;
margin-left: calc(~"50% - 100px");
span {
font-size: 15px ;
font-weight: 500;
}
}
}