Skip to content

Commit

Permalink
Add padding to login button and fix mainbox height
Browse files Browse the repository at this point in the history
  • Loading branch information
Gina Contrino committed Feb 14, 2018
1 parent 6e8f26a commit 2e0a58b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/components/app/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ body {
.mainBox {
margin: 0 auto;
max-width: var(--main-box-width);
height: -webkit-fill-available;
}

@media (--medium-viewport) {
Expand Down
8 changes: 4 additions & 4 deletions src/components/login/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
--back-button-icon-font-size-L: 16px;
}

footer {
padding-bottom: 0px;
}

@keyframes delayedFadeIn {
0% { opacity: 0; }
75% { opacity: 0; }
Expand Down Expand Up @@ -54,6 +50,10 @@ footer {
width: 42%;
overflow: scroll;

& footer {
padding-top: 7vh /* stylelint-disable-line */;
}

& .table {
position: relative;
}
Expand Down
1 change: 1 addition & 0 deletions src/components/sidechains/sidechains.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
& .header {
margin: auto 0px;
padding-top: 20%;
z-index: 1;

& h2 {
font-size: var(--header-font-size-L);
Expand Down

0 comments on commit 2e0a58b

Please sign in to comment.