You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__Terminal__.8257a4fe.chun...

125 lines
2.5 KiB

.ldsRing___2F8W7 {
position: relative;
width: 40px;
height: 40px;
margin: 0 auto;
}
.idsRingWrapper___fC2cF {
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.idsRingWrapper___fC2cF p {
text-align: center;
margin-top: 12px;
}
.ldsRing___2F8W7 div {
box-sizing: border-box;
display: block;
position: absolute;
width: 32px;
height: 32px;
margin: 4px;
border: 4px solid #1976d2;
border-radius: 50%;
animation: ldsring___3A88y 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #1976d2 transparent transparent transparent;
}
.ldsRing___2F8W7 div:nth-child(1) {
animation-delay: -0.45s;
}
.ldsRing___2F8W7 div:nth-child(2) {
animation-delay: -0.3s;
}
.ldsRing___2F8W7 div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes ldsring___3A88y {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.clipboard-box p {
font-size: 14px;
margin: 0 0 20px 0;
}
.clipboard-box h3 {
color: #333;
font-size: 18px;
margin: 0 0 20px 0;
}
.clipboard-box .btn-action-container {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
}
.clipboard-box .clipboard {
background: #f1f1f1;
height: 200px;
margin-bottom: 30px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.vnc-panel-wrapper {
position: relative;
height: calc(100vh - 105px);
overflow: hidden;
}
.vnc-panel-wrapper.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 200;
height: 100vh;
background: white;
}
.vnc-panel-wrapper-windows {
position: relative;
height: calc(90vh);
overflow: hidden;
}
.vnc-panel-wrapper-windows .btn-vnc-resize {
position: absolute;
right: 16px;
top: 48px;
z-index: 101;
color: #fff;
}
.vnc-panel-wrapper-windows.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 200;
height: 100vh;
background: white;
}
.vnc-panel {
height: 100%;
margin: 0 auto;
min-height: 500px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */