1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 23:00:51 +03:00
ifhub.club/application/frontend/skin/developer/components/user/css/user-item.css

12 lines
354 B
CSS
Raw Normal View History

/**
* Блок с аватарой и логином пользователя
*
* @template user_item.tpl
*/
.user-item { display: inline-block; }
.user-item-avatar { vertical-align: middle; margin-right: 2px; }
.user-item-name { font-weight: bold; }
.user-item-rounded .user-item-avatar { border-radius: 50%; }
.user-item.inactive { opacity: .5; }