Skip to content

Commit

Permalink
updated styles.scss for warning banner
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyc1 committed Nov 9, 2023
1 parent 019ed0a commit 83df8b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ form[data-amplify-authenticator-setup-totp] {
border-width: 3px;
border-style: solid;
border-color: hsl(190, 95%, 30%);
margin-top: 25px;
margin-top: 15px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 100px;
}
.warning_header {
margin:auto;
Expand Down

0 comments on commit 83df8b2

Please sign in to comment.