feat(Skeleton): add @skeleton-avatar-size less var (#7556)

This commit is contained in:
neverland
2020-11-15 08:52:50 +08:00
committed by GitHub
parent 810c3a7919
commit 3f4e0a04c5
5 changed files with 7 additions and 7 deletions
+2
View File
@@ -6,6 +6,8 @@
&__avatar {
flex-shrink: 0;
width: @skeleton-avatar-size;
height: @skeleton-avatar-size;
margin-right: @padding-md;
background-color: @skeleton-avatar-background-color;