lixin-web
Version:
vue and bootstrap
52 lines (50 loc) • 951 B
text/less
@import "../variables";
@import "../mixins";
@import (reference) "../components";
.sign-form{
padding-bottom: 40px;
h1{
font-size: 22px;
padding-top: 25px;
margin-bottom: 25px;
img{
height: 90px;
margin-bottom: 20px;
}
}
ul{
text-align: center;
margin-bottom: 20px;
li{
display: inline-block;
&:first-child{
float: left;
}
&:last-child{
float: right;
}
a{
color: @gray;
font-size: @font-size-medium;
&:hover,&:focus{
text-decoration: underline;
}
}
}
}
//.form-container{
// [name="password"]{
// //color: #e5e7e9;
// &::selection{
// background: transparent;
// color: transparent;
// }
// }
//}
.pw-backdrop{
left: 54px;
height: 57px;
//width:17px;
padding-right:0;
}
}