File "_multiple.scss"
Full Path: /home/elegucvf/public_html/video/wp-content/plugins/atlas-core/framework/redux-core/assets/scss/vendor/select2/_multiple.scss
File size: 913 bytes
MIME-type: text/plain
Charset: utf-8
.select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none;
.select2-selection__rendered {
display: inline;
list-style: none;
padding: 0;
}
.select2-selection__clear {
background-color: transparent;
border: none;
font-size: 1em;
}
}
.select2-search--inline {
.select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
margin-left: 5px;
padding: 0;
max-width: 100%;
resize: none;
height: 18px;
vertical-align: bottom;
font-family: sans-serif;
overflow: hidden;
word-break: keep-all;
&::-webkit-search-cancel-button {
-webkit-appearance: none;
}
}
}