Member.scss
439 Bytes
@import "../../scss/bootstrap/variables";
.member_token {
position: relative;
line-height: 30px;
padding-top: 3px;
margin: 3px 0px 3px 10px;
border-bottom: 1px solid #ececec;
}
.member_info,.member_state{
display: inline-block;
}
.member_info{
width: 60%;
}
.member_info_item{
margin-left: 15px;
}
.member_state{
padding: 15px;
height: 60px;
font-size: 20px;
}
.myself{
color: #38978D;
}
.other{
color: #eb4d5c;
}