style: ui style

This commit is contained in:
jialin
2024-07-02 15:03:38 +08:00
parent 6989345088
commit 49efbd1a7f
38 changed files with 336 additions and 135 deletions
+9 -5
View File
@@ -1,21 +1,25 @@
.editor-wrap {
border-radius: 16px;
border-radius: 8px;
overflow: hidden;
.editor-header {
display: flex;
padding: 6px 10px;
justify-content: space-between;
align-items: center;
background-color: rgb(56, 56, 56);
.ant-select-selector {
background-color: rgba(255, 255, 255, 0.09) !important;
color: rgba(255, 255, 255, 0.7);
background-color: rgba(255, 255, 255, 9%) !important;
color: rgba(255, 255, 255, 70%);
.ant-select-selection-item {
color: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 70%);
}
}
.ant-select-arrow {
color: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 70%);
}
}
// set scrollbar style