27 lines
551 B
SCSS
Executable File
27 lines
551 B
SCSS
Executable File
@import "effects";
|
|
|
|
.vn-autocomplete {
|
|
overflow: hidden;
|
|
|
|
& > .container {
|
|
cursor: pointer;
|
|
|
|
& > .infix > .control {
|
|
overflow: hidden;
|
|
|
|
& > input {
|
|
cursor: pointer;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|
|
&.readonly > .container > .icons.post {
|
|
display: none;
|
|
}
|
|
}
|