Skip to content

Commit

Permalink
Minor style changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbirchard committed Dec 16, 2023
1 parent ebee3dc commit d994167
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask_login_tutorial/static/dist/css/account.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flask_login_tutorial/static/src/less/account.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
background-color: @alert-warning-bg-color;
border-color: @alert-warning-border-color;
font-weight: 300;
font-size: 1em;
font-size: .9em;
margin: 30px 0;
display: flex;
align-items: center;
Expand All @@ -63,6 +63,7 @@
border: 1px solid transparent;
border-radius: .25rem;
font-family: @body-font;
font-size: .9em;

button.close {
padding: 0;
Expand Down

0 comments on commit d994167

Please sign in to comment.