You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
842 B
52 lines
842 B
.chat-messages { |
|
.ant-table-small .ant-table-selection-column { |
|
width: 20px; |
|
min-width: 20px; |
|
} |
|
.ant-table-tbody > tr > td { |
|
transition: background 0.15s; |
|
} |
|
.ant-table-cell { |
|
font-size: 12px; |
|
|
|
&.name-col { |
|
text-overflow: ellipsis; |
|
overflow: hidden; |
|
} |
|
} |
|
|
|
.bulk-editor { |
|
margin: .5rem 0; |
|
padding: .5rem; |
|
border: 1px solid #333; |
|
display: flex; |
|
flex-direction: row; |
|
align-items: center; |
|
justify-content: flex-end; |
|
|
|
.label { |
|
font-size: .75rem; |
|
color: #666; |
|
} |
|
|
|
.toggler { |
|
margin: 0 1rem 0 .5rem; |
|
} |
|
|
|
} |
|
} |
|
.ant-table-filter-dropdown { |
|
max-width: 250px; |
|
} |
|
|
|
.toggle-switch { |
|
display: flex; |
|
flex-direction: row; |
|
align-items: center; |
|
flex-wrap: nowrap; |
|
justify-content: flex-end; |
|
|
|
.outcome-icon { |
|
margin-right: .5rem; |
|
} |
|
} |