31 lines
695 B
SCSS
31 lines
695 B
SCSS
// .member {
|
|
// position: relative;
|
|
// padding: 15px 25px;
|
|
// border-top: 1px solid rgba(255,255,255,0.05) !important;
|
|
|
|
// .member-avatar {
|
|
// background-color: $blue;
|
|
// font-family: $main-font;
|
|
// color: white;
|
|
// display: inline-block;
|
|
// height: 30px;
|
|
// width: 30px;
|
|
// line-height: 30px;
|
|
// text-align: center;
|
|
// border-radius: $radius;
|
|
// background-size: cover;
|
|
// background-position: center;
|
|
// margin-right: 10px;
|
|
// float: left;
|
|
// }
|
|
|
|
// .member-email,
|
|
// .member-name {
|
|
// font-weight: 300;
|
|
// opacity: 0.5;
|
|
// overflow: hidden;
|
|
// text-overflow: ellipsis;
|
|
// white-space: nowrap;
|
|
// }
|
|
// }
|