Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)
* Migrate to newer version of Font Awesome * Add bot icon to bot avatars
This commit is contained in:
parent
8864009e8d
commit
4b794e134d
9 changed files with 66 additions and 10 deletions
|
@ -1110,6 +1110,12 @@
|
|||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.bot-icon {
|
||||
position: absolute;
|
||||
bottom: -.333em;
|
||||
left: -.333em;
|
||||
}
|
||||
}
|
||||
|
||||
a .account__avatar {
|
||||
|
@ -1327,10 +1333,22 @@ a .account__avatar {
|
|||
.account__header__avatar {
|
||||
background-size: 90px 90px;
|
||||
display: block;
|
||||
font-size: 1.5em;
|
||||
height: 90px;
|
||||
margin: 0 auto 10px;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
width: 90px;
|
||||
|
||||
.bot-icon {
|
||||
color: $dark-text-color;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
.light & {
|
||||
color: $inverted-text-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.account-authorize {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue