Commit 2ee8fc52 by dosZhang

dos

parent b73cb7dd
......@@ -141,6 +141,9 @@ input[name='job-number'] {
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
2px 2px 0 #fff;
display: flex;
flex-flow: column;
align-items: center;
}
.upload-page .top,
......@@ -156,6 +159,9 @@ input[name='job-number'] {
text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
1px 1px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
2px 2px 0 #fff;
display: flex;
flex-flow: column;
align-items: center;
}
.home-logo {
......
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 sign in to comment