14 lines
294 B
CSS
14 lines
294 B
CSS
.member-list{
|
|
height: 200px;
|
|
padding: 0px;
|
|
}
|
|
|
|
.member{
|
|
margin: 0;
|
|
color: #495057;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border: 1px solid #ced4da;
|
|
border-radius: .25rem;
|
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
} |