37 lines
543 B
Sass
37 lines
543 B
Sass
|
|
||
|
|
||
|
.tt-open
|
||
|
position: absolute;
|
||
|
top: 34px;
|
||
|
left: 0px;
|
||
|
z-index: 100;
|
||
|
display: none;
|
||
|
background: #FFF;
|
||
|
min-width:100%;
|
||
|
border: 1px solid #eee;
|
||
|
border-radius:0px;
|
||
|
|
||
|
.tt-selectable:hover,
|
||
|
.tt-cursor
|
||
|
background:#f4f4f4;
|
||
|
|
||
|
.tt-selectable
|
||
|
padding: 1rem 0.75rem;
|
||
|
cursor: pointer;
|
||
|
display: flex;
|
||
|
|
||
|
div:first-child
|
||
|
width: 75px;
|
||
|
max-width:75px;
|
||
|
min-width:75px;
|
||
|
|
||
|
img
|
||
|
width: 32px;
|
||
|
max-width:32px;
|
||
|
min-width:32px;
|
||
|
border-radius:50%;
|
||
|
text-align:left;
|
||
|
margin-left:1rem;
|
||
|
div:last-child
|
||
|
flex: 1 1 auto;
|
||
|
line-height:32px;
|