Commit 2ede76bc authored by wuhao's avatar wuhao 🎯

asdr

parent fd1543dc
......@@ -119,7 +119,6 @@ ol {
margin-top: 30px !important;
}
pre {
color: rgba(0, 0, 0, 0.85) !important;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
......@@ -249,6 +248,39 @@ pre {
}
}
}
.ant-input-affix-wrapper {
background-color: rgba(255, 255, 255, 0.3) !important;
border: none !important;
input {
color: #fff !important;
background-color: rgba(255, 255, 255, 0) !important;
}
}
.ant-select-selector {
background-color: rgba(255, 255, 255, 0.3) !important;
border: none !important;
input {
color: #fff !important;
background-color: rgba(255, 255, 255, 0) !important;
}
}
.ant-input {
color: #fff !important;
background-color: rgba(255, 255, 255, 0.3) !important;
border: none !important;
}
.ant-select-selection-item {
color: #fff !important;
}
.anticon-close-circle {
color: #fff !important;
}
.anticon {
color: #fff !important;
}
.ant-select-clear {
background-color: transparent !important;
}
}
.reg {
......
......@@ -383,15 +383,8 @@ const Login = () => {
]}
/>
</Col>
</Row>
)}
</TabPane>
</Tabs>
......
......@@ -7,6 +7,10 @@
background: @layout-body-background;
}
.prefixIcon {
color: #ffffff !important;
}
.lang {
width: 100%;
height: 40px;
......@@ -48,4 +52,3 @@
color: @primary-color;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment