Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Capatilize first letter in buttons by default
Browse files Browse the repository at this point in the history
  • Loading branch information
billybonks committed Dec 27, 2015
1 parent 736203e commit d69540e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions app/styles/_bootstrap-overrides.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.btn {
text-transform: capitalize;
}
3 changes: 2 additions & 1 deletion app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
@import "typography";
@import "base";
@import "layout";
@import "bootstrap-overrides";
@import "index";
@import "temp_misc";
@import "sign_in_screen";
Expand All @@ -15,4 +16,4 @@
// the appropriate imported stylesheet, or
// create a new one; or if you're not sure
// where it should go, just drop it in
// _temp_misc.scss for now
// _temp_misc.scss for now

0 comments on commit d69540e

Please sign in to comment.