Spaces:
Sleeping
Sleeping
| .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; | |
| } | |
| } | |