index.less 259 B

123456789101112131415161718192021
  1. @import '../../app.less';
  2. .g-avatar-wrapper {
  3. display: inline-block;
  4. .assets {}
  5. }
  6. .g-avatar-wrapper.radius {
  7. border-radius: 50%;
  8. }
  9. .g-avatar-wrapper.small {
  10. width: 32px;
  11. height: 32px;
  12. }
  13. .g-avatar-wrapper.basic {
  14. width: 50px;
  15. height: 50px;
  16. }