update Avatar style
This commit is contained in:
parent
afb6a9f400
commit
acf00f5cc2
2 changed files with 37 additions and 0 deletions
|
@ -14,10 +14,19 @@
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
.ivu-icon{
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
|
||||
.avatar-size(@avatar-size-base, @avatar-font-size-base);
|
||||
|
||||
&-large {
|
||||
.avatar-size(@avatar-size-lg, @avatar-font-size-lg);
|
||||
.ivu-icon{
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
}
|
||||
|
||||
&-small {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue