Add devise defaults
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#= require jquery
|
||||
#= require jquery_ujs
|
||||
#= require vendor/modernizr
|
||||
#= require foundation
|
||||
#= require_directory .
|
||||
#= require_self
|
||||
$(document).on 'click', '.flash-box', -> $(@).slideUp()
|
||||
$ ->
|
||||
$('.menu-secondary-toggle').click -> $('.nav.secondary').toggleClass('active')
|
||||
$(document).foundation()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// Taken from the bootstrap and overrides source, application not
|
||||
// verified
|
||||
body
|
||||
.nav
|
||||
.nav
|
||||
> li
|
||||
> a
|
||||
&:hover
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
padding-left: 8px
|
||||
padding-right: 8px
|
||||
line-height: 30px
|
||||
box-shadow: 2px 6px 10px #333
|
||||
&:hover
|
||||
color: white
|
||||
text-decoration: underline
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
ul.devise-nav
|
||||
+inline-list
|
||||
|
||||
.devise-links
|
||||
+sub-nav
|
||||
margin-top: 22px
|
||||
background-color: #f2f2f2
|
||||
padding: 10px 10px 10px 0
|
||||
|
||||
Reference in New Issue
Block a user