Skip to content

Commit

Permalink
change link styles
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Sep 23, 2014
1 parent 6731892 commit dfd1ca6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
5 changes: 3 additions & 2 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require strap-on.css.scss
*= require strap-on
*= require font-awesome
*= require selectize
*= require selectize.bootstrap3
*= require swipebox.css.scss
*= require swipebox
*= require background
*= require layout
*= require splash
*= require general
*= require menues
*= require screenlocker
*/
17 changes: 17 additions & 0 deletions app/assets/stylesheets/general.css.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@import 'variables';

a {
color: $light-blue;
text-decoration: none;
}

a:hover, a:focus {
color: $light-blue;
text-decoration: underline;
}

.content-box {
background: image-url("menu-side-bg.png") repeat-x;
padding: 15px;
box-sizing: border-box;
}
5 changes: 1 addition & 4 deletions app/views/devise/ichain_sessions/new_test.html.haml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.col-md-6.col-md-offset-3
.col-md-6.col-md-offset-3.content-box
%h3 Sign In (TEST MODE)
%p.text-muted
Just fill out all the details and you're logged in.
Expand All @@ -13,6 +13,3 @@
.form-group
= button_tag(type: 'submit', class: "btn btn-success pull-right") do
= content_tag(:strong, 'Sign In')

- if devise_mapping.ichain_registerable?
= link_to "Sign up", new_ichain_registration_path(resource_name)

0 comments on commit dfd1ca6

Please sign in to comment.