Skip to content

Commit

Permalink
fix:color
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaifuny committed Mar 25, 2018
1 parent fa2684f commit 72361ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Empty file added src/alpha-ui/styles/index.sass
Empty file.
Empty file.
16 changes: 8 additions & 8 deletions src/client/views/login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ export default Vue.extend({
top: 50%;
right: 30%;
display: block;
background-color: #80b692;
color: white;
background-color:white;
color: #80b692;
text-align:center;
height: 30px;
line-height: 30px;
height: 40px;
line-height: 40px;
width: 200px;
border-radius: 5px;
}
Expand All @@ -69,11 +69,11 @@ export default Vue.extend({
position:absolute;
display: block;
text-align: center;
background-color: #80b692;
color: white;
background-color:white;
color: #80b692;
bottom: 40%;
height: 30px;
line-height: 30px;
height: 40px;
line-height: 40px;
width: 200px;
left: 50%;
margin-left: -100px;
Expand Down

0 comments on commit 72361ee

Please sign in to comment.