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__User__ResetPassword.f951...

59 lines
1.1 KiB

.unlock-wrapper {
position: relative;
width: 100%;
background-color: #dddddd;
border-radius: 4px;
overflow: hidden;
}
.unlock-bg {
background-color: #7ac23c;
height: 48px;
}
.unlock-error-bg {
background-color: #ff4d4f;
height: 48px;
}
.error {
color: #ff4d4f;
}
.unlock-handler {
position: absolute;
width: 48px;
height: 48px;
left: 0;
z-index: 10;
top: 0;
cursor: move;
border: 1px solid #ccc;
background: #fff;
text-align: center;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid #dddddd;
border-radius: 4px;
}
.unlock-text {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
font-size: 14px;
width: 100%;
color: #fff;
line-height: 48px;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */