cloudstudio
Version:
Run VS Code on a remote server.
45 lines (43 loc) • 702 B
CSS
p {
font-family: SF Pro Text;
font-style: normal;
/* font-weight: 500; */
font-size: 13px;
line-height: 16px;
margin: 16px 0;
}
button {
outline: none;
border-color: transparent;
box-shadow: none;
cursor: pointer;
}
a {
outline: none;
text-decoration: none;
cursor: pointer;
}
.loading .skeleton{
display: block;
}
.loading .main{
display: none;
}
.skeleton{
width: 100%;
height: 100%;
display: none;
}
.skeleton ul{
position: relative;
margin: 0;
padding: 0;
}
.skeleton li{
margin: 16px 0;
width: 100%;
height: 16px;
list-style: none;
background: rgba(190,190,190,.2);
border-radius: 4px;
}