Skip to content

Commit

Permalink
popup title first-letter capital
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanakumargn committed Nov 21, 2016
1 parent 161b7d9 commit f33535b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions scss/style/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@
}
}




.popup-head {
border-bottom: 1px solid lighten($dark, 20%);
}


.popup-title::first-letter {
text-transform: capitalize;
}
3 changes: 3 additions & 0 deletions www/css/ionic.app.css
Original file line number Diff line number Diff line change
Expand Up @@ -9851,3 +9851,6 @@ code {

.popup-head {
border-bottom: 1px solid #777777; }

.popup-title::first-letter {
text-transform: capitalize; }
2 changes: 1 addition & 1 deletion www/css/ionic.app.min.css

Large diffs are not rendered by default.

0 comments on commit f33535b

Please sign in to comment.