user.scss 695 B

123456789101112131415161718192021222324252627282930
  1. // .member {
  2. // position: relative;
  3. // padding: 15px 25px;
  4. // border-top: 1px solid rgba(255,255,255,0.05) !important;
  5. // .member-avatar {
  6. // background-color: $blue;
  7. // font-family: $main-font;
  8. // color: white;
  9. // display: inline-block;
  10. // height: 30px;
  11. // width: 30px;
  12. // line-height: 30px;
  13. // text-align: center;
  14. // border-radius: $radius;
  15. // background-size: cover;
  16. // background-position: center;
  17. // margin-right: 10px;
  18. // float: left;
  19. // }
  20. // .member-email,
  21. // .member-name {
  22. // font-weight: 300;
  23. // opacity: 0.5;
  24. // overflow: hidden;
  25. // text-overflow: ellipsis;
  26. // white-space: nowrap;
  27. // }
  28. // }