Skip to content

Commit

Permalink
change apply button order to column layout
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesabarnes committed Jun 18, 2021
1 parent 6bd157f commit f7047fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/apply-modal/apply-modal.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
section {
max-height: calc(100vh - 180px);
height: calc(100vh - 180px);
height: calc(100vh - 230px);
width: 100vw;
}
}
Expand Down
7 changes: 7 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,13 @@ app-apply-modal {
}
}
}
novo-modal > footer, novo-notification > footer {
flex-flow: column-reverse !important;
button {
width: 90%;
margin: 0px 0 25px 0 !important;
}
}
}


0 comments on commit f7047fa

Please sign in to comment.