Files
gpustack-ui/src/components/editor-wrap/index.less
T
2024-09-25 16:17:25 +08:00

40 lines
747 B
Plaintext

.editor-wrap {
border-radius: var(--border-radius-mini);
overflow: hidden;
font-size: 0;
.code-pre {
margin-bottom: 0;
}
.editor-header {
display: flex;
height: 40px;
padding: 0 10px;
justify-content: space-between;
align-items: center;
background-color: rgb(56, 56, 56);
.ant-select-selector {
background-color: rgba(255, 255, 255, 9%) !important;
color: rgba(255, 255, 255, 70%);
border-radius: var(--border-radius-2px);
.ant-select-selection-item {
color: rgba(255, 255, 255, 70%);
}
}
.ant-select-arrow {
color: rgba(255, 255, 255, 70%);
}
}
// set scrollbar style
.scrollbar {
.slider {
border-radius: 6px;
}
}
}