Commit 3b90b9d9 authored by liuzhe's avatar liuzhe
Browse files

Merge branch 'master' into v2.0-merge

parents e21a6984 77dac12b
......@@ -3,7 +3,6 @@
color: #0573bc;
font-size: 20px;
font-weight: 600;
margin-top: 5px;
.status-text {
display: inline-block;
......
......@@ -5,17 +5,20 @@
position: relative;
.succTable-tooltip {
width: 90%;
position: absolute;
top: 40%;
left: 5%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
.link {
margin-left: 15px;
a {
font-weight: 500;
color: blue;
}
a {
font-weight: 500;
color: blue;
}
}
.succeed-padding {
padding-left: 6px;
box-sizing: border-box;
}
}
......@@ -5,11 +5,11 @@
}
.FAILED {
color: #dd4b39;
color: #a4262c;
}
.SUCCEEDED {
color: #00a445;
color: #00ad56;
}
.UNKNOWN {
......@@ -21,7 +21,7 @@
}
.WAITING {
color: #fdc401;
color: #d29200;
}
.EARLY_STOPPED {
......
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