Opal-Estate-Pro/inc/vendors/cmb2-plugins/custom-fields/user/assets/style.css

29 lines
381 B
CSS
Raw Normal View History

2019-09-25 10:34:38 +02:00
.adduser-team{
width: 80%;
}
.user-team{
padding: 12px 10px;
display: block;
border-bottom: solid 1px #f3f3f3
}
.user-team > div{
display: inline-block;
width: 33%;
}
.user-team > div img{
width: 30px;
height: 30px;
border: solid 3px #CCC;
border-radius: 50%;
float: left;
margin-right: 6px;
}
.remove-user {
cursor: pointer;
}
.remove-user:hover {
color: red;
}