-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update login and signup forms UI, including Hyrax logo in top nav bar
- Loading branch information
1 parent
42adf60
commit 1d5f6a7
Showing
8 changed files
with
44 additions
and
20 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ | |
|
||
.navbar { | ||
background-color: $navbar-transparent-bg; | ||
color: #fff; | ||
margin-bottom: 0; | ||
|
||
.navbar-nav { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
// Login / Sign up styles needed because Devise gem controls the markup | ||
form.new_user { | ||
margin-bottom: 1rem; | ||
|
||
.field { | ||
@extend .form-group; | ||
|
||
input[type='email'], | ||
input[type='input'], | ||
input[type='password'] { | ||
@extend .form-control; | ||
width: 300px; | ||
} | ||
} | ||
|
||
input[type='submit'] { | ||
@extend .btn; | ||
@extend .btn-primary; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
<a id="logo" class="navbar-brand" href="<%= hyrax.root_path %>" data-no-turbolink="true"> | ||
<span class="glyphicon glyphicon-globe" role="img" aria-label="<%= application_name %>" aria-hidden="true"></span> | ||
<span class="institution_name"><%= application_name %></span> | ||
<%= image_tag("hyrax_logo-bw.png", alt: application_name) %> | ||
</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters