Commit 9cd59782 by dosZhang

dos

parent 2ee8fc52
......@@ -141,9 +141,6 @@ 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,
......@@ -159,9 +156,11 @@ 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;
}
.username .text,
.company .text {
margin: auto 0;
}
.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