379 lines
5.4 KiB
CSS
379 lines
5.4 KiB
CSS
.nativeSelect {
|
|
cursor: pointer;
|
|
color: #fff;
|
|
-ms-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
background: #2a2f3b;
|
|
border: none;
|
|
border-radius: 5px;
|
|
margin: 0;
|
|
display: none;
|
|
box-shadow: 2px 3px 5px #00000080;
|
|
}
|
|
|
|
.nativeSelect__nativeOption {
|
|
border: 1px solid #0a0b0e;
|
|
}
|
|
|
|
.nativeSelectActive {
|
|
min-width: 235px;
|
|
height: 50px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
display: block;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.nativeSelect {
|
|
min-width: 235px;
|
|
height: 50px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
select[multiple="multiple"] {
|
|
color: #000;
|
|
background-color: #fff;
|
|
border-radius: 0;
|
|
}
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background-color: #d1d1d19d;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background-color: #4d4d4d;
|
|
}
|
|
|
|
.svg-icon {
|
|
width: 16px;
|
|
cursor: pointer;
|
|
-o-transition: 1s;
|
|
background-color: #bebebc;
|
|
border-radius: 5px;
|
|
margin-left: 3px;
|
|
transition: all 1s;
|
|
}
|
|
|
|
.svg-icon:hover {
|
|
-o-transition: 1s;
|
|
background-color: #fff;
|
|
transition: all 1s;
|
|
}
|
|
|
|
.svg-icon path {
|
|
color: #000;
|
|
stroke: currentColor;
|
|
stroke-width: .5px;
|
|
transition: all .2s;
|
|
}
|
|
|
|
.svg-clear {
|
|
background-color: #0000;
|
|
position: absolute;
|
|
right: 36px;
|
|
}
|
|
|
|
.svg-clear:hover {
|
|
background-color: #0000;
|
|
}
|
|
|
|
.selectWhite {
|
|
background: #f8f8f8;
|
|
}
|
|
|
|
.selectWhite, .listWhite, .inputWhite, .pathBlack, .selectWhite {
|
|
color: #000;
|
|
}
|
|
|
|
.caretWhite {
|
|
border-top: 6px solid #000;
|
|
}
|
|
|
|
.listWhite {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.inputWhite {
|
|
color: #000 !important;
|
|
border-bottom: 1px solid #000 !important;
|
|
}
|
|
|
|
.modal {
|
|
z-index: 9999;
|
|
background-color: #00000073;
|
|
justify-content: center;
|
|
display: flex;
|
|
position: fixed;
|
|
inset: 0;
|
|
}
|
|
|
|
.modal_active {
|
|
display: flex;
|
|
}
|
|
|
|
.listModal {
|
|
top: 150px;
|
|
position: fixed !important;
|
|
}
|
|
|
|
.overflowHide {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.classicSelect {
|
|
color: #fff;
|
|
background: #2a2f3b;
|
|
}
|
|
|
|
.classicSelect:hover {
|
|
background: #394050;
|
|
}
|
|
|
|
.classicList {
|
|
color: #fff;
|
|
background: #2a2f3b;
|
|
border: 1px solid #0a0b0e;
|
|
}
|
|
|
|
.pathWhite {
|
|
color: #fff !important;
|
|
}
|
|
|
|
.pathBlack {
|
|
color: #000;
|
|
}
|
|
|
|
.selectDark {
|
|
color: #fff;
|
|
background: #1d1d1d;
|
|
}
|
|
|
|
.caretWhite {
|
|
border-top: 6px solid #000 !important;
|
|
}
|
|
|
|
.listDark {
|
|
color: #fff;
|
|
background: #1d1d1d;
|
|
}
|
|
|
|
.inputDark {
|
|
border-bottom: 1px solid #000 !important;
|
|
}
|
|
|
|
.cg-dropdown {
|
|
min-width: 235px;
|
|
-ms-border-radius: 10px;
|
|
-o-border-radius: 10px;
|
|
border: none;
|
|
border-radius: 10px;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.cg-select {
|
|
min-height: 50px;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
-ms-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
-o-transition: .5s;
|
|
border: none;
|
|
border-radius: 5px;
|
|
flex-grow: 1;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 5px;
|
|
transition: all .5s;
|
|
display: flex;
|
|
}
|
|
|
|
.cg-select .selected {
|
|
max-width: 195px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.cg-select:hover {
|
|
-o-transition: .5s;
|
|
transition: all .5s;
|
|
}
|
|
|
|
.caret {
|
|
width: 0;
|
|
height: 0;
|
|
-o-transition: .5s;
|
|
border-top: 6px solid #fff;
|
|
border-left: 5px solid #0000;
|
|
border-right: 5px solid #0000;
|
|
margin-right: 10px;
|
|
transition: all .5s;
|
|
}
|
|
|
|
.caret_rotate {
|
|
-o-transition: .5s;
|
|
transition: all .5s;
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.list {
|
|
max-height: 230px;
|
|
width: 220px;
|
|
-ms-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
-o-transition: .5s;
|
|
opacity: 0;
|
|
z-index: 1;
|
|
border-radius: 5px;
|
|
margin-top: -.2px;
|
|
padding: 7px;
|
|
list-style: none;
|
|
transition: all .5s;
|
|
display: none;
|
|
position: absolute;
|
|
overflow-y: auto;
|
|
box-shadow: 2px 3px 5px #00000080;
|
|
}
|
|
|
|
.list__item {
|
|
-o-transition: .5s;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 15px;
|
|
transition: all .5s;
|
|
display: flex;
|
|
}
|
|
|
|
.list__item:hover {
|
|
-o-transition: .5s;
|
|
cursor: pointer;
|
|
background: #8282822c;
|
|
transition: all .5s;
|
|
}
|
|
|
|
.list .inputSearch {
|
|
width: 90%;
|
|
background: none;
|
|
border: none;
|
|
border-bottom: 1px solid #fff;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.list .inputSearch:focus {
|
|
color: #fff;
|
|
outline: none;
|
|
}
|
|
|
|
.multiselect-tag {
|
|
flex-flow: wrap;
|
|
align-items: center;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
display: flex;
|
|
}
|
|
|
|
.multiselect-tag li {
|
|
height: 20px;
|
|
-ms-border-radius: 5px;
|
|
-o-border-radius: 5px;
|
|
background: #76767659;
|
|
border-radius: 5px;
|
|
align-items: center;
|
|
margin: 0 5px 5px 0;
|
|
padding: 2px 4px;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
|
|
.multiselect-tag__button {
|
|
width: 15px;
|
|
height: 16px;
|
|
border: none;
|
|
}
|
|
|
|
.category {
|
|
height: 20px;
|
|
border-bottom: 1px solid;
|
|
align-items: center;
|
|
margin: 6px 5px 0 7px;
|
|
font-size: 17px;
|
|
display: flex;
|
|
}
|
|
|
|
input[type="checkbox"] {
|
|
cursor: pointer;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
|
|
.label {
|
|
color: #fff;
|
|
}
|
|
|
|
.active {
|
|
text-align: start;
|
|
background: #8282822c;
|
|
}
|
|
|
|
.open {
|
|
-o-transition: .5s;
|
|
opacity: 1;
|
|
transition: all .5s;
|
|
display: block !important;
|
|
}
|
|
|
|
.open_none {
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.disabled {
|
|
background-color: #8f9195 !important;
|
|
}
|
|
|
|
.overflow-hidden {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.displayHide {
|
|
display: none !important;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.list {
|
|
width: 98% !important;
|
|
}
|
|
|
|
.listModal {
|
|
width: 88% !important;
|
|
}
|
|
|
|
.cg-select {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.example-select_title {
|
|
padding: 24px 0 0 15px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
pre {
|
|
overflow-x: scroll;
|
|
}
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map */
|