Skip to content

Commit b9e5b05

Browse files
author
Brian Okinyi
authored
Merge pull request #2 from brianokinyi/master
Various changes
2 parents db2100f + 0abaa60 commit b9e5b05

File tree

6 files changed

+19
-8
lines changed

6 files changed

+19
-8
lines changed

app/client/assets/images/logo-color.svg

Lines changed: 5 additions & 5 deletions
Loading

app/client/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<link href='//fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'>
3636
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
3737

38+
<style>
39+
.purple{
40+
background-color: #7dc349 !important;
41+
}
42+
</style>
43+
3844
<!-- iOS Web Clip -->
3945
<link rel="apple-touch-icon" href="assets/images/favicon.png">
4046
<meta name="apple-mobile-web-app-capable" content="yes">

app/client/stylesheets/_branding.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66

77
$primary: #FF585D ;
88
$secondary: #7dc349;
9-
$tertiary: #dabb0e;
9+
$tertiary: #7dc349;
10+
11+
// $tertiary: #dabb0e;
1012

1113
/** ASSET URLS
1214
* login-bg: image for login splash page
1315
*/
1416

15-
$login-bg: url('https://scontent.fmba1-1.fna.fbcdn.net/v/t31.0-8/13483278_630624373754224_3282533544753907817_o.jpg?_nc_cat=0&oh=5def066abb7fbbc10979af65e59c216c&oe=5B8BD3BA');
17+
$login-bg: url('https://scontent-lht6-1.xx.fbcdn.net/v/t31.0-8/13483278_630624373754224_3282533544753907817_o.jpg?_nc_cat=0&oh=5def066abb7fbbc10979af65e59c216c&oe=5B8BD3BA');

app/client/stylesheets/_custom.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
// Branding overrides
22
//
33
// Copy variables from `_branding.scss` to this file to override default values.
4+
$primary: #FF585D ;
5+
$secondary: #7dc349;
6+
$tertiary: #7dc349;

app/client/views/login/login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<label> Email</label>
2222
<input type="email"
2323
id='email'
24-
placeholder="foo@bar.edu"
24+
placeholder="someone@domain.com"
2525
ng-model="email">
2626
</div>
2727
<div class="field">

docs/images/screenshots/login.png

416 KB
Loading

0 commit comments

Comments
 (0)