mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 03:50:17 +01:00
migrate login page
This commit is contained in:
parent
40eb14fc1a
commit
b6dc330ab0
7 changed files with 212 additions and 47 deletions
BIN
app/assets/images/tracks-logo-dark.png
Normal file
BIN
app/assets/images/tracks-logo-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
1
app/assets/javascripts/tracks.js.coffee
Normal file
1
app/assets/javascripts/tracks.js.coffee
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Tracks specific coffeescript
|
||||
18
app/assets/stylesheets/tracks.css.scss
Normal file
18
app/assets/stylesheets/tracks.css.scss
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/*
|
||||
* Tracks CSS
|
||||
*/
|
||||
|
||||
.navbar-inner {
|
||||
background-color: #000;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
background-color: #000;
|
||||
background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
|
||||
}
|
||||
|
||||
div#tracks-login-form {
|
||||
margin: 0 0 100px 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue