ant-design/components/avatar/style/index.less
xrkffgg bc143ca65c
refactor: avatar cssinjs (#34737)
* refactor: avatar cssinjs

* style: format

* fix: group
2022-03-29 13:56:19 +08:00

71 lines
1.3 KiB
Plaintext

// @import '../../style/themes/index';
// @import '../../style/mixins/index';
// @avatar-prefix-cls: ~'@{ant-prefix}-avatar';
// .@{avatar-prefix-cls} {
// .reset-component();
// position: relative;
// display: inline-block;
// overflow: hidden;
// color: @avatar-color;
// white-space: nowrap;
// text-align: center;
// vertical-align: middle;
// background: @avatar-bg;
// &-image {
// background: transparent;
// }
// .@{ant-prefix}-image-img {
// display: block;
// }
// .avatar-size(@avatar-size-base, @avatar-font-size-base);
// &-lg {
// .avatar-size(@avatar-size-lg, @avatar-font-size-lg);
// }
// &-sm {
// .avatar-size(@avatar-size-sm, @avatar-font-size-sm);
// }
// &-square {
// border-radius: @avatar-border-radius;
// }
// & > img {
// display: block;
// width: 100%;
// height: 100%;
// object-fit: cover;
// }
// }
// .avatar-size(@size, @font-size) {
// width: @size;
// height: @size;
// line-height: @size;
// border-radius: 50%;
// &-string {
// position: absolute;
// left: 50%;
// transform-origin: 0 center;
// }
// &.@{avatar-prefix-cls}-icon {
// font-size: @font-size;
// > .@{iconfont-css-prefix} {
// margin: 0;
// }
// }
// }
// @import './group';
// @import './rtl';