| Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/vue/components/list/src/ |
| Current File : /var/www/element/data/www/revenuestory.ru/bitrix/js/ui/vue/components/list/src/list.css |
.bx-vue-list-wrap {
font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
}
.bx-vue-list-section {
margin-bottom: 5px;
margin-top: 5px;
padding-left: 15px;
color: #777;
font-size: 12px;
}
.bx-vue-list-item {
padding: 15px;
display: flex;
}
.bx-vue-list-item:hover {
cursor: pointer;
background-color: #eee;
}
.bx-vue-list-item-image-wrap {
flex-shrink: 0;
position: relative;
width: 34px;
height: 34px;
margin-right: 10px;
}
.bx-vue-list-item-image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.bx-vue-list-item-image-text {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
border-radius: 50%;
color: #fff;
text-transform: uppercase;
}
.bx-vue-list-icon-avatar-top-left {
position: absolute;
height: 12px;
width: 12px;
top: 0px;
left: -2px;
}
.bx-vue-list-icon-avatar-bottom-right {
position: absolute;
height: 12px;
width: 12px;
top: 24px;
left: 24px;
}
.bx-vue-list-item-content {
min-width: 0;
flex: 1;
}
.bx-vue-list-item-content-header {
display: flex;
justify-content: space-between;
margin-bottom: 5px;
}
.bx-vue-list-icon-date-left {
height: 12px;
width: 12px;
min-width: 12px;
margin-right: 5px;
}
.bx-vue-list-item-header-date {
display: flex;
align-items: center;
color: #777;
font-size: 11px;
}
.bx-vue-list-item-header-title {
display: flex;
max-width: 75%;
align-items: center;
font-size: 14px;
}
.bx-vue-list-icon-title-left {
height: 12px;
width: 12px;
min-width: 12px;
margin-right: 5px;
}
.bx-vue-list-icon-title-right {
height: 12px;
width: 12px;
min-width: 12px;
margin-left: 5px;
}
.bx-vue-list-item-header-title-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bx-vue-list-item-content-bottom {
display: flex;
justify-content: space-between;
}
.bx-vue-list-icon-counter-left {
height: 12px;
width: 12px;
min-width: 12px;
margin-right: 5px;
}
.bx-vue-list-item-bottom-counter {
display: flex;
align-items: center;
min-width: 18px;
max-width: 30px;
height: 16px;
}
.bx-vue-list-item-bottom-counter-value {
border-radius: 12px;
padding: 2px 6px;
font-size: 11px;
color: #f7f6f6;
background-color: #17b0e1;
}
.bx-vue-list-item-bottom-counter-notification {
border-radius: 50%;
width: 18px;
height: 16px;
background-color: #17b0e1;
}
.bx-vue-list-item-bottom-subtitle {
display: flex;
max-width: 85%;
align-items: center;
color: #777;
font-size: 13px;
}
.bx-vue-list-icon-subtitle-left {
height: 12px;
width: 12px;
min-width: 12px;
margin-right: 5px;
}
.bx-vue-list-item-bottom-subtitle-text {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bx-vue-list-item-placeholder-title {
width: 100px;
height: 10px;
background: #eee;
margin-bottom: 5px;
}
.bx-vue-list-item-placeholder-subtitle {
width: 200px;
height: 10px;
background: #eee;
}