Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
[#971] Fix button size
Browse files Browse the repository at this point in the history
  • Loading branch information
tayanefernandes committed Mar 15, 2017
1 parent 29a601d commit 0c53594
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion web-ui/src/backup_account/confirmation/confirmation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
}

.submit-button {
width: 65%;
align-self: center;
}

Expand All @@ -41,6 +40,10 @@
width: 50%;
padding: 1em 2em;
}

.submit-button {
width: 70%;
}
}

@media only screen and (min-width : 960px) {
Expand All @@ -50,4 +53,8 @@
display: flex;
flex-direction: column;
}

.submit-button {
width: 65%;
}
}

0 comments on commit 0c53594

Please sign in to comment.