Skip to content

Commit

Permalink
Change school dropdown styling similar to the other form fields
Browse files Browse the repository at this point in the history
  • Loading branch information
xTEddie committed Nov 1, 2017
1 parent 4802820 commit ec70bb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions app/client/stylesheets/_application.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#application {
#school .title {
text-align: left;
text-transform: none;
letter-spacing: 0;
}
}
1 change: 1 addition & 0 deletions app/client/stylesheets/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ $brand-tertiary: $tertiary;
@import 'sidebar';
@import 'page';
@import 'dashboard';
@import 'application';
@import 'verify';
@import 'team';
@import 'admin';
Expand Down
2 changes: 1 addition & 1 deletion app/client/views/application/application.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="page">
<div id="application" class="page">
<div class="divided title">
Application
</div>
Expand Down

0 comments on commit ec70bb5

Please sign in to comment.