Commit 57a67aa7 authored by wangqinghua's avatar wangqinghua

style update

parent c407a0a2
$dark: #193250;
$fontColor: #b2d4f9;
.dark {
color: $fontColor;
//UI框架
.ant-table-thead > tr > th {
......@@ -20,6 +21,15 @@ $fontColor: #b2d4f9;
background: #30547a;
}
input[type="text"], input[type="password"], .input[type="number"], textarea, .ant-select {
color: $fontColor;
}
.ant-table-placeholder {
background: #2966a5;
border-bottom: 1px solid $fontColor;
color: $fontColor;
}
.gray-font-color {
color: $fontColor;
......@@ -201,7 +211,8 @@ $fontColor: #b2d4f9;
.topology-context {
background: #132c4c;
}
.host-number{
.host-number {
color: #10348e;
margin-left: 10px
}
......
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