0
0
Fork 0

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:
Maciek Baron 2018-09-25 04:08:55 +01:00 committed by Eugen Rochko
parent 8864009e8d
commit 4b794e134d
9 changed files with 66 additions and 10 deletions

View file

@ -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 {