Spaces:
Running
Running
.documents-page { | |
min-width: 700px; | |
.btn { | |
line-height: unset; | |
} | |
.docs-actions { | |
display: flex; | |
gap: 10px; | |
align-items: center; | |
justify-content: space-between; | |
margin-bottom: 10px; | |
.datasets-name { | |
font-weight: 700; | |
} | |
.actions { | |
display: flex; | |
gap: 10px; | |
} | |
} | |
.datasets-actions { | |
display: flex; | |
gap: 10px; | |
align-items: center; | |
margin-bottom: 50px; | |
.react-select { | |
&__control { | |
border-radius: 10px; | |
min-width: 200px; | |
max-width: 700px; | |
background-color: var(--secondary-color); | |
&:hover { | |
cursor: pointer; | |
} | |
} | |
&__option { | |
&:hover { | |
cursor: pointer; | |
} | |
} | |
&__single-value { | |
color: var(--white-color); | |
} | |
&__value-container { | |
text-align: start; | |
} | |
&__indicator { | |
color: var(--white-color); | |
} | |
} | |
} | |
} | |
.docs-modal { | |
padding-left: 20px; | |
p { | |
margin: 40px 0 40px 0; | |
} | |
.docs-modal-actions { | |
display: flex; | |
justify-content: end; | |
gap: 10px; | |
} | |
} | |
td.ellipsis { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
max-width: 400px; | |
} | |
.filters-container { | |
display: flex; | |
gap: 20px; | |
margin-bottom: 20px; | |
} | |
.date-picker-container { | |
display: flex; | |
flex-direction: row; | |
gap: 8px; | |
align-items: center; | |
} | |
.react-datepicker__input-container input { | |
padding: 8px; | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
} | |
.filter-secondary-container{ | |
} | |
// .react-datepicker__input-container { | |
// input, | |
// input:hover, | |
// input:focus { | |
// border-radius: 5px; | |
// border: 2px solid var(--border-1-color); | |
// } | |
// .react-datepicker__close-icon::after { | |
// background-color: var(--purple-color); | |
// } | |
// } |