Skip to content

Commit

Permalink
[Chores] Capitalize toast message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nwuguru Sunday committed Jun 20, 2016
1 parent 8ba01fd commit 4c50ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bucketlist/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ md-toolbar:not(.md-menu-toolbar) {
background-color: rgb(231, 245, 251);
}

md-toast{
text-transform: capitalize !important;
}

body {
font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
Expand Down

0 comments on commit 4c50ca9

Please sign in to comment.