cloudstudio
Version:
Run VS Code on a remote server.
71 lines • 1.14 kB
CSS
body{
user-select: none;
}
.title{
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 24px;
margin-top: 16px;
color: #fff;
}
.desc {
margin-top: 28px;
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #ccc;
font-weight: normal;
font-family: 'PingFang SC';
}
.more{
margin-top: 10px;
font-weight: normal;
font-family: 'PingFang SC';
color: #ccc;
}
.doc {
color: #0097FB;
padding-left: 3px;
}
.start{
margin-top: 28px;
}
.start-button {
width: 100%;
max-width: 274px;
height: 28px;
line-height: 28px;
border: none;
color: #fff;
background: #0e639c;
}
.start-button:disabled{
opacity: .4;
cursor: not-allowed;
}
.tip{
margin-top: 14px;
background: rgba(255, 168, 0, 0.042);
border-top: 1px solid rgba(255, 164, 81, 0.61);
display: flex;
align-items: center;
justify-content: center;
height: 46px;
color: #FFAB2D;
max-width: 274px;
}
.tip .icon{
width: 18px;
height: 20px;
margin-right: 5px;
}
.tip .link{
text-decoration: underline;
color: #FFAB2D;
padding: 0 1px;
}
.hidden {
display: none ;
}